Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2017-08-04 11:30:18 +0000
committerSravan Kumar Lakkimsetti2017-08-04 11:30:18 +0000
commit8159a559f1b4deb54b5afd420298cceccd7b3ba9 (patch)
tree6a0e7a01e840d758e22f3159a65e772e94860c4a
parentb40c21210f0848ce192951078f7c0aef25ceb173 (diff)
downloadeclipse.platform.releng.aggregator-8159a559f1b4deb54b5afd420298cceccd7b3ba9.tar.gz
eclipse.platform.releng.aggregator-8159a559f1b4deb54b5afd420298cceccd7b3ba9.tar.xz
eclipse.platform.releng.aggregator-8159a559f1b4deb54b5afd420298cceccd7b3ba9.zip
Bug 520558 - Update JDT core compiler and apt compiler to use Photon M1
to produce M2 Change-Id: Idf8057b8532af56811e299eadec542d84549e83e Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rw-r--r--eclipse-platform-parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 72f0e4e27..caa1419f0 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -110,7 +110,7 @@
<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.v20170516-1929</cbi-jdt-version>
+ <cbi-jdt-version>3.13.0.v20170614-0247</cbi-jdt-version>
<cbi-jdt-apt-version>1.3.0.v20170502-0408</cbi-jdt-apt-version>
<!--

Back to the top