Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiraj Modi2019-03-08 08:51:51 +0000
committerNiraj Modi2019-03-13 07:14:10 +0000
commit223bbe77a2b7c0eca7e9cf9cdd5bce973c591ba7 (patch)
tree05e377f0eb3746f38622dbedf991ad3e51f7088b
parent524eca5b9550aff3d7212a53fe7e44a825c41118 (diff)
downloadeclipse.platform.releng.aggregator-223bbe77a2b7c0eca7e9cf9cdd5bce973c591ba7.tar.gz
eclipse.platform.releng.aggregator-223bbe77a2b7c0eca7e9cf9cdd5bce973c591ba7.tar.xz
eclipse.platform.releng.aggregator-223bbe77a2b7c0eca7e9cf9cdd5bce973c591ba7.zip
Bug 545202 - Deploy ecj compiler from 4.11 RC2(I20190307-0500) and use
it for 4.11 Change-Id: I6259ae3f93dcd5525445c9f6789b68329b9e4cba 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 012dc613e..03573a05f 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.17.0.v20190227-1706</cbi-ecj-version>
+ <cbi-ecj-version>3.17.0.v20190306-2240</cbi-ecj-version>
<!--
Production bundles are produced by ignoring the compiler warnings specified

Back to the top