Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2018-05-31 08:39:02 +0000
committerMarkus Knauer2018-05-31 08:39:02 +0000
commit7cbd7a016c179ce24a9b045d6d7f5f04c189aa49 (patch)
treec887f33a810d9a9d3ef0b47925ac99f243f481d7 /releng/org.eclipse.epp.config/parent
parent4bfc9297ae44a2a1d783867c08750fe57683fe8d (diff)
downloadorg.eclipse.epp.packages-7cbd7a016c179ce24a9b045d6d7f5f04c189aa49.tar.gz
org.eclipse.epp.packages-7cbd7a016c179ce24a9b045d6d7f5f04c189aa49.tar.xz
org.eclipse.epp.packages-7cbd7a016c179ce24a9b045d6d7f5f04c189aa49.zip
Update versions and strings for Photon RC2 (4.8.0 RC2)
Change-Id: Ib284f378608503e790b06023ecc6d2cf20b9d45a 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.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 32c2ca20..c3a54b4e 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-RC1</eclipse.simultaneous.release.id>
+ <eclipse.simultaneous.release.id>photon-RC2</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 1 (4.8.0RC1)</eclipse.simultaneous.release.name>
+ <eclipse.simultaneous.release.name>Photon Release Candidate 2 (4.8.0RC2)</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