Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2015-06-06 08:57:26 +0000
committerMarkus Knauer2015-06-06 08:57:26 +0000
commit7923f0be1773fc440b2cedaa8f832895675329be (patch)
treee5fe1fbe458e8c35ec9dc4bdbc98d8e0b302430a /releng/org.eclipse.epp.config/parent
parentb8142a3e70ce51d015e5be115c573a095ac54707 (diff)
downloadorg.eclipse.epp.packages-7923f0be1773fc440b2cedaa8f832895675329be.tar.gz
org.eclipse.epp.packages-7923f0be1773fc440b2cedaa8f832895675329be.tar.xz
org.eclipse.epp.packages-7923f0be1773fc440b2cedaa8f832895675329be.zip
Update for Mars RC4 (configuration files, ...)
Change-Id: Ic0e6c043f643a44f6b403df95b0372744aa0ad97 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 f48985fe..d4ad0307 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>mars-RC3</eclipse.simultaneous.release.id>
+ <eclipse.simultaneous.release.id>mars-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>Mars Release Candidate 3 (4.5.0RC3)</eclipse.simultaneous.release.name>
+ <eclipse.simultaneous.release.name>Mars Release Candidate 4 (4.5.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