Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2015-02-19 06:00:00 +0000
committerMarkus Knauer2015-02-19 07:08:57 +0000
commit06d8ee7325f2842cb2e387f434635cdf99d7b1d1 (patch)
treed5f29ede4d1d074d35df181597a6f425d2a736c0 /releng/org.eclipse.epp.config
parentd04e4e1dd677d09f92cbad76b56be96ffa751062 (diff)
downloadorg.eclipse.epp.packages-06d8ee7325f2842cb2e387f434635cdf99d7b1d1.tar.gz
org.eclipse.epp.packages-06d8ee7325f2842cb2e387f434635cdf99d7b1d1.tar.xz
org.eclipse.epp.packages-06d8ee7325f2842cb2e387f434635cdf99d7b1d1.zip
Pushing versions from Luna SR2 "RC3" to Luna SR2 final ("RC4")LUNA_SR2LUNA
Change-Id: Iaf76301082a6a536761efb91853021d9715e7da5 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
Diffstat (limited to 'releng/org.eclipse.epp.config')
-rw-r--r--releng/org.eclipse.epp.config/parent/pom.xml4
-rwxr-xr-xreleng/org.eclipse.epp.config/startEPPLuna.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 f1c6361c..ffcf3549 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-SR2-RC3</eclipse.simultaneous.release.id>
+ <eclipse.simultaneous.release.id>luna-SR2</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 Service Release 2 RC3 (4.4.2)</eclipse.simultaneous.release.name>
+ <eclipse.simultaneous.release.name>Luna Service Release 2 (4.4.2)</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/maintenance/</eclipse.simultaneous.release.repository>
</properties>
diff --git a/releng/org.eclipse.epp.config/startEPPLuna.sh b/releng/org.eclipse.epp.config/startEPPLuna.sh
index 70b93e96..decea99b 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-SR2-RC3"
+RELEASE_NAME="-luna-SR2"
# variables
START_TIME=`date -u +%Y%m%d-%H%M`

Back to the top