Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2017-10-28 03:41:36 +0000
committerSravan Kumar Lakkimsetti2017-10-28 03:42:03 +0000
commitba5e05b45cc4e7bf8ac9d5f67c0c071349f517b8 (patch)
tree5dbfb55a0465fece9d180db257ee2339cac142c5
parentfb0d3252760dd62589d0e63879a0b729b5b071d8 (diff)
downloadeclipse.platform.releng.aggregator-ba5e05b45cc4e7bf8ac9d5f67c0c071349f517b8.tar.gz
eclipse.platform.releng.aggregator-ba5e05b45cc4e7bf8ac9d5f67c0c071349f517b8.tar.xz
eclipse.platform.releng.aggregator-ba5e05b45cc4e7bf8ac9d5f67c0c071349f517b8.zip
Revert "Bug 526545 - Update JDT core compiler and apt compiler to use Photon M3 to produce M4"I20171027-2340
-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 b30cbe9b1..1878adb88 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.14.0.v20171025-0549</cbi-jdt-version>
- <cbi-jdt-apt-version>1.3.100.v20171004-1431</cbi-jdt-apt-version>
+ <cbi-jdt-version>3.14.0.v20170830-0152</cbi-jdt-version>
+ <cbi-jdt-apt-version>1.3.0.v20170502-0408</cbi-jdt-apt-version>
<!--
Production bundles are produced by ignoring the compiler warnings specified

Back to the top