Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-07-23 18:25:47 +0000
committerDavid Williams2013-07-23 18:25:47 +0000
commit33229a14121e97f45d2ac014f9ed3ce42adfe8d7 (patch)
tree23bb4e002567295be08257ff2a2fb67126cc3b71 /scripts
parent963b263d9c360cf9cd910afcec43d43ff05b9599 (diff)
downloadeclipse.platform.releng.aggregator-33229a14121e97f45d2ac014f9ed3ce42adfe8d7.tar.gz
eclipse.platform.releng.aggregator-33229a14121e97f45d2ac014f9ed3ce42adfe8d7.tar.xz
eclipse.platform.releng.aggregator-33229a14121e97f45d2ac014f9ed3ce42adfe8d7.zip
Bug 413289 - We should try staged Tycho 0.18.1
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build.sh2
-rwxr-xr-xscripts/xsl/upVersionParents.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build.sh b/scripts/build.sh
index 56ef1177c..e20cc3c35 100755
--- a/scripts/build.sh
+++ b/scripts/build.sh
@@ -7,7 +7,7 @@ exec >$LOG 2>&1
BRANCH=master
GIT_PREFIX=ssh://git.eclipse.org
javaHome=/opt/local/jdk1.7.0_07
-mvnPath=/opt/pwebster/git/cbi/apache-maven-3.0.4/bin
+mvnPath=/opt/pwebster/git/cbi/apache-maven-3.1.0/bin
updateAggregator=false
mavenBREE=-Pno-bree-libs
diff --git a/scripts/xsl/upVersionParents.sh b/scripts/xsl/upVersionParents.sh
index ac9296d1c..557aa8815 100755
--- a/scripts/xsl/upVersionParents.sh
+++ b/scripts/xsl/upVersionParents.sh
@@ -11,7 +11,7 @@ export JAVA_HOME=/opt/local/jdk1.7.0-latest
TMP_DIR=$(pwd)/../tmp
mkdir -p $TMP_DIR
export MAVEN_OPTS="-Xmx2048m -XX:MaxPermSize=256M -Djava.io.tmpdir=${TMP_DIR}"
-export MAVEN_PATH=/opt/local/apache-maven-3.0.4/bin
+export MAVEN_PATH=/opt/local/apache-maven-3.1.0/bin
export PATH=$JAVA_HOME/bin:$MAVEN_PATH:$PATH
DIR=$( dirname $0 )

Back to the top