Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2018-05-30 09:58:11 +0000
committerSravan Kumar Lakkimsetti2018-05-30 09:58:11 +0000
commitb2748937f933ed36c5f2f0677c1c63233d2f3665 (patch)
tree6b04eaf386702958963385d01e492c3b4615aadf /eclipse-platform-parent
parent4933d3953cf6af887c40461568ea14b0d6c0c260 (diff)
downloadeclipse.platform.releng.aggregator-b2748937f933ed36c5f2f0677c1c63233d2f3665.tar.gz
eclipse.platform.releng.aggregator-b2748937f933ed36c5f2f0677c1c63233d2f3665.tar.xz
eclipse.platform.releng.aggregator-b2748937f933ed36c5f2f0677c1c63233d2f3665.zip
Bug 535193 - Update product version number to 4.9 across build scripts
Change-Id: Ib61e4010e1d4a5778dcead37f183c915bd2f8232 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'eclipse-platform-parent')
-rw-r--r--eclipse-platform-parent/pom.xml9
1 files changed, 1 insertions, 8 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index c90b19680..953077baa 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -42,14 +42,6 @@
<buildType>I</buildType>
<buildId>${buildType}${buildTimestamp}</buildId>
<!--
- releaseName should match the yearly "release train" name.
- For example, "Mars", "Mars.1", "Luna SR2", etc.
- It will show up in "about box",
- such as Version: Mars (4.5), for main features.
- See bug 328139.
- -->
- <releaseName>Photon</releaseName>
- <!--
The releaseNumbers below, for SDK and Platform, might be
thought of as the "marketing number" or "branding number",
and in fact are used in the branding bundle of the corresponding products.
@@ -397,6 +389,7 @@
<configuration>
<skip>${compare-version-with-baselines.skip}</skip>
<baselines>
+ <baseline>http://download.eclipse.org/eclipse/updates/4.8-I-builds/</baseline> <!-- Next release (useful after 4.8 is released to compare upcoming 4.8 maitenance with last 4.8 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