Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoopur Gupta2020-01-31 10:03:15 +0000
committerNoopur Gupta2020-01-31 10:03:15 +0000
commit8dcf2562ca96d8cf555b22744ac4e1f92cc5fade (patch)
treec7bf07e22c2dbd1f984c33bd73c9cfbb15738c2b
parent78d1d7a3cf5ea9e521d2af5b77c4ca5c82d5db57 (diff)
downloadeclipse.platform.releng.aggregator-8dcf2562ca96d8cf555b22744ac4e1f92cc5fade.tar.gz
eclipse.platform.releng.aggregator-8dcf2562ca96d8cf555b22744ac4e1f92cc5fade.tar.xz
eclipse.platform.releng.aggregator-8dcf2562ca96d8cf555b22744ac4e1f92cc5fade.zip
Bug 559738: Deploy ecj compiler from 4.15 M2 and use it for 4.15 M3
-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 04a5ef87e..3742e1016 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.21.0.v20200115-2212</cbi-ecj-version>
+ <cbi-ecj-version>3.21.0.v20200126-2056</cbi-ecj-version>
<!--
Production bundles are produced by ignoring the compiler warnings specified

Back to the top