Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2015-12-03 08:59:18 +0000
committerDavid Williams2015-12-03 08:59:18 +0000
commitf1d46f143c23c2f4b1d96b907767d8d9628a1bbb (patch)
treeae4f0217ed1ad716c136791a45cf2df624d169a9 /eclipse-platform-parent/pom.xml
parent638db35d605d21439edf7da9f33f679c399fe129 (diff)
downloadeclipse.platform.releng.aggregator-f1d46f143c23c2f4b1d96b907767d8d9628a1bbb.tar.gz
eclipse.platform.releng.aggregator-f1d46f143c23c2f4b1d96b907767d8d9628a1bbb.tar.xz
eclipse.platform.releng.aggregator-f1d46f143c23c2f4b1d96b907767d8d9628a1bbb.zip
Bug 483164 - Update JDT compiler to Neon M3 version to produce M4
Diffstat (limited to 'eclipse-platform-parent/pom.xml')
-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 141c32321..edde4deba 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -106,8 +106,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.12.0.v20150913-1717</cbi-jdt-version>
- <cbi-jdt-apt-version>1.2.0.v20150824-0550</cbi-jdt-apt-version>
+ <cbi-jdt-version>3.12.0.v20151201-0326</cbi-jdt-version>
+ <cbi-jdt-apt-version>1.2.0.v20151130-0429</cbi-jdt-apt-version>
<!--
This jetty-version is used by the help system in building the pre-compiled JSPs,

Back to the top