Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2017-12-07 12:00:00 +0000
committerMarkus Knauer2017-12-07 12:00:00 +0000
commit8dc71efd0470bb1ab589ce04c54390b99a460b7d (patch)
treeb2995accc606996276cf09a69f0abb5caa22ce7f /releng/org.eclipse.epp.config/parent
parent9f033d2bd0773c7c226771c78832d1defa251f52 (diff)
downloadorg.eclipse.epp.packages-8dc71efd0470bb1ab589ce04c54390b99a460b7d.tar.gz
org.eclipse.epp.packages-8dc71efd0470bb1ab589ce04c54390b99a460b7d.tar.xz
org.eclipse.epp.packages-8dc71efd0470bb1ab589ce04c54390b99a460b7d.zip
Update versions and strings for Oxygen.2 (4.7.2)
Change-Id: I82328037792afd2c466278a9f4a210f96a62b101 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 3c97b6a8..799d709a 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-rc4</eclipse.simultaneous.release.id>
+ <eclipse.simultaneous.release.id>oxygen-2</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.2RC4)</eclipse.simultaneous.release.name>
+ <eclipse.simultaneous.release.name>Oxygen.2 Release (4.7.2)</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