Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2019-03-20 15:51:59 +0000
committerAlexander Kurtakov2019-03-20 15:51:59 +0000
commit2358e6258f471e73321139a9d002616740024611 (patch)
treee04faadfd7bc1414157132753ffc50241f727131 /eclipse-platform-parent
parentea7a85962c6372f77d605de699582e3aca2b59bc (diff)
downloadeclipse.platform.releng.aggregator-2358e6258f471e73321139a9d002616740024611.tar.gz
eclipse.platform.releng.aggregator-2358e6258f471e73321139a9d002616740024611.tar.xz
eclipse.platform.releng.aggregator-2358e6258f471e73321139a9d002616740024611.zip
Bug 545101 - Move to release version of 4.11 in build scripts
Run version checks against 4.11 final. Change-Id: Ifa4168956561bce661ea5b386a6c5bb0566486fc Signed-off-by: Alexander Kurtakov <akurtako@redhat.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 7e8f05fe6..65068f4bd 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.11-I-builds/</baseline> <!-- Previous release) -->
+ <baseline>http://download.eclipse.org/eclipse/updates/4.11/</baseline> <!-- Previous release) -->
</baselines>
<comparator>zip</comparator>
</configuration>

Back to the top