Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2018-05-28 10:07:02 +0000
committerSravan Kumar Lakkimsetti2018-05-28 10:10:21 +0000
commita6eb2ee5cbc877b3bf00617a63d45deed276b0a0 (patch)
tree0aa238f91d40a51a41096e0db8acaed6f59ac447 /eclipse-platform-parent
parent07602a0c92ea29a88e40377448ebc58b1b103171 (diff)
downloadeclipse.platform.releng.aggregator-a6eb2ee5cbc877b3bf00617a63d45deed276b0a0.tar.gz
eclipse.platform.releng.aggregator-a6eb2ee5cbc877b3bf00617a63d45deed276b0a0.tar.xz
eclipse.platform.releng.aggregator-a6eb2ee5cbc877b3bf00617a63d45deed276b0a0.zip
Bug 535182 - Update JDT core compiler and apt compiler to use Photon RC2
to produce RC3 Change-Id: I6a0c1f31a955e9f8e0402bf45f0ea3fb31dfa5e1 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com> (cherry picked from commit 7459d4bace580edb6981f3c6a9cf643631199629)
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 8e16105e7..886e85639 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.v20180516-0801</cbi-jdt-version>
- <cbi-jdt-apt-version>1.3.200.v20180512-1206</cbi-jdt-apt-version>
+ <cbi-jdt-version>3.14.0.v20180521-0842</cbi-jdt-version>
+ <cbi-jdt-apt-version>1.3.200.v20180523-0418</cbi-jdt-apt-version>
<!--
Production bundles are produced by ignoring the compiler warnings specified

Back to the top