Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKalyan Prasad Tatavarthi2018-10-12 10:08:48 +0000
committerSravan Kumar Lakkimsetti2018-10-14 02:17:17 +0000
commitcdbcf57261a8b4baaff1fe682131d8c27a548e01 (patch)
tree18e367feefb747332c975705c4406c45978749d2 /eclipse-platform-parent
parent9e6e8f25359dcc3f1338f2e62638987e993a091e (diff)
downloadeclipse.platform.releng.aggregator-cdbcf57261a8b4baaff1fe682131d8c27a548e01.tar.gz
eclipse.platform.releng.aggregator-cdbcf57261a8b4baaff1fe682131d8c27a548e01.tar.xz
eclipse.platform.releng.aggregator-cdbcf57261a8b4baaff1fe682131d8c27a548e01.zip
Bug 540072 - Deploy and update JDT core compiler and apt compiler to use
4.10M1 to produce 4.10M3 Change-Id: Iab0b7397b66eeec51f7419d339e3e44a0184c023 Signed-off-by: Kalyan Prasad Tatavarthi <kalyan_prasad@in.ibm.com>
Diffstat (limited to 'eclipse-platform-parent')
-rw-r--r--eclipse-platform-parent/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 281101d94..745b16d0d 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -110,8 +110,8 @@
<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-jdt-version>3.15.0.v20180905-0317</cbi-jdt-version>
- <cbi-jdt-apt-version>1.3.300.v20180905-0315</cbi-jdt-apt-version>
+ <cbi-jdt-version>3.16.0.v20181009-0920</cbi-jdt-version>
+ <cbi-jdt-apt-version>1.3.400.v20181005-2125</cbi-jdt-apt-version>
<!--
Production bundles are produced by ignoring the compiler warnings specified

Back to the top