Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMat Booth2020-05-22 09:18:56 +0000
committerMat Booth2020-05-22 09:18:56 +0000
commitf19d7889c6cd448832c74884c33b008840073851 (patch)
treece00a4dbc7b0673c53674f375c785b31e8b4501f
parent0961a1257db00c624071aff683875541780a5546 (diff)
downloadeclipse.platform.releng.aggregator-f19d7889c6cd448832c74884c33b008840073851.tar.gz
eclipse.platform.releng.aggregator-f19d7889c6cd448832c74884c33b008840073851.tar.xz
eclipse.platform.releng.aggregator-f19d7889c6cd448832c74884c33b008840073851.zip
Bug 563467 - Deploy ecj compiler from 4.16 M3 and use it for 4.16 RC builds
Change-Id: I7865ae106f381ad2140ef0b55cab47c42ff29141 Signed-off-by: Mat Booth <mat.booth@redhat.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 91547909a..e9ab3f093 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.v20200430-2228</cbi-ecj-version>
+ <cbi-ecj-version>3.22.0.v20200519-1443</cbi-ecj-version>
<!--
Production bundles are produced by ignoring the compiler warnings specified

Back to the top