Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2017-05-12 20:39:52 +0000
committerSravan Kumar Lakkimsetti2017-05-12 20:39:52 +0000
commit422247ea0c981ac59c72625615364e59bfdb56de (patch)
tree840aed014cfe6b8f8d8a4b52941e2ce4b308a206 /eclipse-platform-parent
parent907ca3a2d1494cf6d280123703f78e8da9fb049a (diff)
downloadeclipse.platform.releng.aggregator-422247ea0c981ac59c72625615364e59bfdb56de.tar.gz
eclipse.platform.releng.aggregator-422247ea0c981ac59c72625615364e59bfdb56de.tar.xz
eclipse.platform.releng.aggregator-422247ea0c981ac59c72625615364e59bfdb56de.zip
Bug 516605 - Update JDT core compiler and apt compiler to use Oxygen M7
to produce RC1 Change-Id: Iac5fd5d5c523928aa6844238b9932a3c5fb3b0c7 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
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 18b564a8d..f624033b0 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.13.0.v20170308-1510</cbi-jdt-version>
- <cbi-jdt-apt-version>1.3.0.v20170110-0830</cbi-jdt-apt-version>
+ <cbi-jdt-version>3.13.0.v20170502-1108</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