Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorMarkus Knauer2013-12-16 21:43:18 +0000
committerMarkus Knauer2013-12-16 21:43:18 +0000
commit4445fdfc92d2968d149fe298250f692e67c3e863 (patch)
tree48f4a72fd10a986194e3ac1286bf415c1f16b598 /releng
parentb520fdc1be6bbd33e0c6beb2a6ed60ed0047b2f4 (diff)
downloadorg.eclipse.epp.packages-4445fdfc92d2968d149fe298250f692e67c3e863.tar.gz
org.eclipse.epp.packages-4445fdfc92d2968d149fe298250f692e67c3e863.tar.xz
org.eclipse.epp.packages-4445fdfc92d2968d149fe298250f692e67c3e863.zip
Use new EPP version 4.4.0 in all places
Bug 423771 - Next version number of EPP for Luna: 2.1.0? 3.0.0? 4.4.0? 8.0? https://bugs.eclipse.org/bugs/show_bug.cgi?id=423771
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 76a025e8..8cc4caf1 100644
--- a/releng/org.eclipse.epp.config/parent/pom.xml
+++ b/releng/org.eclipse.epp.config/parent/pom.xml
@@ -18,7 +18,7 @@
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp-parent</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>4.4.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
diff --git a/releng/org.eclipse.epp.config/startEPPLuna.sh b/releng/org.eclipse.epp.config/startEPPLuna.sh
index 1e07377a..574fe2a4 100755
--- a/releng/org.eclipse.epp.config/startEPPLuna.sh
+++ b/releng/org.eclipse.epp.config/startEPPLuna.sh
@@ -41,7 +41,7 @@ DOWNLOAD_BASE_URL="http://build.eclipse.org/technology/epp/epp_build/luna/downlo
DOWNLOAD_BASE_DIR="${BASE_DIR}/download"
BUILD_DIR="${BASE_DIR}/build"
DOWNLOAD_DIR="${DOWNLOAD_BASE_DIR}/${START_TIME}"
-EPPREPO_INPUT_DIR="/shared/technology/epp/epp_repo/luna/epp.build/buildresult/org.eclipse.epp.allpackages.feature_2.1.0-eclipse.feature/site.p2"
+EPPREPO_INPUT_DIR="/shared/technology/epp/epp_repo/luna/epp.build/buildresult/org.eclipse.epp.allpackages.feature_4.4.0-eclipse.feature/site.p2"
EPPREPO_WORKINGCOPY_DIR="${DOWNLOAD_DIR}/repository"
MARKERFILE="${DOWNLOAD_DIR}/${MARKERFILENAME}"
STATUSFILE="${DOWNLOAD_DIR}/${STATUSFILENAME}"

Back to the top