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 f57ebdb39..3322762d5 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -593,18 +593,18 @@
https://wiki.eclipse.org/Java16
-->
<!-- This needs the version of the feature to be patched. -->
- <featureToPatchVersion>3.18.700.v20210129-1800</featureToPatchVersion>
- <featureToPatchVersionPDE>3.14.700.v20210129-1800</featureToPatchVersionPDE>
+ <featureToPatchVersion>3.18.700.v20210217-1800</featureToPatchVersion>
+ <featureToPatchVersionPDE>3.14.700.v20210217-2130</featureToPatchVersionPDE>
<!-- Can specify an exact range here, or something of a loose range, depending on what's needed. -->
- <versionRangeForPatch>[3.18.700.v20210129-1800,3.18.749.v20210429-1800)</versionRangeForPatch>
- <versionRangeForPatchPDE>[3.14.700.v20210129-1800,3.14.749.v20210429-1800)</versionRangeForPatchPDE>
+ <versionRangeForPatch>[3.18.700.v20210217-1800,3.18.749.v20210429-1800)</versionRangeForPatch>
+ <versionRangeForPatchPDE>[3.14.700.v20210217-2130,3.14.749.v20210429-1800)</versionRangeForPatchPDE>
<!-- Comment this line when a patch is required on top of I-build -->
- <comparator.repo>https://download.eclipse.org/eclipse/updates/4.19-I-builds/I20210129-1800/</comparator.repo>
+ <comparator.repo>https://download.eclipse.org/eclipse/updates/4.19-I-builds/I20210217-1800/</comparator.repo>
</properties>
<repositories>
<repository>
<id>eclipse-p2-repo-java16patch</id>
- <url>https://download.eclipse.org/eclipse/updates/4.19-I-builds/I20210129-1800/</url>
+ <url>https://download.eclipse.org/eclipse/updates/4.19-I-builds/I20210217-1800/</url>
<layout>p2</layout>
</repository>
</repositories>

Back to the top