Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenie.releng2018-12-18 23:05:56 +0000
committerNiraj Modi2018-12-19 09:52:23 +0000
commitf5b7a37caf0663f73bef0549f619ae526419a644 (patch)
tree3ef9efe75e49d73859e9526ad12517b6db8418d1 /eclipse-platform-parent
parent37fff5016954677c434690dadb6596a466fdadc2 (diff)
downloadeclipse.platform.releng.aggregator-f5b7a37caf0663f73bef0549f619ae526419a644.tar.gz
eclipse.platform.releng.aggregator-f5b7a37caf0663f73bef0549f619ae526419a644.tar.xz
eclipse.platform.releng.aggregator-f5b7a37caf0663f73bef0549f619ae526419a644.zip
Bug 542548 - Move to release version of 4.10 in build scripts
Change-Id: I509c1b91ba03068195f1d9e0feea11faf8e7dd8d Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
Diffstat (limited to 'eclipse-platform-parent')
-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 fd2ff4ef9..8ac237515 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -375,7 +375,7 @@
<configuration>
<skip>${compare-version-with-baselines.skip}</skip>
<baselines>
- <baseline>http://download.eclipse.org/eclipse/updates/4.10milestones/</baseline> <!-- Previous release) -->
+ <baseline>http://download.eclipse.org/eclipse/updates/4.10/</baseline> <!-- Previous release) -->
</baselines>
<comparator>zip</comparator>
</configuration>

Back to the top