Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKit Lo2021-06-14 20:49:08 +0000
committerKit Lo2021-06-15 11:42:17 +0000
commit296a99848c7b11adc3771b8218c5f6fe55214f01 (patch)
tree8de7efd486d2d053374cd9a9cebcda7de8405ff8
parentd74e64cc77d10ba6020c736078bd1023305f2026 (diff)
downloadeclipse.platform.releng.aggregator-296a99848c7b11adc3771b8218c5f6fe55214f01.tar.gz
eclipse.platform.releng.aggregator-296a99848c7b11adc3771b8218c5f6fe55214f01.tar.xz
eclipse.platform.releng.aggregator-296a99848c7b11adc3771b8218c5f6fe55214f01.zip
Bug 573968 - Deploy ecj compiler from 4.20 GA and use it for 4.21 M1
build Change-Id: Id702977c0d2c241afa19fb02b39fab654f95efe7 Signed-off-by: Kit Lo <kitlo@us.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.releng.aggregator/+/181948
-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 7dd6d437c..f3e115ba5 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.v20210603-0432</cbi-ecj-version>
+ <cbi-ecj-version>3.26.0.v20210609-0549</cbi-ecj-version>
<!--
Production bundles are produced by ignoring the compiler warnings specified

Back to the top