Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2017-06-02 12:02:43 +0000
committerSravan Kumar Lakkimsetti2017-06-02 15:59:29 +0000
commitd3b904f3efab92fedc30867754ee497a04839f6d (patch)
treea13ca269701a6be41ac0a4b5aade31a96c062174 /eclipse-platform-parent
parent309607b9e05c67b58128ee0f29f91130600f2049 (diff)
downloadeclipse.platform.releng.aggregator-d3b904f3efab92fedc30867754ee497a04839f6d.tar.gz
eclipse.platform.releng.aggregator-d3b904f3efab92fedc30867754ee497a04839f6d.tar.xz
eclipse.platform.releng.aggregator-d3b904f3efab92fedc30867754ee497a04839f6d.zip
Bug 517706 - Create new Java9 patch based on RC3
Change-Id: Ifab82a87a45ede70cb89859fc2a238068c16f7b7 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com> (cherry picked from commit c9655c347311a76269642922523c082103d673e5)
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 ef929d8a9..8df3b2741 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.v20170524-2000</featureToPatchVersion>
+ <featureToPatchVersion>3.13.0.v20170531-2000</featureToPatchVersion>
<!-- Can specify an exact range here, or something of a loose range, depending on what's needed. -->
- <versionRangeForPatch>[3.13.0.v20170524-2000,3.13.0.v20170815-0230)</versionRangeForPatch>
+ <versionRangeForPatch>[3.13.0.v20170531-2000,3.14.0.v20171115-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