Thanks Xinyu for the details. > So I execute "mvn deploy -DskipTests -Papache-release > -Dmaven.repo.local=/Users/txy/Study/ratis-thirdparty.repository" as the > reminder said. > > Compare to the make_rc.sh in ratis repo, I found this command have lost > "-Prelease", maybe that's why it happened.
Nice catch. > Maybe I can refine make_rc.sh in ratis-thirdparty repo and then release an > rc2? Thank you, that would be great. Note that we need -Prelease in two places: - mvnFun install ... - mvn deploy ... -Attila
