Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManoj Palat2019-04-12 09:09:09 +0000
committerSravan Kumar Lakkimsetti2019-04-12 09:19:19 +0000
commit95529eb3a82bd7273937494e48d1a4c6524595ef (patch)
tree02f4d539741b5471ff9c10967c647ac708c01072
parentc503c22451b89da89ae1ca1e921e19eee0ef3a76 (diff)
downloadeclipse.platform.releng.aggregator-95529eb3a82bd7273937494e48d1a4c6524595ef.tar.gz
eclipse.platform.releng.aggregator-95529eb3a82bd7273937494e48d1a4c6524595ef.tar.xz
eclipse.platform.releng.aggregator-95529eb3a82bd7273937494e48d1a4c6524595ef.zip
Bug 546362 - Deploy ecj compiler from S-4.12M1-201904110625 and use it
for 4.12 M3 build Change-Id: If193c42fdbc513c32ce0f075430ce3d81f6b1c05 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 4e9e4ee42..23f3febc7 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.v20190322-2022</cbi-ecj-version>
+ <cbi-ecj-version>3.18.0.v20190410-1353</cbi-ecj-version>
<!--
Production bundles are produced by ignoring the compiler warnings specified

Back to the top