Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiraj Modi2019-02-22 16:49:12 +0000
committerNiraj Modi2019-02-22 23:40:56 +0000
commit9408326188b27b7dc419a2f72c84324ba218c02d (patch)
tree04f8854ade24e0318664d3873da6a2c726591745
parent6d5e78a41d416936104c11af0af2f09181b06b69 (diff)
downloadeclipse.platform.releng.aggregator-9408326188b27b7dc419a2f72c84324ba218c02d.tar.gz
eclipse.platform.releng.aggregator-9408326188b27b7dc419a2f72c84324ba218c02d.tar.xz
eclipse.platform.releng.aggregator-9408326188b27b7dc419a2f72c84324ba218c02d.zip
Revert "Revert "Bug 544696 - Deploy ecj compiler from M3(I20190220-1800) and use it for 4.11 RC1 build""
-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 a4c36eb5b..002ff49ec 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.v20190129-2229</cbi-ecj-version>
+ <cbi-ecj-version>3.17.0.v20190217-1220</cbi-ecj-version>
<!--
Production bundles are produced by ignoring the compiler warnings specified

Back to the top