Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiraj Modi2019-01-11 09:24:46 +0000
committerKalyan Prasad Tatavarthi2019-01-11 09:51:55 +0000
commit70d92806d11eaf82dccb462d812abfb9b9b8e376 (patch)
tree3c9d9540848c6286edee22fd91a901cdf57e0aa1
parentf9aaf40994743afc1a9dcf4e89f51dc3d517ea25 (diff)
downloadeclipse.platform.releng.aggregator-70d92806d11eaf82dccb462d812abfb9b9b8e376.tar.gz
eclipse.platform.releng.aggregator-70d92806d11eaf82dccb462d812abfb9b9b8e376.tar.xz
eclipse.platform.releng.aggregator-70d92806d11eaf82dccb462d812abfb9b9b8e376.zip
Bug 543355 - Deploy ecj compiler from I20190109-1800 and use it for 4.11
M3build Change-Id: I42b6c1bfb46a22ad73937336f2f8e6352bc07262 Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
-rw-r--r--eclipse-platform-parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 3b2c37c04..d824c5f3c 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -109,7 +109,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<cbi-jdt-repo.url>https://repo.eclipse.org/content/repositories/eclipse-staging/</cbi-jdt-repo.url>
- <cbi-ecj-version>3.16.0.v20181130-1748</cbi-ecj-version>
+ <cbi-ecj-version>3.17.0.v20190106-1040</cbi-ecj-version>
<!--
Production bundles are produced by ignoring the compiler warnings specified

Back to the top