diff --git a/buildspecs/update-master-from-release.yml b/buildspecs/update-master-from-release.yml index 2a0994a40948..e22b678a7c4e 100644 --- a/buildspecs/update-master-from-release.yml +++ b/buildspecs/update-master-from-release.yml @@ -29,6 +29,6 @@ phases: - mvn versions:set -DnewVersion=$NEW_VERSION_SNAPSHOT -DgenerateBackupPoms=false -DprocessAllModules=true - sed -i -E "s/().+(<\/version>)/\1$RELEASE_VERSION\2/" README.md - - - 'git commit -am "Update to next snapshot version: $NEXT_VERSION_SNAPSHOT"' + - 'git commit -am "Update to next snapshot version: $NEW_VERSION_SNAPSHOT"' - - git push \ No newline at end of file