Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManoj Palat2019-04-23 23:59:00 +0000
committerManoj Palat2019-04-25 04:11:10 +0000
commita650d64182158f9d1959aadf1c625e131abd6810 (patch)
treeec28770e198921318cd242dea3560f58135a6d7f /eclipse-platform-parent
parent3d91c272b4ffb13acc3f3ea01de5a51f9b6e7151 (diff)
downloadeclipse.platform.releng.aggregator-a650d64182158f9d1959aadf1c625e131abd6810.tar.gz
eclipse.platform.releng.aggregator-a650d64182158f9d1959aadf1c625e131abd6810.tar.xz
eclipse.platform.releng.aggregator-a650d64182158f9d1959aadf1c625e131abd6810.zip
Bug 546362 - Deploy ecj compiler from S-4.12M1-201904110625 and use itI20190425-0030
for 4.12 M3 build Change-Id: I6484cef5a0d4489867738af1dc8403bc8a788c3f Signed-off-by: Manoj Palat <manpalat@in.ibm.com>
Diffstat (limited to 'eclipse-platform-parent')
-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 4e9e4ee42..5418de31d 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.18.0.v20190322-2022</cbi-ecj-version>
+ <cbi-ecj-version>3.18.0.v20190424-0532</cbi-ecj-version>
<!--
Production bundles are produced by ignoring the compiler warnings specified

Back to the top