Skip to content

Commit

Permalink
Changed version injection.
Browse files Browse the repository at this point in the history
  • Loading branch information
jinnerbichler committed Dec 18, 2018
1 parent cb0f66e commit 78f291f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ node('nimble-jenkins-slave') {
}

stage('Set version') {
sh 'mvn versions:set -DnewVersion=' + env.TAG_NAME
sh 'mvn -f data-channel-service/pom.xml versions:set -DnewVersion=' + env.TAG_NAME
sh 'mvn org.codehaus.mojo:versions-maven-plugin:2.1:set -DnewVersion=' + env.TAG_NAME
sh 'mvn -f data-channel-service/pom.xml org.codehaus.mojo:versions-maven-plugin:2.1:set -DnewVersion=' + env.TAG_NAME
}

stage('Build Java') {
Expand Down

0 comments on commit 78f291f

Please sign in to comment.