Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2017-09-14 12:00:00 +0000
committerMarkus Knauer2017-09-14 12:00:00 +0000
commit48b9b48e6da79116dfd22cb2b8c28b3084934093 (patch)
tree941c4aa58db817349452480d7fd67edb1385f3b3 /releng/org.eclipse.epp.config/parent/pom.xml
parenta8e9c0610a9cfc98e6d3e167462654f36f63151d (diff)
downloadorg.eclipse.epp.packages-OXYGEN_1.tar.gz
org.eclipse.epp.packages-OXYGEN_1.tar.xz
org.eclipse.epp.packages-OXYGEN_1.zip
Update versions and strings for Oxygen.1 (4.7.1)OXYGEN_1
Change-Id: Ieb688e2e59bb11396e6579b91002ab4c1536a37e 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.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 39efe96d..49d34797 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-1-RC3</eclipse.simultaneous.release.id>
+ <eclipse.simultaneous.release.id>oxygen-1</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.1 Release (4.7.1RC3)</eclipse.simultaneous.release.name>
+ <eclipse.simultaneous.release.name>Oxygen.1 Release (4.7.1)</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