andygrove opened a new pull request #9155: URL: https://github.com/apache/arrow/pull/9155
We want to stop using the maven release plugin because it commits to the repo both in the `prepare` and `perform` tasks and adds complexity to the release process. We should instead make sure that the test suite runs and then use the maven versions plugin to update the version number in the pom files. For example: ```bash mvn versions:set versions:commit -DnewVersion=4.0.0 ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
