Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2018-10-23 15:51:03 +0000
committerSravan Kumar Lakkimsetti2018-10-23 15:51:03 +0000
commitb032d68c01d76eedd53703692fa8bf9f4883dfee (patch)
tree9780caee7323f5e704fe0dc5882003bf535712d9
parent04913f330db92d9927e29091b1a9edb34eddafd7 (diff)
downloadeclipse.platform.releng.aggregator-b032d68c01d76eedd53703692fa8bf9f4883dfee.tar.gz
eclipse.platform.releng.aggregator-b032d68c01d76eedd53703692fa8bf9f4883dfee.tar.xz
eclipse.platform.releng.aggregator-b032d68c01d76eedd53703692fa8bf9f4883dfee.zip
Bug 540072 - Deploy and update JDT core compiler and apt compiler to use
4.10M1 to produce 4.10M3 Change-Id: I80b65fa0f8511911e36840fc027b80e75d57acc9 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rw-r--r--eclipse-platform-parent/pom.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 76974f446..e5e0109f5 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -108,9 +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>
- <!-- jdt.core and jdt.compiler.apt should "match", come from same build, and be signed
- by same certificate. See bug 462783. -->
- <cbi-ecj-version>3.15.0.v20180925-1107</cbi-ecj-version>
+ <cbi-ecj-version>3.16.0.v20181023-1015</cbi-ecj-version>
<!--
Production bundles are produced by ignoring the compiler warnings specified

Back to the top