Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoopur Gupta2020-03-02 10:11:13 +0000
committerNoopur Gupta2020-03-02 11:36:56 +0000
commit467a57e5f96011fae0fedbdcfb94c1dda4725e26 (patch)
tree2cd0f2469d3b14d0d43e56668d0b28000e2fc48a /eclipse-platform-parent/pom.xml
parentc98a44f8abea82057a607e3b9dab4c30569ad234 (diff)
downloadeclipse.platform.releng.aggregator-467a57e5f96011fae0fedbdcfb94c1dda4725e26.tar.gz
eclipse.platform.releng.aggregator-467a57e5f96011fae0fedbdcfb94c1dda4725e26.tar.xz
eclipse.platform.releng.aggregator-467a57e5f96011fae0fedbdcfb94c1dda4725e26.zip
Update feature versions to RC1 Change-Id: I9b83dfe5f93832ba5fcae66287edbaf290f76f18
Diffstat (limited to 'eclipse-platform-parent/pom.xml')
-rw-r--r--eclipse-platform-parent/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index ee3fc28d9..c9420988e 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -604,11 +604,11 @@
https://wiki.eclipse.org/Java14
-->
<!-- This needs the version of the feature to be patched. -->
- <featureToPatchVersion>3.18.300.v20200110-0905</featureToPatchVersion>
- <featureToPatchVersionPDE>3.14.300.v20200110-0905</featureToPatchVersionPDE>
+ <featureToPatchVersion>3.18.300.v20200226-1800</featureToPatchVersion>
+ <featureToPatchVersionPDE>3.14.300.v20200226-1800</featureToPatchVersionPDE>
<!-- Can specify an exact range here, or something of a loose range, depending on what's needed. -->
- <versionRangeForPatch>[3.18.300.v20200110-0905,3.19.0.v20200610-0905)</versionRangeForPatch>
- <versionRangeForPatchPDE>[3.14.300.v20200110-0905,3.14.400.v20200610-0905)</versionRangeForPatchPDE>
+ <versionRangeForPatch>[3.18.300.v20200226-1800,3.19.0.v20200610-0905)</versionRangeForPatch>
+ <versionRangeForPatchPDE>[3.14.300.v20200226-1800,3.14.400.v20200610-0905)</versionRangeForPatchPDE>
<!-- Comment this line when a patch is required on top of I-build -->
<comparator.repo>https://download.eclipse.org/eclipse/updates/4.15milestones/S-4.15RC1-202002261800/</comparator.repo>
</properties>

Back to the top