Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKalyan Prasad Tatavarthi2018-11-30 13:32:34 +0000
committerKalyan Prasad Tatavarthi2018-11-30 13:32:34 +0000
commit491b985f9b19c8ae5dd06efeb5645b7f71b02475 (patch)
treef7ac4d359d2d175702919409258acb46ebdd5768
parent18d318be5af24f0f5b20830406f0f06a4a29dd47 (diff)
downloadeclipse.platform.releng.aggregator-491b985f9b19c8ae5dd06efeb5645b7f71b02475.tar.gz
eclipse.platform.releng.aggregator-491b985f9b19c8ae5dd06efeb5645b7f71b02475.tar.xz
eclipse.platform.releng.aggregator-491b985f9b19c8ae5dd06efeb5645b7f71b02475.zip
Revert "Revert "Bug 541729 - Deploy and update ECJ to use 4.10RC1 to produce 4.10RC2""
Reverting this commit as the previous was not necessary This reverts commit 18d318be5af24f0f5b20830406f0f06a4a29dd47. Change-Id: I7934ecd3171fbe9e639bda64b3f81808fef86242
-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 7215eaabb..531595294 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -108,7 +108,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.16.0.v20181120-0611</cbi-ecj-version>
+ <cbi-ecj-version>3.16.0.v20181129-0401</cbi-ecj-version>
<!--
Production bundles are produced by ignoring the compiler warnings specified

Back to the top