Skip to content
This repository was archived by the owner on Jun 7, 2022. It is now read-only.

Commit 7b0e1dc

Browse files
authored
Update Jenkinsfile
1 parent ce35edf commit 7b0e1dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pipeline {
1515
}
1616
stage('Version') {
1717
steps {
18-
sh 'mvn versions:set -DnewVersion=2.1.16'
18+
sh 'mvn versions:set -DnewVersion=2.1.16.1'
1919
}
2020
}
2121
stage('Compile') {

0 commit comments

Comments
 (0)