Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2021-06-04 07:57:45 +0000
committerSravan Kumar Lakkimsetti2021-06-04 13:12:42 +0000
commitf3410537761b69c7bb39f4f96c75383225019395 (patch)
tree555eb77bb96ab72f617d6f44a73cae0cd009fa2b
parent2e85c73853494ee08ce561dc5b61b8bc226b4ebd (diff)
downloadeclipse.platform.releng.aggregator-f3410537761b69c7bb39f4f96c75383225019395.tar.gz
eclipse.platform.releng.aggregator-f3410537761b69c7bb39f4f96c75383225019395.tar.xz
eclipse.platform.releng.aggregator-f3410537761b69c7bb39f4f96c75383225019395.zip
Bug 574006 - Deploy ecj compiler from 4.20 RC2 and use it in Platform
build Change-Id: I18b82a481b99f8ad047305a4f8e4d0f91318c8b7 Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.releng.aggregator/+/181429 Reviewed-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com> Tested-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 7bfae5f4c..5f894408c 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -90,7 +90,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.26.0.v20210525-1125</cbi-ecj-version>
+ <cbi-ecj-version>3.26.0.v20210603-0432</cbi-ecj-version>
<!--
Production bundles are produced by ignoring the compiler warnings specified

Back to the top