Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2021-09-13 08:43:32 +0000
committerSravan Kumar Lakkimsetti2021-09-13 08:53:04 +0000
commit0aa5e96c1df22ab0cb827bc343f57b98597f24a7 (patch)
treef6bcb6f3c6bc2b06838f05fd4161ee07085641b7
parent2403cb8c391bdbeb195da92300f31c5d1707318d (diff)
downloadeclipse.platform.releng.aggregator-Y20210914-1140.tar.gz
eclipse.platform.releng.aggregator-Y20210914-1140.tar.xz
eclipse.platform.releng.aggregator-Y20210914-1140.zip
Change-Id: I736a21307850687b8003c73aefa138d42eef4424 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.releng.aggregator/+/185363
-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 b971562a3..7ed4f167d 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -599,12 +599,12 @@
<versionRangeForPatch>[3.18.900.v20210906-0500,3.18.949.v20211028-1800)</versionRangeForPatch>
<versionRangeForPatchPDE>[3.14.900.v20210906-0500,3.14.949.v20211028-1800)</versionRangeForPatchPDE>
<!-- Comment this line when a patch is required on top of I-build -->
- <comparator.repo>https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210906-0500/</comparator.repo>
+ <comparator.repo>https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/</comparator.repo>
</properties>
<repositories>
<repository>
<id>eclipse-p2-repo-java17patch</id>
- <url>https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210906-0500/</url>
+ <url>https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/</url>
<layout>p2</layout>
</repository>
</repositories>

Back to the top