Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2020-09-18 11:55:09 +0000
committerSravan Kumar Lakkimsetti2020-09-20 05:43:06 +0000
commit532342ddb2a93a8c726481aa97497568eec400b3 (patch)
treedfb19913e57d50642dd71d1be7f65b0f9a3d2a2e
parent7caad6c6d30a71f432b38dc3c4ca307119de3fa6 (diff)
downloadeclipse.platform.releng.aggregator-532342ddb2a93a8c726481aa97497568eec400b3.tar.gz
eclipse.platform.releng.aggregator-532342ddb2a93a8c726481aa97497568eec400b3.tar.xz
eclipse.platform.releng.aggregator-532342ddb2a93a8c726481aa97497568eec400b3.zip
Bug 567120 - Publish and use jdt.core after merge of Java 15 support
Change-Id: I0908b554e74bbb6e80f0041579b8267a82a7934b Signed-off-by: Alexander Kurtakov <akurtako@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 d175d9cd6..edcf2c554 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.23.0.v20200828-0941</cbi-ecj-version>
+ <cbi-ecj-version>3.24.0.v20200917-0451</cbi-ecj-version>
<!--
Production bundles are produced by ignoring the compiler warnings specified

Back to the top