Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2019-03-08 12:30:27 +0000
committerSravan Kumar Lakkimsetti2019-03-08 12:30:27 +0000
commit33c98ae20fb663f32a5900da6942d89bc210c274 (patch)
tree596ab15855bb69bc56843cff776a5b446e6f0168 /eclipse-platform-parent/pom.xml
parent55383c58f426ce7851e2d28b00785061b5f2498c (diff)
downloadeclipse.platform.releng.aggregator-33c98ae20fb663f32a5900da6942d89bc210c274.tar.gz
eclipse.platform.releng.aggregator-33c98ae20fb663f32a5900da6942d89bc210c274.tar.xz
eclipse.platform.releng.aggregator-33c98ae20fb663f32a5900da6942d89bc210c274.zip
Bug 545098 - Move previous version to 4.10RC2 across build scripts
Change-Id: I23277389b03342ee571e4dd5a8de15743d68d554 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'eclipse-platform-parent/pom.xml')
-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 d09ebf46e..101a8c367 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -376,7 +376,7 @@
<configuration>
<skip>${compare-version-with-baselines.skip}</skip>
<baselines>
- <baseline>http://download.eclipse.org/eclipse/updates/4.10/</baseline> <!-- Previous release) -->
+ <baseline>http://download.eclipse.org/eclipse/updates/4.11-I-builds/</baseline> <!-- Previous release) -->
</baselines>
<comparator>zip</comparator>
</configuration>

Back to the top