Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2014-08-21 11:54:55 +0000
committerMarkus Knauer2014-08-21 11:54:55 +0000
commit99346fcb525930911ef99800464dd163ccdcf6d4 (patch)
tree61d864d3a45f7db494536e70c963e9193dadd6bb
parent2b27b6db8aeb2219b6846752b986c9a4b3204b42 (diff)
downloadorg.eclipse.epp.packages-99346fcb525930911ef99800464dd163ccdcf6d4.tar.gz
org.eclipse.epp.packages-99346fcb525930911ef99800464dd163ccdcf6d4.tar.xz
org.eclipse.epp.packages-99346fcb525930911ef99800464dd163ccdcf6d4.zip
Set Simultaneous Release ID to 'luna-SR1-RC1' in parent pom.xml
Change-Id: Ia4b7f860757dbfc0ed378148deac3a830abf4e53 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
-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 cea9a9e9..505958fe 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</eclipse.simultaneous.release.id>
+ <eclipse.simultaneous.release.id>luna-SR1-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) -->
diff --git a/releng/org.eclipse.epp.config/startEPPLuna.sh b/releng/org.eclipse.epp.config/startEPPLuna.sh
index a65ea814..ca38036f 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-M5"
+RELEASE_NAME="-luna-SR1-RC1"
# variables
START_TIME=`date -u +%Y%m%d-%H%M`

Back to the top