Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2018-06-05 08:17:38 +0000
committerMarkus Knauer2018-06-05 08:17:38 +0000
commit963f1a90d2ab897ef0d2b2fd7a6b0bef2eca6616 (patch)
tree7d8d2a8a1eb6da894d27102850679475baf0aa4f /releng/org.eclipse.epp.config
parent7cbd7a016c179ce24a9b045d6d7f5f04c189aa49 (diff)
downloadorg.eclipse.epp.packages-963f1a90d2ab897ef0d2b2fd7a6b0bef2eca6616.tar.gz
org.eclipse.epp.packages-963f1a90d2ab897ef0d2b2fd7a6b0bef2eca6616.tar.xz
org.eclipse.epp.packages-963f1a90d2ab897ef0d2b2fd7a6b0bef2eca6616.zip
Update versions and strings for Photon RC3 (4.8.0 RC3)
Change-Id: If74851841d8f08e52ef9f6acce3c0c9754799a14 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 c3a54b4e..62ca0402 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-RC2</eclipse.simultaneous.release.id>
+ <eclipse.simultaneous.release.id>photon-RC3</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 Release Candidate 2 (4.8.0RC2)</eclipse.simultaneous.release.name>
+ <eclipse.simultaneous.release.name>Photon Release Candidate 3 (4.8.0RC3)</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