Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2017-05-25 08:42:52 +0000
committerMarkus Knauer2017-05-25 08:42:52 +0000
commit0907f9fffb9b5e9b6824169a0f6ff4065e5e8a6e (patch)
treeab4e5c4dca1757536323e28cf972263abd09f017 /releng/org.eclipse.epp.config/parent/pom.xml
parente6f02e6816fbe247d62d59847965d052dae2b06e (diff)
downloadorg.eclipse.epp.packages-0907f9fffb9b5e9b6824169a0f6ff4065e5e8a6e.tar.gz
org.eclipse.epp.packages-0907f9fffb9b5e9b6824169a0f6ff4065e5e8a6e.tar.xz
org.eclipse.epp.packages-0907f9fffb9b5e9b6824169a0f6ff4065e5e8a6e.zip
Update versions and strings for Oxygen RC1 (4.7.0 RC1)
Change-Id: Iad39d5a816be6ca7a83f94a85b72438dfa135f30 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 9c9e924c..ec6a47c9 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-M7</eclipse.simultaneous.release.id>
+ <eclipse.simultaneous.release.id>oxygen-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 Milestone 7 (4.7.0 M7)</eclipse.simultaneous.release.name>
+ <eclipse.simultaneous.release.name>Oxygen Release Candidate 1 (4.7.0 RC1)</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