Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2014-05-18 09:00:24 +0000
committerMarkus Knauer2014-05-18 09:00:24 +0000
commit5a3ae162db6cbe4ca456a335886a4d7ae101ee31 (patch)
tree52838afd0ae2aeba048510f8a967f158f72cd942 /releng/org.eclipse.epp.config/parent/pom.xml
parentecfa464d6abef6ca9982d947bdd092fe1a8e7c08 (diff)
downloadorg.eclipse.epp.packages-5a3ae162db6cbe4ca456a335886a4d7ae101ee31.tar.gz
org.eclipse.epp.packages-5a3ae162db6cbe4ca456a335886a4d7ae101ee31.tar.xz
org.eclipse.epp.packages-5a3ae162db6cbe4ca456a335886a4d7ae101ee31.zip
Updates for Luna RC1
Change-Id: Ie0518c39022d859b5b1fc3c96408053d0e41fde9 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 d422bac3..407862ae 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-M7</eclipse.simultaneous.release.id>
+ <eclipse.simultaneous.release.id>luna-RC1</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 M7 Release (4.4.0M7)</eclipse.simultaneous.release.name>
+ <eclipse.simultaneous.release.name>Luna RC1 Release (4.4.0RC1)</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