Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoopur Gupta2020-02-21 11:44:25 +0000
committerNoopur Gupta2020-02-21 12:08:08 +0000
commit28352218fb7d0e8a44de35cbe543daa55202ff3c (patch)
treea6b3cfd35d673a589a57335620639f0b79362cf5 /eclipse-platform-parent/pom.xml
parent9e6bc0ba69bf4213c4de07f3ec919288c92ddec9 (diff)
downloadeclipse.platform.releng.aggregator-28352218fb7d0e8a44de35cbe543daa55202ff3c.tar.gz
eclipse.platform.releng.aggregator-28352218fb7d0e8a44de35cbe543daa55202ff3c.tar.xz
eclipse.platform.releng.aggregator-28352218fb7d0e8a44de35cbe543daa55202ff3c.zip
Bug 560225: Deploy ecj compiler from 4.15 M3 and use it for 4.15 RC1
Diffstat (limited to 'eclipse-platform-parent/pom.xml')
-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 b41804082..4a023fdf1 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.v20200126-2056</cbi-ecj-version>
+ <cbi-ecj-version>3.21.0.v20200218-1501</cbi-ecj-version>
<!--
Production bundles are produced by ignoring the compiler warnings specified

Back to the top