Skip to main content
summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorMarkus Knauer2017-06-01 05:50:04 +0000
committerMarkus Knauer2017-06-01 05:50:04 +0000
commita315c65239706d542aa9a558e9c8b1193a007b55 (patch)
treefa09c4c7c449ed9d2fa8cb07c3eba94ea9824496 /releng
parent6a90d9671bde2b73d1b183356aa6353dbacdd174 (diff)
downloadorg.eclipse.epp.packages-a315c65239706d542aa9a558e9c8b1193a007b55.tar.gz
org.eclipse.epp.packages-a315c65239706d542aa9a558e9c8b1193a007b55.tar.xz
org.eclipse.epp.packages-a315c65239706d542aa9a558e9c8b1193a007b55.zip
Update versions and strings for Oxygen RC2 (4.7.0 RC2)
Change-Id: Ic3c3bea8c7ac9a489dc2539c648f4ab07d4282b3 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.epp.config/parent/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/releng/org.eclipse.epp.config/parent/pom.xml b/releng/org.eclipse.epp.config/parent/pom.xml
index ec6a47c9..cbda845d 100644
--- a/releng/org.eclipse.epp.config/parent/pom.xml
+++ b/releng/org.eclipse.epp.config/parent/pom.xml
@@ -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-RC1</eclipse.simultaneous.release.id>
+ <eclipse.simultaneous.release.id>oxygen-RC2</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 Candidate 1 (4.7.0 RC1)</eclipse.simultaneous.release.name>
+ <eclipse.simultaneous.release.name>Oxygen Release Candidate 2 (4.7.0 RC2)</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