Skip to content

Commit ac36ad8

Browse files
committed
Fix snapshot version in commit message.
1 parent 99f8fe4 commit ac36ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildspecs/update-master-from-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ phases:
2929
- mvn versions:set -DnewVersion=$NEW_VERSION_SNAPSHOT -DgenerateBackupPoms=false -DprocessAllModules=true
3030
- sed -i -E "s/(<version>).+(<\/version>)/\1$RELEASE_VERSION\2/" README.md
3131
-
32-
- 'git commit -am "Update to next snapshot version: $NEXT_VERSION_SNAPSHOT"'
32+
- 'git commit -am "Update to next snapshot version: $NEW_VERSION_SNAPSHOT"'
3333
-
3434
- git push

0 commit comments

Comments
 (0)