Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2016-11-24 09:43:02 +0000
committerMarkus Knauer2016-11-24 09:43:02 +0000
commit27d6b74f729b8a8fb4b74d0a424e30ffba4ea0d7 (patch)
tree2091cd75d76f975114590e2a64ca84d8307aa39e /releng/org.eclipse.epp.config/parent
parentf83de12a208278cac4b270e6929bc81300747ae6 (diff)
downloadorg.eclipse.epp.packages-27d6b74f729b8a8fb4b74d0a424e30ffba4ea0d7.tar.gz
org.eclipse.epp.packages-27d6b74f729b8a8fb4b74d0a424e30ffba4ea0d7.tar.xz
org.eclipse.epp.packages-27d6b74f729b8a8fb4b74d0a424e30ffba4ea0d7.zip
Update versions and strings for Neon.2 RC2 (4.6.2 RC2)
Change-Id: If1a18a6a4e6773b162a62ef0cfb53041a7109f19 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 c2673b19..f1e5f081 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-2-RC1</eclipse.simultaneous.release.id>
+ <eclipse.simultaneous.release.id>neon-2-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>Neon.2 Release Candidate 1 (4.6.2RC1)</eclipse.simultaneous.release.name>
+ <eclipse.simultaneous.release.name>Neon.2 Release Candidate 2 (4.6.2RC2)</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