Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2021-08-25 06:23:49 +0000
committerSravan Kumar Lakkimsetti2021-08-25 06:25:03 +0000
commit054b20370330f21d2ac9d67a8d29a4168f468587 (patch)
tree0f9b7c9115852b1c17214d9fff6972cadff60423
parentce217e392ca6489ba389bb3e47887cf92b38d8ce (diff)
downloadeclipse.platform.releng.aggregator-054b20370330f21d2ac9d67a8d29a4168f468587.tar.gz
eclipse.platform.releng.aggregator-054b20370330f21d2ac9d67a8d29a4168f468587.tar.xz
eclipse.platform.releng.aggregator-054b20370330f21d2ac9d67a8d29a4168f468587.zip
Bug 575542 - Update P-build to target 4.21M3P20210825-0220
Change-Id: Ife35bf73a7794a2b454fa1fc141fa156ced85593 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.releng.aggregator/+/184392
-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 9ca6c48f1..e5298e6ea 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -599,12 +599,12 @@
<versionRangeForPatch>[3.18.900.v20210818-1800,3.18.949.v20211028-1800)</versionRangeForPatch>
<versionRangeForPatchPDE>[3.14.900.v20210818-1800,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/I20210729-1800/</comparator.repo>
+ <comparator.repo>https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210818-1800/</comparator.repo>
</properties>
<repositories>
<repository>
<id>eclipse-p2-repo-java17patch</id>
- <url>https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210729-1800/</url>
+ <url>https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210818-1800/</url>
<layout>p2</layout>
</repository>
</repositories>

Back to the top