Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2020-09-04 04:35:26 +0000
committerSravan Kumar Lakkimsetti2020-09-04 04:35:26 +0000
commit2ec69910ee1e196d25193767df4aa5f166db6656 (patch)
treea171b9ec821cf09ee389dd1a3d2da0b1416675f8
parente58d6999ccb1f26afb36f5127d4584b4087cd775 (diff)
downloadeclipse.platform.releng.aggregator-2ec69910ee1e196d25193767df4aa5f166db6656.tar.gz
eclipse.platform.releng.aggregator-2ec69910ee1e196d25193767df4aa5f166db6656.tar.xz
eclipse.platform.releng.aggregator-2ec69910ee1e196d25193767df4aa5f166db6656.zip
Bug 566662 - Deploy ecj compiler from 4.17 RC2 and use it in Platform build
Change-Id: I9079a6ef8cea17c2e597dbf1aeeada7d53950524 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 559f3d33f..d214631ed 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.v20200824-0559</cbi-ecj-version>
+ <cbi-ecj-version>3.23.0.v20200828-0941</cbi-ecj-version>
<!--
Production bundles are produced by ignoring the compiler warnings specified

Back to the top