fix jenkinsfile version update
This commit is contained in:
parent
da117156df
commit
ac57273333
|
|
@ -26,7 +26,7 @@ pipeline {
|
|||
VERSION = parts.join('.')
|
||||
|
||||
echo "New project version: ${VERSION}"
|
||||
sh "mvn -B versions:set -DnewVersion=${VERSION}"
|
||||
sh "mvn -B versions:set -DnewVersion=${VERSION} -DprocessAllModule"
|
||||
sh 'mvn -B versions:commit'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue