Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarika Sinha2019-07-12 08:18:47 +0000
committerSarika Sinha2019-07-12 08:18:47 +0000
commitbb7db655df037eca95d615ce67c8961a6070e9c8 (patch)
tree27e7b77d9e39f079e6eb9ac1715f05c49dbaed85
parent2d1587b7c7d5cb84f68740bd8e3f1dfe57732525 (diff)
downloadeclipse.platform.releng.aggregator-bb7db655df037eca95d615ce67c8961a6070e9c8.tar.gz
eclipse.platform.releng.aggregator-bb7db655df037eca95d615ce67c8961a6070e9c8.tar.xz
eclipse.platform.releng.aggregator-bb7db655df037eca95d615ce67c8961a6070e9c8.zip
Bug 549205 - Deploy ecj compiler from I20190711-1805 and use it for 4.13
M1 build Change-Id: Id935ae005f40b90353e069e36dc5d25f2686c6d4 Signed-off-by: Sarika Sinha <sarika.sinha@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 d8748f8a8..6935dc270 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.v20190522-0428</cbi-ecj-version>
+ <cbi-ecj-version>3.19.0.v20190710-0739</cbi-ecj-version>
<!--
Production bundles are produced by ignoring the compiler warnings specified

Back to the top