Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2017-05-26 07:23:52 +0000
committerSravan Kumar Lakkimsetti2017-05-26 07:28:38 +0000
commit51ebdcbebaa4c5a180501a7386cd9c0c428fa4a8 (patch)
tree4f7e76f2936b7489ad40eeb041789f1dad89f4fa /eclipse-platform-parent
parentefdabce5fe160c6dae23afd58c379aca4bfcd0e6 (diff)
downloadeclipse.platform.releng.aggregator-51ebdcbebaa4c5a180501a7386cd9c0c428fa4a8.tar.gz
eclipse.platform.releng.aggregator-51ebdcbebaa4c5a180501a7386cd9c0c428fa4a8.tar.xz
eclipse.platform.releng.aggregator-51ebdcbebaa4c5a180501a7386cd9c0c428fa4a8.zip
Bug 517270 - Create new Java9 patch based on RC2
Change-Id: I853f0f5b807454cc206407ae0943549c435270a7 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 0572bbd68..ef929d8a9 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -578,9 +578,9 @@
https://wiki.eclipse.org/Java9
-->
<!-- This needs the version of the feature to be patched. -->
- <featureToPatchVersion>3.13.0.v20170518-1110</featureToPatchVersion>
+ <featureToPatchVersion>3.13.0.v20170524-2000</featureToPatchVersion>
<!-- Can specify an exact range here, or something of a loose range, depending on what's needed. -->
- <versionRangeForPatch>[3.13.0.v20170518-1110,3.13.0.v20170615-0230)</versionRangeForPatch>
+ <versionRangeForPatch>[3.13.0.v20170524-2000,3.13.0.v20170815-0230)</versionRangeForPatch>
<!-- Comment this line when a patch is required on top of I-build -->
<comparator.repo>http://download.eclipse.org/eclipse/updates/4.7milestones</comparator.repo>
</properties>

Back to the top