From 9b0259e0d4afed4f22b1d84a570eb09dfd51b349 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Fri, 17 Mar 2017 10:32:11 -0400 Subject: [PATCH] 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 --- jjb/autorelease/include-raw-autorelease-maven-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" \ -- 2.36.6