Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2016-11-03 06:00:51 +0000
committerMarkus Knauer2016-11-03 06:00:51 +0000
commit9c75f58ea8ca8e4a5d083c3e702e1e614daf383d (patch)
tree6a9abd4eae6724274e728c5d8111bf42eb700cab /releng/org.eclipse.epp.config
parent8aa0117aefe62f64dd69d8805a44235e64fe8516 (diff)
downloadorg.eclipse.epp.packages-9c75f58ea8ca8e4a5d083c3e702e1e614daf383d.tar.gz
org.eclipse.epp.packages-9c75f58ea8ca8e4a5d083c3e702e1e614daf383d.tar.xz
org.eclipse.epp.packages-9c75f58ea8ca8e4a5d083c3e702e1e614daf383d.zip
Update versions and strings for Oxygen M3 (4.7.0 M3)
Change-Id: Ia35ff21617d74247552832d47c707539662c79dd Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
Diffstat (limited to 'releng/org.eclipse.epp.config')
-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 2571c12c..30ccdf1e 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-M2</eclipse.simultaneous.release.id>
+ <eclipse.simultaneous.release.id>oxygen-M3</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 2 (4.7.0 M2)</eclipse.simultaneous.release.name>
+ <eclipse.simultaneous.release.name>Oxygen Release Milestone 3 (4.7.0 M3)</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