Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2017-02-01 16:40:01 +0000
committerMarkus Knauer2017-02-01 16:40:01 +0000
commit9534f6b6f48ea7952a55229ffe4a43e09f417c8d (patch)
treed2f779c7ecd04fa12bd32ec025ce6d93d5d94b7f /releng/org.eclipse.epp.config/parent
parent213f96355890a0b041f03e56ab926d6fc01d4f28 (diff)
downloadorg.eclipse.epp.packages-9534f6b6f48ea7952a55229ffe4a43e09f417c8d.tar.gz
org.eclipse.epp.packages-9534f6b6f48ea7952a55229ffe4a43e09f417c8d.tar.xz
org.eclipse.epp.packages-9534f6b6f48ea7952a55229ffe4a43e09f417c8d.zip
Update versions and strings for Oxygen M5 (4.7.0 M5)
Change-Id: I41def5ed76a31a3c210469f9448acc5fb4de0fc0 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.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/releng/org.eclipse.epp.config/parent/pom.xml b/releng/org.eclipse.epp.config/parent/pom.xml
index c8526ad8..06012116 100644
--- a/releng/org.eclipse.epp.config/parent/pom.xml
+++ b/releng/org.eclipse.epp.config/parent/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (C) 2013, 2016 EclipseSource and others.
+ Copyright (C) 2013, 2017 EclipseSource and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -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-M4</eclipse.simultaneous.release.id>
+ <eclipse.simultaneous.release.id>oxygen-M5</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 4 (4.7.0 M4)</eclipse.simultaneous.release.name>
+ <eclipse.simultaneous.release.name>Oxygen Release Milestone 5 (4.7.0 M5)</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