aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorChristian Edward Gruber <cgruber@google.com>2015-04-24 23:33:24 -0700
committerChristian Edward Gruber <cgruber@google.com>2015-04-24 23:43:17 -0700
commit4786e3bb0ae2981c24fa4af34bd3029f820aa28a (patch)
treee76544648cf74517c30555fb2a36f043ab0aa458 /util
parentf813b66fbb4f7e8f49a93d6ebfd0626b11d7de13 (diff)
downloadauto-4786e3bb0ae2981c24fa4af34bd3029f820aa28a.tar.gz
Move to a sonatype profile for release
Diffstat (limited to 'util')
-rwxr-xr-xutil/mvn-deploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/mvn-deploy.sh b/util/mvn-deploy.sh
index 959c4f7d..e7160ebe 100755
--- a/util/mvn-deploy.sh
+++ b/util/mvn-deploy.sh
@@ -17,4 +17,4 @@ if [ "${keystatus}" != "pub" ]; then
exit 1
fi
-mvn ${params} clean site:jar -DperformRelease=true -Dgpg.skip=false -Dgpg.keyname=${key} deploy
+mvn ${params} clean site:jar -P sonatype-oss-release -Dgpg.keyname=${key} deploy