Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-10-15 06:37:46 +0000
committerAlexander Kurtakov2018-10-15 06:38:04 +0000
commitdfe3ce039da92fc85209003c4fba57eede5fd40f (patch)
tree0197a23aae2a38151e6f94bf5ea21ff5c91328e8
parentf84e70f93b9331d4a65d81e189b660d0d731af88 (diff)
downloadeclipse.platform.releng.aggregator-dfe3ce039da92fc85209003c4fba57eede5fd40f.tar.gz
eclipse.platform.releng.aggregator-dfe3ce039da92fc85209003c4fba57eede5fd40f.tar.xz
eclipse.platform.releng.aggregator-dfe3ce039da92fc85209003c4fba57eede5fd40f.zip
Revert "Bug 540072 - Deploy and update JDT core compiler and apt compiler to use 4.10M1 to produce 4.10M3"I20181015-0255
-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 745b16d0d..281101d94 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.16.0.v20181009-0920</cbi-jdt-version>
- <cbi-jdt-apt-version>1.3.400.v20181005-2125</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