Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarika Sinha2019-08-23 08:38:30 +0000
committerSarika Sinha2019-08-23 09:30:37 +0000
commitba26c32cfef2054541295791dd4fa60bbec11966 (patch)
tree7fb25688c62f67ec9c3bf55597346a3660a4c576
parent483608ad3d5cca5e556f4c0fed1c0fbac4ee2d56 (diff)
downloadeclipse.platform.releng.aggregator-ba26c32cfef2054541295791dd4fa60bbec11966.tar.gz
eclipse.platform.releng.aggregator-ba26c32cfef2054541295791dd4fa60bbec11966.tar.xz
eclipse.platform.releng.aggregator-ba26c32cfef2054541295791dd4fa60bbec11966.zip
Bug 550362 - Deploy ecj compiler from 4.13 M3 and use it for 4.13 RC1
build Change-Id: I91f3c9fe3b11b45624d4c7c2d931d41de99db72f Signed-off-by: Sarika Sinha <sarika.sinha@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 2a50901b5..a51812bf9 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -109,7 +109,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.19.0.v20190730-0656</cbi-ecj-version>
+ <cbi-ecj-version>3.19.0.v20190819-0255</cbi-ecj-version>
<!--
Production bundles are produced by ignoring the compiler warnings specified

Back to the top