Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'eclipse-platform-parent/pom.xml')
-rw-r--r--eclipse-platform-parent/pom.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 03573a05f..65ecf613d 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -608,18 +608,18 @@
https://wiki.eclipse.org/Java12
-->
<!-- This needs the version of the feature to be patched. -->
- <featureToPatchVersion>3.17.0.v20190220-1800</featureToPatchVersion>
- <featureToPatchVersionPDE>3.13.400.v20190220-1800</featureToPatchVersionPDE>
+ <featureToPatchVersion>3.17.0.v20190307-0500</featureToPatchVersion>
+ <featureToPatchVersionPDE>3.13.400.v20190307-0943</featureToPatchVersionPDE>
<!-- Can specify an exact range here, or something of a loose range, depending on what's needed. -->
- <versionRangeForPatch>[3.17.0.v20190220-1800,3.18.0.v20190724-2000)</versionRangeForPatch>
- <versionRangeForPatchPDE>[3.13.400.v20190220-1800,3.13.500.v20190724-2000)</versionRangeForPatchPDE>
+ <versionRangeForPatch>[3.17.0.v20190307-0500,3.18.0.v20190724-2000)</versionRangeForPatch>
+ <versionRangeForPatchPDE>[3.13.400.v20190307-0943,3.13.500.v20190724-2000)</versionRangeForPatchPDE>
<!-- Comment this line when a patch is required on top of I-build -->
- <comparator.repo>https://download.eclipse.org/eclipse/updates/4.11milestones/</comparator.repo>
+ <comparator.repo>https://download.eclipse.org/eclipse/updates/4.11/R-4.11-201903070500/</comparator.repo>
</properties>
<repositories>
<repository>
<id>eclipse-p2-repo-java12patch411</id>
- <url>https://download.eclipse.org/eclipse/updates/4.11milestones/</url>
+ <url>https://download.eclipse.org/eclipse/updates/4.11/R-4.11-201903070500/</url>
<layout>p2</layout>
</repository>
</repositories>

Back to the top