Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorMarkus Knauer2017-03-09 12:00:00 +0000
committerMarkus Knauer2017-03-09 12:00:00 +0000
commit2ae393de27f2435da5a02301d7ba4c12622524dd (patch)
tree9ff14422d8ceb48e157bce8ac900ac8f20ec9fa6 /releng
parente0a20d5a1844284698a641cab0764122d6451c8c (diff)
downloadorg.eclipse.epp.packages-2ae393de27f2435da5a02301d7ba4c12622524dd.tar.gz
org.eclipse.epp.packages-2ae393de27f2435da5a02301d7ba4c12622524dd.tar.xz
org.eclipse.epp.packages-2ae393de27f2435da5a02301d7ba4c12622524dd.zip
Prepare for final Neon.3 (RC4)
Change-Id: I0596f8861e2a0b20f2669b50e1d6cb9ecfc46e7c 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 7db960fa..05baec6b 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-3-RC3</eclipse.simultaneous.release.id>
+ <eclipse.simultaneous.release.id>neon-3</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.3 Release (4.6.3RC3)</eclipse.simultaneous.release.name>
+ <eclipse.simultaneous.release.name>Neon.3 Release (4.6.3)</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