Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2014-06-08 16:30:50 +0000
committerMarkus Knauer2014-06-08 16:30:50 +0000
commit414233382cea9f60067a5bea3dbe25e72ce1dc82 (patch)
tree0b4bce6e42ceebc673435cad53289c733e587cea /releng/org.eclipse.epp.config/parent
parente195337622055a04573f6cd747ef9cfce62dc567 (diff)
downloadorg.eclipse.epp.packages-414233382cea9f60067a5bea3dbe25e72ce1dc82.tar.gz
org.eclipse.epp.packages-414233382cea9f60067a5bea3dbe25e72ce1dc82.tar.xz
org.eclipse.epp.packages-414233382cea9f60067a5bea3dbe25e72ce1dc82.zip
Updates for Luna RC4
Change-Id: I3be7cc4046d3502a5dd8ed3c226d5aff54316415 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
Diffstat (limited to 'releng/org.eclipse.epp.config/parent')
-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 925e4963..040ec439 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-RC3</eclipse.simultaneous.release.id>
+ <eclipse.simultaneous.release.id>luna-RC4</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 RC3 Release (4.4.0RC3)</eclipse.simultaneous.release.name>
+ <eclipse.simultaneous.release.name>Luna RC4 Release (4.4.0RC4)</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