Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2017-11-23 13:16:27 +0000
committerMarkus Knauer2017-11-23 13:16:57 +0000
commit180bb46fc827568039ea994bb1b6a6a2e71a0f43 (patch)
tree703586612402198dc59503179507f04479e5a14b /releng/org.eclipse.epp.config/parent
parent43b00ce1f405517f03d3ed5876918915aa39ee41 (diff)
downloadorg.eclipse.epp.packages-180bb46fc827568039ea994bb1b6a6a2e71a0f43.tar.gz
org.eclipse.epp.packages-180bb46fc827568039ea994bb1b6a6a2e71a0f43.tar.xz
org.eclipse.epp.packages-180bb46fc827568039ea994bb1b6a6a2e71a0f43.zip
Update versions and strings for Oxygen.2 RC2 (4.7.2RC2)
Change-Id: I05ad7ac0846c21b10d297fa411320a05a66d7b03 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.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 cfea94d3..3ded3c80 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-2-rc1</eclipse.simultaneous.release.id>
+ <eclipse.simultaneous.release.id>oxygen-2-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.2 Release (4.7.2RC1)</eclipse.simultaneous.release.name>
+ <eclipse.simultaneous.release.name>Oxygen.2 Release (4.7.2RC2)</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