diff options
author | Sravan Kumar Lakkimsetti | 2021-03-17 10:42:09 +0000 |
---|---|---|
committer | Sravan Kumar Lakkimsetti | 2021-03-17 10:42:09 +0000 |
commit | a95be505187b400f06f3a654e6af3fb89ae31e0a (patch) | |
tree | 656da267f9beb06e40abd665a9a306c7506bfc34 | |
parent | fd5756cb0db2dc9fc7f2d108819a3118ea234b73 (diff) | |
download | eclipse.platform.releng.aggregator-a95be505187b400f06f3a654e6af3fb89ae31e0a.tar.gz eclipse.platform.releng.aggregator-a95be505187b400f06f3a654e6af3fb89ae31e0a.tar.xz eclipse.platform.releng.aggregator-a95be505187b400f06f3a654e6af3fb89ae31e0a.zip |
Bug 572018 - Deploy ECJ compiler from I20210317-0330 and use it in
platform build
Change-Id: I0882e3e986cdc8a11c72087c761e1475579e4fde
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 f9165058d..032b1b52c 100644 --- a/eclipse-platform-parent/pom.xml +++ b/eclipse-platform-parent/pom.xml @@ -101,7 +101,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.25.0.v20210223-0522</cbi-ecj-version> + <cbi-ecj-version>3.26.0.v20210317-0507</cbi-ecj-version> <!-- Production bundles are produced by ignoring the compiler warnings specified |