From 3675eb41d476b5240b62dc60f6be3d9556dfbcb2 Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Wed, 3 Jul 2019 16:48:38 -0500 Subject: [PATCH] DATAJDBC-376 - Polishing. --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9c8ac981..94d5caef 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -62,7 +62,7 @@ pipeline { "-Dartifactory.username=${ARTIFACTORY_USR} " + "-Dartifactory.password=${ARTIFACTORY_PSW} " + "-Dartifactory.staging-repository=libs-snapshot-local " + - "-Dartifactory.build-name=spring-data-jdbc " + + "-Dartifactory.build-name=spring-data-jdbc-1.0 " + "-Dartifactory.build-number=${BUILD_NUMBER} " + '-Dmaven.test.skip=true clean deploy -B' } @@ -91,7 +91,7 @@ pipeline { "-Dartifactory.username=${ARTIFACTORY_USR} " + "-Dartifactory.password=${ARTIFACTORY_PSW} " + "-Dartifactory.staging-repository=libs-snapshot-local " + - "-Dartifactory.build-name=spring-data-jdbc " + + "-Dartifactory.build-name=spring-data-jdbc-1.0 " + "-Dartifactory.build-number=${BUILD_NUMBER} " + '-Dmaven.test.skip=true clean deploy -B' }