Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorMarkus Knauer2014-05-30 19:00:28 +0000
committerMarkus Knauer2014-05-30 19:00:28 +0000
commit02ffb60508fd7eb7317b5ee5e33459ad7e2b08fa (patch)
tree30551d9499fdca6a418a4ef2097d4d0837c31aff /releng
parenta14c6003c568c6e1323b25fe9e5deda3934554f0 (diff)
downloadorg.eclipse.epp.packages-02ffb60508fd7eb7317b5ee5e33459ad7e2b08fa.tar.gz
org.eclipse.epp.packages-02ffb60508fd7eb7317b5ee5e33459ad7e2b08fa.tar.xz
org.eclipse.epp.packages-02ffb60508fd7eb7317b5ee5e33459ad7e2b08fa.zip
Updates for Luna RC3
Change-Id: I6fa418d7c96b6ded8e2f4c1f94fdaf85ad871205 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 8078a21d..925e4963 100644
--- a/releng/org.eclipse.epp.config/parent/pom.xml
+++ b/releng/org.eclipse.epp.config/parent/pom.xml
@@ -34,11 +34,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>luna-RC2</eclipse.simultaneous.release.id>
+ <eclipse.simultaneous.release.id>luna-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>Luna RC2 Release (4.4.0RC2)</eclipse.simultaneous.release.name>
+ <eclipse.simultaneous.release.name>Luna RC3 Release (4.4.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/releases/staging/</eclipse.simultaneous.release.repository>
</properties>

Back to the top