Skip to main content
summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorMarkus Knauer2018-01-31 20:33:47 +0000
committerMarkus Knauer2018-01-31 20:33:47 +0000
commitaa02c70d93c25020dafbf4b55b43d3e37f5de99a (patch)
treea7da8f9c497417ab5042ef33f5bdd9804d94a603 /releng
parent11f64bfe8303ddd439cace2f8065520491b31d66 (diff)
downloadorg.eclipse.epp.packages-aa02c70d93c25020dafbf4b55b43d3e37f5de99a.tar.gz
org.eclipse.epp.packages-aa02c70d93c25020dafbf4b55b43d3e37f5de99a.tar.xz
org.eclipse.epp.packages-aa02c70d93c25020dafbf4b55b43d3e37f5de99a.zip
Update versions and strings for Photon M5 (4.8.0 M5)
Change-Id: If9b82a5a3b0143c5ead867359cd830731ccf9378 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
Diffstat (limited to 'releng')
-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 cbfdcea7..f826f7d3 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, 2017 EclipseSource and others.
+ Copyright (C) 2013, 2018 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>photon-M4</eclipse.simultaneous.release.id>
+ <eclipse.simultaneous.release.id>photon-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>Photon Milestone 4 (4.8.0M4)</eclipse.simultaneous.release.name>
+ <eclipse.simultaneous.release.name>Photon Milestone 5 (4.8.0M5)</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/photon/</eclipse.simultaneous.release.repository>
</properties>

Back to the top