From: Thanh Ha Date: Fri, 17 Mar 2017 14:32:11 +0000 (-0400) Subject: Bump staging plugin to latest version X-Git-Tag: release/boron-sr3~77 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=9b0259e0d4afed4f22b1d84a570eb09dfd51b349;p=releng%2Fbuilder.git Bump staging plugin to latest version Hopefully this fixes the SNI issue on deploy due to certificate change on nexus.opendaylight.org. Change-Id: I7648841c98563b77f18066e6aae36dd3c091b88e Signed-off-by: Thanh Ha --- diff --git a/jjb/autorelease/include-raw-autorelease-maven-deploy.sh b/jjb/autorelease/include-raw-autorelease-maven-deploy.sh index 3efacf878..ecb4169a9 100644 --- a/jjb/autorelease/include-raw-autorelease-maven-deploy.sh +++ b/jjb/autorelease/include-raw-autorelease-maven-deploy.sh @@ -28,7 +28,7 @@ rsync -avz --remove-source-files \ --exclude 'resolver-status.properties' \ "stage/org/opendaylight" m2repo/org/ -"$MVN" -V -B org.sonatype.plugins:nexus-staging-maven-plugin:1.6.2:deploy-staged-repository \ +"$MVN" -V -B org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8:deploy-staged-repository \ -DrepositoryDirectory="$(pwd)/m2repo" \ -DnexusUrl="$NEXUS_STAGING_URL" \ -DstagingProfileId="$NEXUS_STAGING_PROFILE" \