Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorMarkus Knauer2014-09-18 05:00:48 +0000
committerMarkus Knauer2014-09-18 05:00:48 +0000
commitfea70ab8477c0abcb38aaf89c401220257ded460 (patch)
treec33a28cb5d657284178df962e663a69cf0c6ea12 /releng
parent044cc5f6c7209c357c34608d049592f6d678d39e (diff)
downloadorg.eclipse.epp.packages-fea70ab8477c0abcb38aaf89c401220257ded460.tar.gz
org.eclipse.epp.packages-fea70ab8477c0abcb38aaf89c401220257ded460.tar.xz
org.eclipse.epp.packages-fea70ab8477c0abcb38aaf89c401220257ded460.zip
Update of configurations for Luna SR1 (RC4)
Change-Id: I1d3cd5d7b7545989b8dfbc42e5d368aae009b552 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.epp.config/parent/pom.xml2
-rwxr-xr-xreleng/org.eclipse.epp.config/startEPPLuna.sh2
2 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 0cef7eab..cea9a9e9 100644
--- a/releng/org.eclipse.epp.config/parent/pom.xml
+++ b/releng/org.eclipse.epp.config/parent/pom.xml
@@ -34,7 +34,7 @@
<!-- 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-SR1-RC3</eclipse.simultaneous.release.id>
+ <eclipse.simultaneous.release.id>luna-SR1</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) -->
diff --git a/releng/org.eclipse.epp.config/startEPPLuna.sh b/releng/org.eclipse.epp.config/startEPPLuna.sh
index 6f7342e0..cc1a9c5f 100755
--- a/releng/org.eclipse.epp.config/startEPPLuna.sh
+++ b/releng/org.eclipse.epp.config/startEPPLuna.sh
@@ -26,7 +26,7 @@ fi
# variables to adjust
BASE_DIR=/shared/technology/epp/epp_build/luna
-RELEASE_NAME="-luna-SR1-RC3"
+RELEASE_NAME="-luna-SR1"
# variables
START_TIME=`date -u +%Y%m%d-%H%M`

Back to the top