Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2018-09-17 10:55:18 +0000
committerSravan Kumar Lakkimsetti2018-09-17 10:55:18 +0000
commit7b3f2f3e04a16cef4b37d3aeec7f2f8cb2bce525 (patch)
tree67c070b4ba511bfab299532dc1955c54ae2bc94c /eclipse-platform-parent/pom.xml
parent9236f8b4710991a8ab965468b1a73d898a35ccd5 (diff)
downloadeclipse.platform.releng.aggregator-7b3f2f3e04a16cef4b37d3aeec7f2f8cb2bce525.tar.gz
eclipse.platform.releng.aggregator-7b3f2f3e04a16cef4b37d3aeec7f2f8cb2bce525.tar.xz
eclipse.platform.releng.aggregator-7b3f2f3e04a16cef4b37d3aeec7f2f8cb2bce525.zip
Bug 537316: 11] Create patch build for Java 11 support
Change-Id: I4bcac29076e55a9896fb5bf36874f499e9a0be43 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 9be5d2eb0..f72f88538 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -636,12 +636,12 @@
<versionRangeForPatch>[3.15.0.v20180906-0745,3.16.0.v20190724-2000)</versionRangeForPatch>
<versionRangeForPatchPDE>[3.13.200.v20180906-0745,3.16.0.v20190724-2000)</versionRangeForPatchPDE>
<!-- Comment this line when a patch is required on top of I-build -->
- <comparator.repo>http://download.eclipse.org/eclipse/downloads/drops4/R-4.9-201809060745/</comparator.repo>
+ <comparator.repo>http://download.eclipse.org/eclipse/updates/4.9/R-4.9-201809060745/</comparator.repo>
</properties>
<repositories>
<repository>
<id>eclipse-p2-repo-java11patch49</id>
- <url>http://download.eclipse.org/eclipse/downloads/drops4/R-4.9-201809060745/</url>
+ <url>http://download.eclipse.org/eclipse/updates/4.9/R-4.9-201809060745/</url>
<layout>p2</layout>
</repository>
</repositories>

Back to the top