commit 65b2579d424151ff0f23c8ac7a8b723d303e7619 Author: Mauro Talevi <mauro.tal...@aquilonia.org> AuthorDate: Wed, 22 Apr 2015 09:36:59 +0200 Commit: Mauro Talevi <mauro.tal...@aquilonia.org> CommitDate: Wed, 22 Apr 2015 09:36:59 +0200
Updated relative paths to scripts. diff --git a/release.sh b/release.sh index bc000de..3588192 100755 --- a/release.sh +++ b/release.sh @@ -32,7 +32,7 @@ mvn --batch-mode release:prepare -P$PROFILES -DreleaseVersion=$VERSION -Dtag=$NA mvn release:perform -P$PROFILES -Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true CWD=`pwd` -cd $CWD/../jbehave-site/site-upload +cd $CWD/../site/site-upload ./upload-download.sh $NAME $VERSION $QUALIFIER ./upload-reference.sh $NAME $VERSION $QUALIFIER diff --git a/snapshot.sh b/snapshot.sh index 3062443..784227c 100755 --- a/snapshot.sh +++ b/snapshot.sh @@ -13,7 +13,7 @@ fi mvn -U clean deploy -Preporting,distribution CWD=`pwd` -cd $CWD/../jbehave-site/site-upload +cd $CWD/../site/site-upload ./upload-download.sh $NAME $VERSION $QUALIFIER ./upload-reference.sh $NAME $VERSION $QUALIFIER