Hi Attila I have submitted a pr[1]. I will release rc2 once this pr being merged~
[1] https://github.com/apache/ratis-thirdparty/pull/55 Best ---------------- Xinyu Tan On 2024/11/19 06:59:42 Attila Doroszlai wrote: > 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 >
