Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2020-03-18 10:21:19 +0000
committerSravan Kumar Lakkimsetti2020-03-18 10:21:19 +0000
commit8707b871d932a2b7a1de0cd4b4c06da169ca20fa (patch)
treed9ade4eb053c138ccc4709a5cfa79bb46261d999
parent00924e67cf11980ab7c191c8a96401c12783d12e (diff)
downloadeclipse.platform.releng.aggregator-8707b871d932a2b7a1de0cd4b4c06da169ca20fa.tar.gz
eclipse.platform.releng.aggregator-8707b871d932a2b7a1de0cd4b4c06da169ca20fa.tar.xz
eclipse.platform.releng.aggregator-8707b871d932a2b7a1de0cd4b4c06da169ca20fa.zip
Bug 561209 - Cleanup of download page for 4.15 GA release
- Moving previous base line to 4.15 release version Change-Id: I27d8adfedfe3daa720c42e0b8c02fdeec0e9dee3 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rw-r--r--eclipse-platform-parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 5c87c5e79..bfb7e891b 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -157,7 +157,7 @@
<qualifier.format>'v'yyyyMMdd-HHmm</qualifier.format>
<compare-version-with-baselines.skip>true</compare-version-with-baselines.skip>
- <previous-release.baseline>https://download.eclipse.org/eclipse/updates/4.15milestones/</previous-release.baseline>
+ <previous-release.baseline>https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/</previous-release.baseline>
<!--
Declaration of properties that contribute to the arg line for the tycho-surefire-plugin.

Back to the top