Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLakshmi Shanmugam2018-08-07 09:29:34 +0000
committerLakshmi Shanmugam2018-08-07 09:31:40 +0000
commit183acb66944f212e31d3da958f97b0ce641fe1eb (patch)
tree97e081822839bb28512c4bac29967df9672d4805
parent4d939230178215383ed77aaa862fa4e7bce80849 (diff)
downloadeclipse.platform.releng.aggregator-183acb66944f212e31d3da958f97b0ce641fe1eb.tar.gz
eclipse.platform.releng.aggregator-183acb66944f212e31d3da958f97b0ce641fe1eb.tar.xz
eclipse.platform.releng.aggregator-183acb66944f212e31d3da958f97b0ce641fe1eb.zip
Bug 537750: Update JDT core compiler and apt compiler to use 4.9M2 to
-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 43fade30e..5c768f0d4 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -102,8 +102,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.14.0.v20180528-0519</cbi-jdt-version>
- <cbi-jdt-apt-version>1.3.200.v20180523-0418</cbi-jdt-apt-version>
+ <cbi-jdt-version>3.15.0.v20180730-1434</cbi-jdt-version>
+ <cbi-jdt-apt-version>1.3.300.v20180706-1359</cbi-jdt-apt-version>
<!--
Production bundles are produced by ignoring the compiler warnings specified

Back to the top