Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-05-29 16:55:52 +0000
committerAlexander Kurtakov2018-05-29 16:55:52 +0000
commit4933d3953cf6af887c40461568ea14b0d6c0c260 (patch)
tree480ae139dc97292c9b0ff91c1b143a34e7ed1526 /eclipse-platform-parent/pom.xml
parent1a90a86ea231d6bae22955c4b4ee4d1dc2fc835f (diff)
downloadeclipse.platform.releng.aggregator-4933d3953cf6af887c40461568ea14b0d6c0c260.tar.gz
eclipse.platform.releng.aggregator-4933d3953cf6af887c40461568ea14b0d6c0c260.tar.xz
eclipse.platform.releng.aggregator-4933d3953cf6af887c40461568ea14b0d6c0c260.zip
Bug 535192 - Update Comparator repo and eclipse run repo to 4.9-I-builds
repo Remove reference to non-existing 4.7-M builds. Change-Id: Ia7b6554e1be99e2f8fdbbff47a51ddc4486ff801
Diffstat (limited to 'eclipse-platform-parent/pom.xml')
-rw-r--r--eclipse-platform-parent/pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index f8508eb96..c90b19680 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -397,7 +397,6 @@
<configuration>
<skip>${compare-version-with-baselines.skip}</skip>
<baselines>
- <baseline>http://download.eclipse.org/eclipse/updates/4.7-M-builds/</baseline> <!-- upcoming maintenance build of previous release -->
<baseline>http://download.eclipse.org/eclipse/updates/4.8/</baseline> <!-- Next release (useful after 4.8 is released to compare upcoming 4.8 maitenance with last 4.8 release) -->
</baselines>
<comparator>zip</comparator>

Back to the top