Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiraj Modi2019-05-03 08:01:26 +0000
committerSravan Kumar Lakkimsetti2019-05-06 03:01:03 +0000
commit1a3c51469b6308e5a596477cc6303093e35bc9ae (patch)
tree57085963515973a956b0e6655ebe172504927ab5
parentaa5ff5a2b01200e46d6271d642355842f026c84e (diff)
downloadeclipse.platform.releng.aggregator-1a3c51469b6308e5a596477cc6303093e35bc9ae.tar.gz
eclipse.platform.releng.aggregator-1a3c51469b6308e5a596477cc6303093e35bc9ae.tar.xz
eclipse.platform.releng.aggregator-1a3c51469b6308e5a596477cc6303093e35bc9ae.zip
Bug 546952 - Deploy ecj compiler from M2(I20190501-1800) and use it for
4.12 M3 builds Change-Id: Id27d0e51923e908da643c633e185a7c3431e9931 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 7e13c0065..96f7af3e6 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.v20190424-0532</cbi-ecj-version>
+ <cbi-ecj-version>3.18.0.v20190430-1056</cbi-ecj-version>
<!--
Production bundles are produced by ignoring the compiler warnings specified

Back to the top