summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Raynsford <[email protected]>2013-04-24 11:56:19 +0000
committerMark Raynsford <[email protected]>2013-04-24 11:56:19 +0000
commit0f3ab14ad2161ce995bd9bc8c588b0a4ed6152c9 (patch)
treeff35e77fea2a0bb33534b11e30dd895276ed2356
parentca776873c582e6e297ba6fde4c1f4bdd85f1d4ab (diff)
Whitespace
-rwxr-xr-xmaven/make-deploy-one.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/maven/make-deploy-one.sh b/maven/make-deploy-one.sh
index a69e4ab..bbc8096 100755
--- a/maven/make-deploy-one.sh
+++ b/maven/make-deploy-one.sh
@@ -17,12 +17,12 @@ VERSION="$1"
shift
if [ -z "${REPOSITORY_URL}" -o -z "${REPOSITORY_ID}" ] ; then
- REPOSITORY_URL="https://oss.sonatype.org/service/local/staging/deploy/maven2/"
- REPOSITORY_ID="sonatype-nexus-staging"
- # REPOSITORY_URL="scpexe://jogamp.org/home/mraynsford/repository/"
- # REPOSITORY_ID="jogamp-test-mirror"
- # REPOSITORY_URL="scpexe://jogamp.org/srv/www/jogamp.org/deployment/maven/"
- # REPOSITORY_ID="jogamp-mirror"
+ REPOSITORY_URL="https://oss.sonatype.org/service/local/staging/deploy/maven2/"
+ REPOSITORY_ID="sonatype-nexus-staging"
+ # REPOSITORY_URL="scpexe://jogamp.org/home/mraynsford/repository/"
+ # REPOSITORY_ID="jogamp-test-mirror"
+ # REPOSITORY_URL="scpexe://jogamp.org/srv/www/jogamp.org/deployment/maven/"
+ # REPOSITORY_ID="jogamp-mirror"
fi
PLATFORMS=`cat make-platforms.txt | awk '{print $1}'` || exit 1