fix jenkinsfile version update

This commit is contained in:
kirill.labutin 2026-08-13 22:55:55 +03:00
parent da117156df
commit ac57273333
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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