Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2020-11-03 08:50:59 +0000
committerSravan Kumar Lakkimsetti2020-11-03 08:50:59 +0000
commit5b613b10ccf8037832c38a318a6126b3bafe92c1 (patch)
treedaaaf8afffc6398bfda1992142af6042e42af9f6
parent105242f7d47846b3dfa3fc5c138279744b5276ef (diff)
downloadeclipse.platform.releng.aggregator-5b613b10ccf8037832c38a318a6126b3bafe92c1.tar.gz
eclipse.platform.releng.aggregator-5b613b10ccf8037832c38a318a6126b3bafe92c1.tar.xz
eclipse.platform.releng.aggregator-5b613b10ccf8037832c38a318a6126b3bafe92c1.zip
Update to ecj 4.18 M2
Change-Id: Id15a4b6626fbc17dc7698463619b6f0614d60f84 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 28c076590..779fb5191 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.v20201005-1133</cbi-ecj-version>
+ <cbi-ecj-version>3.24.0.v20201102-0844</cbi-ecj-version>
<!--
Production bundles are produced by ignoring the compiler warnings specified

Back to the top