Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2015-07-01 18:26:16 +0000
committerDavid Williams2015-07-01 18:26:16 +0000
commit764f2d3d74fadd0ead4b648bf23987108522fb08 (patch)
tree74ffea73c72b0e9ae1d35c128651b2a1a00b16aa /eclipse-platform-parent/pom.xml
parent0719a7f265f99e011a6d4280b507c092a645b31e (diff)
downloadeclipse.platform.releng.aggregator-764f2d3d74fadd0ead4b648bf23987108522fb08.tar.gz
eclipse.platform.releng.aggregator-764f2d3d74fadd0ead4b648bf23987108522fb08.tar.xz
eclipse.platform.releng.aggregator-764f2d3d74fadd0ead4b648bf23987108522fb08.zip
Bug 469765 - Prep for 4.6 (Neon) and 4.5 (Mars) maintenance builds
Diffstat (limited to 'eclipse-platform-parent/pom.xml')
-rw-r--r--eclipse-platform-parent/pom.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 839843b57..734694b53 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -45,7 +45,7 @@
such as Version: 4.4.0 (Luna), for main features.
See bug 328139.
-->
- <releaseName>Mars</releaseName>
+ <releaseName>Neon</releaseName>
<!--
The releaseNumbers below, for SDK and Platform, might be
thought of as the "marketing number" or "branding number",
@@ -60,8 +60,8 @@
but we'd still want the "marketing number" to be increased to reflect
"a new yearly release".
-->
- <releaseNumberSDK>4.5</releaseNumberSDK>
- <releaseNumberPlatform>4.5</releaseNumberPlatform>
+ <releaseNumberSDK>4.6</releaseNumberSDK>
+ <releaseNumberPlatform>4.6</releaseNumberPlatform>
<!-- using snapshot, or locally built (forked) snapshot version for bug 461207 and bug 431116
<tycho.version>0.23.0-SNAPSHOT</tycho.version>
@@ -81,7 +81,7 @@
-->
<eclipserun-repo>http://download.eclipse.org/eclipse/updates/4.5/R-4.5-201506032000</eclipserun-repo>
- <comparator.repo>http://download.eclipse.org/eclipse/updates/4.5-I-builds</comparator.repo>
+ <comparator.repo>http://download.eclipse.org/eclipse/updates/4.6-I-builds</comparator.repo>
<!--
NOTE: this EMF and ECF URL must match exactly what is in the eclipse-sdk-prereqs.target file.
@@ -137,7 +137,7 @@
Usually set to N-builds for main dev. cycle, but set to I-builds during RC time (since there are
no N-builds, but daily I-builds).
-->
- <eclipse-p2-repo.url>http://download.eclipse.org/eclipse/updates/4.5-I-builds</eclipse-p2-repo.url>
+ <eclipse-p2-repo.url>http://download.eclipse.org/eclipse/updates/4.6-N-builds</eclipse-p2-repo.url>
<!--
If configuration is not specified at all, in signing plugin, the default
@@ -256,7 +256,7 @@
<artifact>
<groupId>org.eclipse</groupId>
<artifactId>eclipse-sdk-prereqs</artifactId>
- <version>4.5.0-SNAPSHOT</version>
+ <version>4.6.0-SNAPSHOT</version>
</artifact>
</target>
<environments>

Back to the top