Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2015-03-25 18:04:07 +0000
committerMarkus Knauer2015-03-25 18:04:07 +0000
commit24af5081b4e6bb818874adfd7860b97778fb5197 (patch)
tree6201530ffa3656d9cabaa8e378b636dd591d843f /releng/org.eclipse.epp.config
parent0ecb8ea89326bc859062bb932d97609c710a50a6 (diff)
downloadorg.eclipse.epp.packages-24af5081b4e6bb818874adfd7860b97778fb5197.tar.gz
org.eclipse.epp.packages-24af5081b4e6bb818874adfd7860b97778fb5197.tar.xz
org.eclipse.epp.packages-24af5081b4e6bb818874adfd7860b97778fb5197.zip
Update for Mars M6 (configuration files, ...)
Change-Id: I12b4e711065907ef2d373c46ce2f82a95ff8bce8 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/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 c8a5d0d2..0b3b9b44 100644
--- a/releng/org.eclipse.epp.config/parent/pom.xml
+++ b/releng/org.eclipse.epp.config/parent/pom.xml
@@ -35,11 +35,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-M5</eclipse.simultaneous.release.id>
+ <eclipse.simultaneous.release.id>mars-M6</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 Milestone 5 (4.5.0M5)</eclipse.simultaneous.release.name>
+ <eclipse.simultaneous.release.name>Mars Milestone 6 (4.5.0M6)</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 49860c83..d28d4ce0 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-M5"
+RELEASE_NAME="-mars-M6"
# variables
START_TIME=`date -u +%Y%m%d-%H%M`

Back to the top