Skip to content

Commit

Permalink
Merge pull request #399 from edewit/versions-update
Browse files Browse the repository at this point in the history
chore: update version of the versions plugin
  • Loading branch information
jaseemabid authored Apr 13, 2018
2 parents 8f9a039 + c9fc8e6 commit 0bff0f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/mavenCanaryRelease.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def call(body) {
println "FMP patching failed due to ${err.message}"
}
}
sh "mvn org.codehaus.mojo:versions-maven-plugin:2.2:set -U -DnewVersion=${config.version}"
sh "mvn org.codehaus.mojo:versions-maven-plugin:2.5:set -U -DnewVersion=${config.version}"
sh "mvn clean -B -e -U deploy -Dmaven.test.skip=${skipTests} -P openshift"


Expand Down

0 comments on commit 0bff0f5

Please sign in to comment.