This script automates the process of bumping versions in pom files to the next SNAPSHOT or non-SNAPSHOT version. The usual release process (for patch versions) is:
Bump versions in the release branch to non-SNAPSHOT versions
Build all artifacts and test
Release artifacts
Bump versions in the release branch to the next SNAPSHOT versions to allow dev work on the release branch.
This script fully automates steps 1 and 4, it will apply the code changes and create PRs in each repository for review/approval.
This script automates the process of bumping versions in pom files to the next SNAPSHOT or non-SNAPSHOT version. The usual release process (for patch versions) is:
This script fully automates steps 1 and 4, it will apply the code changes and create PRs in each repository for review/approval.