diff options
author | Sravan Kumar Lakkimsetti | 2021-01-08 06:48:06 +0000 |
---|---|---|
committer | Sravan Kumar Lakkimsetti | 2021-01-08 06:48:06 +0000 |
commit | 47a65fcc880d27ea56157fa993cd808da3b45994 (patch) | |
tree | 52742035faaa963356449c953867c13e510efe19 | |
parent | e5293985b7d5b128f2a223299f98ad64459272de (diff) | |
download | eclipse.platform.releng.aggregator-47a65fcc880d27ea56157fa993cd808da3b45994.tar.gz eclipse.platform.releng.aggregator-47a65fcc880d27ea56157fa993cd808da3b45994.tar.xz eclipse.platform.releng.aggregator-47a65fcc880d27ea56157fa993cd808da3b45994.zip |
Bug 570186 - Deploy ecj compiler from 4.18 M1 and use it in Platform
build
Change-Id: Ia1d2798777f39743f69a283c4743d66fb5edcbc7
Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rw-r--r-- | eclipse-platform-parent/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml index 57433a59e..81faeb59a 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.v20201123-0742</cbi-ecj-version> + <cbi-ecj-version>3.25.0.v20210102-1151</cbi-ecj-version> <!-- Production bundles are produced by ignoring the compiler warnings specified |