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

Commit 7dceefa

Browse files
author
Dytanic
committed
set Jenkinsfile version string to 2.1.10
1 parent 62263e9 commit 7dceefa

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
@@ -12,7 +12,7 @@ pipeline {
1212
}
1313
stage('Version') {
1414
steps {
15-
sh 'mvn versions:set -DnewVersion=2.1.9'
15+
sh 'mvn versions:set -DnewVersion=2.1.10'
1616
}
1717
}
1818
stage('Compile') {

0 commit comments

Comments
 (0)