StevenLuMT opened a new pull request, #4630: URL: https://github.com/apache/bookkeeper/pull/4630
https://bookkeeper.apache.org/community/release-guide/#advance-version-on-release-branch Use the Maven Release plugin in order to advance the version in all poms. This command will upgrade the <version> tag on every pom.xml locally to your workspace. ``` mvn release:update-versions -DdevelopmentVersion=${DEVELOPMENT_VERSION} -Dstream ``` For instance if you have released 4.5.1, you have to change version to 4.5.2-SNAPSHOT. Then you have to create a PR and submit it for review. Example PR: [release-4.7.0](https://github.com/apache/bookkeeper/pull/1350) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
