Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2016-06-01 15:20:59 +0000
committerMarkus Knauer2016-06-01 15:20:59 +0000
commitfdb0347f5b52e9f2e705c084d70e053651cf9245 (patch)
treea83271cc8d7b4aa1eacbac5839e3f5be08a1b765 /releng/org.eclipse.epp.config/parent/pom.xml
parentc4f8c772d734d6c5c0d42aaa522dec2a0b6baa8a (diff)
downloadorg.eclipse.epp.packages-fdb0347f5b52e9f2e705c084d70e053651cf9245.tar.gz
org.eclipse.epp.packages-fdb0347f5b52e9f2e705c084d70e053651cf9245.tar.xz
org.eclipse.epp.packages-fdb0347f5b52e9f2e705c084d70e053651cf9245.zip
Update versions and strings for Neon RC3
Change-Id: I6b37943b3849acaf8fe11b29d8d51c754ecaf5f7 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
Diffstat (limited to 'releng/org.eclipse.epp.config/parent/pom.xml')
-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 49332c53..e3a5fb17 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-RC2</eclipse.simultaneous.release.id>
+ <eclipse.simultaneous.release.id>neon-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>Neon Release Candidate 2 (4.6.0RC2)</eclipse.simultaneous.release.name>
+ <eclipse.simultaneous.release.name>Neon Release Candidate 3 (4.6.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/neon/</eclipse.simultaneous.release.repository>
</properties>

Back to the top