Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLakshmi Shanmugam2018-08-24 08:10:38 +0000
committerLakshmi Shanmugam2018-08-24 08:11:07 +0000
commit0188fc75fddfa8eb5b0d4aa84cc797d569a49ce2 (patch)
tree7cd0cb342b7b2f7b568ede32807916f723cb5fff /eclipse-platform-parent
parenta586042b2272cc0c6fdc8e13b76381b3ad4c4d37 (diff)
downloadeclipse.platform.releng.aggregator-0188fc75fddfa8eb5b0d4aa84cc797d569a49ce2.tar.gz
eclipse.platform.releng.aggregator-0188fc75fddfa8eb5b0d4aa84cc797d569a49ce2.tar.xz
eclipse.platform.releng.aggregator-0188fc75fddfa8eb5b0d4aa84cc797d569a49ce2.zip
Bug 538227: Update JDT core compiler and apt compiler to use 4.9M3 to
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 6de3ad3cb..ce142bba4 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.v20180730-1434</cbi-jdt-version>
- <cbi-jdt-apt-version>1.3.300.v20180706-1359</cbi-jdt-apt-version>
+ <cbi-jdt-version>3.15.0.v20180821-0618</cbi-jdt-version>
+ <cbi-jdt-apt-version>1.3.300.v20180810-0804</cbi-jdt-apt-version>
<!--
Production bundles are produced by ignoring the compiler warnings specified

Back to the top