Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManoj Palat2019-05-24 04:54:54 +0000
committerManoj Palat2019-05-24 04:54:54 +0000
commit3db80d5a6d06d740cd161c68375ccee124b9eeb1 (patch)
treeda10bfcf503f162cc336f39dfa003af77c9345fb
parent8413c1407bf61c6835986abc2e669434cb35438a (diff)
downloadeclipse.platform.releng.aggregator-3db80d5a6d06d740cd161c68375ccee124b9eeb1.tar.gz
eclipse.platform.releng.aggregator-3db80d5a6d06d740cd161c68375ccee124b9eeb1.tar.xz
eclipse.platform.releng.aggregator-3db80d5a6d06d740cd161c68375ccee124b9eeb1.zip
Bug 547606 - Deploy ecj compiler from I20190522-1800 and use it for 4.12
RC1 Change-Id: Ic199c5c82c5a50048bd3ba2a91c708f891a9ec73 Signed-off-by: Manoj Palat <manpalat@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 22d91dc7d..e0c270d88 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.18.0.v20190430-1056</cbi-ecj-version>
+ <cbi-ecj-version>3.18.0.v20190522-0428</cbi-ecj-version>
<!--
Production bundles are produced by ignoring the compiler warnings specified

Back to the top