Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2018-12-04 09:11:46 +0000
committerSravan Kumar Lakkimsetti2018-12-04 09:11:46 +0000
commit4d6896c0bcdca0813690cf77178e8a0a196d700e (patch)
tree3264a3503c7ffa3c087ec07e1d33e86d4ef95e2c
parentea5756dd86cb4a362201807261e781f24d31f974 (diff)
downloadeclipse.platform.releng.aggregator-4d6896c0bcdca0813690cf77178e8a0a196d700e.tar.gz
eclipse.platform.releng.aggregator-4d6896c0bcdca0813690cf77178e8a0a196d700e.tar.xz
eclipse.platform.releng.aggregator-4d6896c0bcdca0813690cf77178e8a0a196d700e.zip
Bug 542078 - Deploy ecj compiler from I20181203-1800 and use it for 4.10 RC2 build
Change-Id: Idb9332272570f172a8d5d10ca0f79d1630f71d0e Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@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 a30d89c47..618950c2b 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -108,7 +108,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.v20181129-0401</cbi-ecj-version>
+ <cbi-ecj-version>3.16.0.v20181130-1748</cbi-ecj-version>
<!--
Production bundles are produced by ignoring the compiler warnings specified

Back to the top