Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLakshmi Shanmugam2018-09-21 05:14:46 +0000
committerLakshmi Shanmugam2018-09-21 05:15:22 +0000
commit67c6931d79abd66eed0fc09b663186e05d277a36 (patch)
tree64ccd3ace64f6106fa4ea1ba54f7c832f0b7e40f
parentb427e6b908a1276ae472d604f8f71aec24ff4085 (diff)
downloadeclipse.platform.releng.aggregator-67c6931d79abd66eed0fc09b663186e05d277a36.tar.gz
eclipse.platform.releng.aggregator-67c6931d79abd66eed0fc09b663186e05d277a36.tar.xz
eclipse.platform.releng.aggregator-67c6931d79abd66eed0fc09b663186e05d277a36.zip
Bug 539308: Update JDT core compiler and apt compiler to use 4.9 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 f847b1c99..ac1e42310 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.v20180830-1017</cbi-jdt-version>
- <cbi-jdt-apt-version>1.3.300.v20180810-0804</cbi-jdt-apt-version>
+ <cbi-jdt-version>3.15.0.v20180905-0317</cbi-jdt-version>
+ <cbi-jdt-apt-version>1.3.300.v20180905-0315</cbi-jdt-apt-version>
<!--
Production bundles are produced by ignoring the compiler warnings specified

Back to the top