Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'eclipse-platform-parent')
-rw-r--r--eclipse-platform-parent/pom.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 8aab5d89d..82d7d93c7 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -585,14 +585,13 @@
<featureToPatchVersion>3.13.0.v20170126-1030</featureToPatchVersion>
<!-- Can specify an exact range here, or something of a loose range, depending on what's needed. -->
<versionRangeForPatch>[3.13.0.v20170126-1030,3.13.0.v20170615-0230)</versionRangeForPatch>
- <!-- Comment this line when a patch is required on top of I-build
+ <!-- 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>
<repositories>
<repository>
<id>eclipse-p2-repo-java9patch47</id>
- <url>http://download.eclipse.org/eclipse/updates/4.7-I-builds</url>
+ <url>http://download.eclipse.org/eclipse/updates/4.7milestones</url>
<layout>p2</layout>
</repository>
</repositories>

Back to the top