Skip to main content
summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorMarkus Knauer2017-11-02 10:31:56 +0000
committerMarkus Knauer2017-11-02 10:31:56 +0000
commit9020a42c978954784521cda5004142052f9c0e21 (patch)
tree86ecc4d3c9bef2c6232324f9abd6662b27c73ee5 /releng
parent22b55cc6c5057165bcd55cde5b1495d04f55b650 (diff)
downloadorg.eclipse.epp.packages-9020a42c978954784521cda5004142052f9c0e21.tar.gz
org.eclipse.epp.packages-9020a42c978954784521cda5004142052f9c0e21.tar.xz
org.eclipse.epp.packages-9020a42c978954784521cda5004142052f9c0e21.zip
Update versions and strings for Photon M3 (4.8.0 M3)
Change-Id: I32433708d5078d89ed8defa1845cce1cd802b2e9 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
Diffstat (limited to 'releng')
-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 242e0268..b97f529b 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>photon-M2</eclipse.simultaneous.release.id>
+ <eclipse.simultaneous.release.id>photon-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>Photon Milestone 2 (4.8.0M2)</eclipse.simultaneous.release.name>
+ <eclipse.simultaneous.release.name>Photon Milestone 3 (4.8.0M3)</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