summaryrefslogtreecommitdiffstats
path: root/make-deploy-one.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make-deploy-one.sh')
-rwxr-xr-xmake-deploy-one.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/make-deploy-one.sh b/make-deploy-one.sh
index cd1a429..3e366e3 100755
--- a/make-deploy-one.sh
+++ b/make-deploy-one.sh
@@ -16,8 +16,11 @@ shift
VERSION="$1"
shift
-REPOSITORY_URL="https://oss.sonatype.org/service/local/staging/deploy/maven2/"
-REPOSITORY_ID="sonatype-nexus-staging"
+# 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"
PLATFORMS=`cat make-platforms.txt | awk '{print $1}'` || exit 1
CURRENT_DIR=`pwd` || exit 1