Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2018-05-11 10:28:00 +0000
committerSravan Kumar Lakkimsetti2018-05-11 10:28:00 +0000
commitaffa9aa73130a0a6e87732ab71cfba7b4dacc4a7 (patch)
tree20d9f41bd8525b724d1eed9741b7d687683b3dd6 /eclipse-platform-parent/pom.xml
parentc68dff55b1cab5732c360011aaa41bc018292af0 (diff)
downloadeclipse.platform.releng.aggregator-affa9aa73130a0a6e87732ab71cfba7b4dacc4a7.tar.gz
eclipse.platform.releng.aggregator-affa9aa73130a0a6e87732ab71cfba7b4dacc4a7.tar.xz
eclipse.platform.releng.aggregator-affa9aa73130a0a6e87732ab71cfba7b4dacc4a7.zip
Bug 534570 - Update JDT core compiler and apt compiler to use Photon M7
to produce RC1 Change-Id: I3efcabedc96be5a2277fbce080afd38a1d788892 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'eclipse-platform-parent/pom.xml')
-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 cd4bd2c4b..910ace2f9 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.v20180305-0940</cbi-jdt-version>
- <cbi-jdt-apt-version>1.3.100.v20180219-2143</cbi-jdt-apt-version>
+ <cbi-jdt-version>3.14.0.v20180508-1005</cbi-jdt-version>
+ <cbi-jdt-apt-version>1.3.200.v20180508-1559</cbi-jdt-apt-version>
<!--
Production bundles are produced by ignoring the compiler warnings specified

Back to the top