Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorMarkus Knauer2016-06-09 06:00:00 +0000
committerMarkus Knauer2016-06-09 06:00:00 +0000
commit82e267e7a36c43b9acf6c4c03f5cf217138d00e9 (patch)
treed735c12e342b75d18334cf7b9d0c63701bcec4d2 /releng
parent8541a443686aa82ff27199344595922516c5f6ef (diff)
downloadorg.eclipse.epp.packages-82e267e7a36c43b9acf6c4c03f5cf217138d00e9.tar.gz
org.eclipse.epp.packages-82e267e7a36c43b9acf6c4c03f5cf217138d00e9.tar.xz
org.eclipse.epp.packages-82e267e7a36c43b9acf6c4c03f5cf217138d00e9.zip
Update versions and strings for Neon R (RC4)
Change-Id: Ia43edf3b4e96a96c46cdcb500252d6197c47c727 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
Diffstat (limited to 'releng')
-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 e3a5fb17..a2294fb5 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-RC3</eclipse.simultaneous.release.id>
+ <eclipse.simultaneous.release.id>neon-R</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 3 (4.6.0RC3)</eclipse.simultaneous.release.name>
+ <eclipse.simultaneous.release.name>Neon Release (4.6.0)</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