Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVikas Chandra2019-11-03 14:47:12 +0000
committerVikas Chandra2019-11-03 14:47:12 +0000
commit0784eedeb3b413cf1073d747e2545cb7cd72fde9 (patch)
tree9781f81d7458c11da8b405baaf7fb927bdd59c69 /eclipse-platform-parent
parente98f346441257ba411de0e5005c4a8ed7e25d1ed (diff)
downloadeclipse.platform.releng.aggregator-0784eedeb3b413cf1073d747e2545cb7cd72fde9.tar.gz
eclipse.platform.releng.aggregator-0784eedeb3b413cf1073d747e2545cb7cd72fde9.tar.xz
eclipse.platform.releng.aggregator-0784eedeb3b413cf1073d747e2545cb7cd72fde9.zip
Bug 552619 - Deploy ecj compiler from I20191101-0300 and use it for 4.14
build Change-Id: Ia7767509c1a5254e1cb6483fd2d0de7781490ba8 Signed-off-by: Vikas Chandra <Vikas.Chandra@in.ibm.com>
Diffstat (limited to 'eclipse-platform-parent')
-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 94e52d0ec..69a8b38b1 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.20.0.v20191009-1609</cbi-ecj-version>
+ <cbi-ecj-version>3.20.0.v20191029-2311</cbi-ecj-version>
<!--
Production bundles are produced by ignoring the compiler warnings specified

Back to the top