Skip to main content
summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.epp.config/parent/pom.xml4
-rwxr-xr-xreleng/org.eclipse.epp.config/startEPPMars.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/releng/org.eclipse.epp.config/parent/pom.xml b/releng/org.eclipse.epp.config/parent/pom.xml
index 9c05d603..39fc200a 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-RC4</eclipse.simultaneous.release.id>
+ <eclipse.simultaneous.release.id>mars-R</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 4 (4.5.0RC4)</eclipse.simultaneous.release.name>
+ <eclipse.simultaneous.release.name>Mars Release (4.5.0)</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>
diff --git a/releng/org.eclipse.epp.config/startEPPMars.sh b/releng/org.eclipse.epp.config/startEPPMars.sh
index b3f7b70d..9e847075 100755
--- a/releng/org.eclipse.epp.config/startEPPMars.sh
+++ b/releng/org.eclipse.epp.config/startEPPMars.sh
@@ -26,7 +26,7 @@ fi
# variables to adjust
BASE_DIR=/shared/technology/epp/epp_build/mars
-RELEASE_NAME="-mars-RC4"
+RELEASE_NAME="-mars-R"
# variables
START_TIME=`date -u +%Y%m%d-%H%M`

Back to the top