> 1. Delete ~/.m2/repository/org/apache/ratis
> 2. Run make_rc.sh
>
> Problem:
> The script fails with: ratis-bom not updated by `mvn versions:set`
I have tried the above steps without any problem.
export RATISVERSION=3.2.2
export RC="-rc0"
export CODESIGNINGKEY=...
dev-support/make_rc.sh 1-prepare-src
The same is tested by dev-support/checks/release.sh in CI ("release" check).
Running "mvn versions:set -DprocessAllModules -DnewVersion=3.2.2"
instead of make_rc.sh also works for me. ratis-bom/pom.xml is
modified as expected.
BTW, make_rc.sh uses Maven repo from $MVN_REPO_DIR, or
../ratis.repository if the variable is not set. Please check if you
have this variable set, and if so, what is its value.
-Attila