Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2016-05-19 18:38:58 +0000
committerMarkus Knauer2016-05-19 18:38:58 +0000
commit58eeab3313d2910c64fa5d41669041a0ee0ec135 (patch)
tree75a27578c38b51c525f327091f1fa171c1e81034 /releng/org.eclipse.epp.config/parent
parentf4c73b92b63773ee7be6fd91c05c44082f39ea8b (diff)
downloadorg.eclipse.epp.packages-58eeab3313d2910c64fa5d41669041a0ee0ec135.tar.gz
org.eclipse.epp.packages-58eeab3313d2910c64fa5d41669041a0ee0ec135.tar.xz
org.eclipse.epp.packages-58eeab3313d2910c64fa5d41669041a0ee0ec135.zip
Update versions and strings for Neon RC1
Change-Id: I331ba36410921e513d6fe1112143779ee1695a17 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 59f44bba..56a10205 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>neon-M7</eclipse.simultaneous.release.id>
+ <eclipse.simultaneous.release.id>neon-RC1</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>Neon Milestone 7 (4.6.0M7)</eclipse.simultaneous.release.name>
+ <eclipse.simultaneous.release.name>Neon Release Candidate 1 (4.6.0RC1)</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/neon/</eclipse.simultaneous.release.repository>
</properties>

Back to the top