Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2016-08-11 11:06:45 +0000
committerMarkus Knauer2016-08-11 12:59:07 +0000
commit19a366f20292b2b9277fe7c778484c37c5aca91c (patch)
tree507775c4e9cb80d27a374a744415fc5f4ca28900 /releng/org.eclipse.epp.config/parent
parent74b7dcdd0721ff6c3610d23c5594e9c4e4a2f32b (diff)
downloadorg.eclipse.epp.packages-19a366f20292b2b9277fe7c778484c37c5aca91c.tar.gz
org.eclipse.epp.packages-19a366f20292b2b9277fe7c778484c37c5aca91c.tar.xz
org.eclipse.epp.packages-19a366f20292b2b9277fe7c778484c37c5aca91c.zip
Update to Oxygen / EPP 4.7.0
Update all the versions, strings, URLs, etc. to the next Simultaneous Release called 'Eclipse Oxygen'. Change-Id: I296344c98fd324f29497f5bd210c3abcc30a6022 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
Diffstat (limited to 'releng/org.eclipse.epp.config/parent')
-rw-r--r--releng/org.eclipse.epp.config/parent/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/releng/org.eclipse.epp.config/parent/pom.xml b/releng/org.eclipse.epp.config/parent/pom.xml
index a2294fb5..8048cb2e 100644
--- a/releng/org.eclipse.epp.config/parent/pom.xml
+++ b/releng/org.eclipse.epp.config/parent/pom.xml
@@ -18,7 +18,7 @@
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp-parent</artifactId>
- <version>4.6.0-SNAPSHOT</version>
+ <version>4.7.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
@@ -37,13 +37,13 @@
<!-- The location that is used to assemble the single EPP configuration p2 repository -->
<eclipse.epp.targetRepository>${eclipse.epp.archiveDirectory}/repository/</eclipse.epp.targetRepository>
<!-- ID used to generate the filename of the packages -->
- <eclipse.simultaneous.release.id>neon-R</eclipse.simultaneous.release.id>
+ <eclipse.simultaneous.release.id>oxygen-M1</eclipse.simultaneous.release.id>
<!-- Timestamp used in various places, e.g. the about dialog (see about.mappings) -->
<eclipse.simultaneous.release.build>${maven.build.timestamp}</eclipse.simultaneous.release.build>
<!-- Human readable name of the release, e.g. used in the about dialog (see about.mappings) -->
- <eclipse.simultaneous.release.name>Neon Release (4.6.0)</eclipse.simultaneous.release.name>
+ <eclipse.simultaneous.release.name>Oxygen Release Milestone 1 (4.7.0 M1)</eclipse.simultaneous.release.name>
<!-- Upstream p2 repository, used as a source for pre-compiled build artifacts -->
- <eclipse.simultaneous.release.repository>http://download.eclipse.org/staging/neon/</eclipse.simultaneous.release.repository>
+ <eclipse.simultaneous.release.repository>http://download.eclipse.org/staging/oxygen/</eclipse.simultaneous.release.repository>
</properties>
<!--

Back to the top