Thanks Xinyu for continuing the release process. > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-artifact-plugin:3.5.0:compare > (default-cli) on project ratis-thirdparty-mvn: The file > '/Users/xytan/.m2/repository/org/apache/ratis/rat > is-thirdparty-mvn/3.2.2-rc1/ratis-thirdparty-mvn-3.2.2-rc1.pom' differs > from the POM file in the current > project. The version in the file is '3.2.2-rc1' but expected '3.2.2'
This looks strange. - What is the ratis-thirdparty-mvn project? Never heard of it. - What is the value of $RATISVERSION? Version should indeed be 3.2.2, excluding "-rc1" suffix. The "rc1" string should only appear in commit message, git tag name, SVN dist subdir name. -Attila
