Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2017-10-27 08:23:39 +0000
committerSravan Kumar Lakkimsetti2017-10-27 08:23:49 +0000
commit2c3d8b5ec54b6ec8ce61ab4fd0a3528dc623be2a (patch)
treebfe15e0b74ff857275f34b28b844745d84a9b489 /eclipse-platform-parent/pom.xml
parented8ba9e496d41035ea7bc8d178cc3aa30f1795a0 (diff)
downloadeclipse.platform.releng.aggregator-2c3d8b5ec54b6ec8ce61ab4fd0a3528dc623be2a.tar.gz
eclipse.platform.releng.aggregator-2c3d8b5ec54b6ec8ce61ab4fd0a3528dc623be2a.tar.xz
eclipse.platform.releng.aggregator-2c3d8b5ec54b6ec8ce61ab4fd0a3528dc623be2a.zip
Bug 526545 - Update JDT core compiler and apt compiler to
use Photon M3 to produce M4 Change-Id: I358d04e0c0fc6fddecf7601b93c8e0a3aa767681 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 1878adb88..b30cbe9b1 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.v20170830-0152</cbi-jdt-version>
- <cbi-jdt-apt-version>1.3.0.v20170502-0408</cbi-jdt-apt-version>
+ <cbi-jdt-version>3.14.0.v20171025-0549</cbi-jdt-version>
+ <cbi-jdt-apt-version>1.3.100.v20171004-1431</cbi-jdt-apt-version>
<!--
Production bundles are produced by ignoring the compiler warnings specified

Back to the top