We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99f8fe4 commit ac36ad8Copy full SHA for ac36ad8
buildspecs/update-master-from-release.yml
@@ -29,6 +29,6 @@ phases:
29
- mvn versions:set -DnewVersion=$NEW_VERSION_SNAPSHOT -DgenerateBackupPoms=false -DprocessAllModules=true
30
- sed -i -E "s/(<version>).+(<\/version>)/\1$RELEASE_VERSION\2/" README.md
31
-
32
- - 'git commit -am "Update to next snapshot version: $NEXT_VERSION_SNAPSHOT"'
+ - 'git commit -am "Update to next snapshot version: $NEW_VERSION_SNAPSHOT"'
33
34
- git push
0 commit comments