Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2017-08-14 09:46:46 +0000
committerMarkus Knauer2017-08-14 09:49:06 +0000
commitd8c30fe3c137022fae854a04c3e89b6df4bd9eb6 (patch)
tree8c4ca0eb9bd2828896f68a659448729d9d04b638 /releng/org.eclipse.epp.config/parent/pom.xml
parent1bc1e9d8d4571f36b76fc10b387c3ea6627d8ae2 (diff)
downloadorg.eclipse.epp.packages-d8c30fe3c137022fae854a04c3e89b6df4bd9eb6.tar.gz
org.eclipse.epp.packages-d8c30fe3c137022fae854a04c3e89b6df4bd9eb6.tar.xz
org.eclipse.epp.packages-d8c30fe3c137022fae854a04c3e89b6df4bd9eb6.zip
Update for Eclipse Oxygen.1 (4.7.1) Release
Update all pom.xml, feature.xml, epp.product, MANIFEST.MF, p2.inf files to the new version 4.7.1 and to the Oxygen.1 Simultaneous Release. Change-Id: Ie788ca404991c100fb0138645356d1b7ce4bf4f6 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
Diffstat (limited to 'releng/org.eclipse.epp.config/parent/pom.xml')
-rw-r--r--releng/org.eclipse.epp.config/parent/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/releng/org.eclipse.epp.config/parent/pom.xml b/releng/org.eclipse.epp.config/parent/pom.xml
index b56eafe9..dc475653 100644
--- a/releng/org.eclipse.epp.config/parent/pom.xml
+++ b/releng/org.eclipse.epp.config/parent/pom.xml
@@ -19,7 +19,7 @@
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp-parent</artifactId>
- <version>4.7.0-SNAPSHOT</version>
+ <version>4.7.1-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
@@ -37,11 +37,11 @@
<!-- 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>oxygen-RC4</eclipse.simultaneous.release.id>
+ <eclipse.simultaneous.release.id>oxygen-1-RC1</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>Oxygen Release (4.7.0)</eclipse.simultaneous.release.name>
+ <eclipse.simultaneous.release.name>Oxygen.1 Release (4.7.1RC1)</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/oxygen/</eclipse.simultaneous.release.repository>
</properties>

Back to the top