DATAJDBC-376 - Polishing.

This commit is contained in:
Greg Turnquist
2019-07-03 16:48:38 -05:00
parent 9cf627e9b1
commit 3675eb41d4

4
Jenkinsfile vendored
View File

@@ -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'
}