Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMat Booth2020-05-04 15:21:19 +0000
committerMat Booth2020-05-04 15:21:19 +0000
commitd7d5d4a135fc6e3601ea415d7a76b1df6942dd63 (patch)
treeebadb34499dd2a992de42ac02f27c5f77ee23cbd /eclipse-platform-parent/pom.xml
parent0e304115a4f09e7a322d65b2759dc726d165275c (diff)
downloadeclipse.platform.releng.aggregator-d7d5d4a135fc6e3601ea415d7a76b1df6942dd63.tar.gz
eclipse.platform.releng.aggregator-d7d5d4a135fc6e3601ea415d7a76b1df6942dd63.tar.xz
eclipse.platform.releng.aggregator-d7d5d4a135fc6e3601ea415d7a76b1df6942dd63.zip
Bug 562777 - Deploy ecj compiler from 4.16 M2 and use it for 4.16 M3 build
Change-Id: Iddf4b0c6150cc5a5fb0019f384f74d2361150733 Signed-off-by: Mat Booth <mat.booth@redhat.com>
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 2c6120a31..b90ca6345 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -100,7 +100,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.22.0.v20200415-0457</cbi-ecj-version>
+ <cbi-ecj-version>3.22.0.v20200430-2228</cbi-ecj-version>
<!--
Production bundles are produced by ignoring the compiler warnings specified

Back to the top