Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2020-11-20 08:08:17 +0000
committerSravan Kumar Lakkimsetti2020-11-20 08:17:46 +0000
commit0fac6df7870ec9a17813a544788b94eab8a509b5 (patch)
tree99debce2af8070d972d02fd8a79eb7cad12aec0e
parent1ca6236547e67af1dc27595bf671da59393e5d38 (diff)
downloadeclipse.platform.releng.aggregator-0fac6df7870ec9a17813a544788b94eab8a509b5.tar.gz
eclipse.platform.releng.aggregator-0fac6df7870ec9a17813a544788b94eab8a509b5.tar.xz
eclipse.platform.releng.aggregator-0fac6df7870ec9a17813a544788b94eab8a509b5.zip
Bug 568977 - Deploy ecj compiler from 4.18 M3 and use it in Platform
build Change-Id: Ia7cb6a49b3e6bc1ea8f322593594b73ee21f6dcc Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@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 964f35794..a1d42c3d6 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.24.0.v20201102-0844</cbi-ecj-version>
+ <cbi-ecj-version>3.24.0.v20201118-1408</cbi-ecj-version>
<!--
Production bundles are produced by ignoring the compiler warnings specified

Back to the top