Hi Attila, > Found that the maven-wrapper.properties is in the tarball but not in git. ...
> DESTINATION_NOT_EXIST: cp > "apache-ratis-3.1.3-src/.mvn/wrapper/maven-wrapper.properties" > "../git-ratis/.mvn/wrapper/maven-wrapper.properties" Oops, I somehow mistakenly removed the .mvn dir from git-ratis. The maven-wrapper.properties file indeed exists in git. > ... .mvn/develocity.xml and .mvn/extensions.xml are missing from the tarball, but these are not required for building Ratis. ... Attila, you are right that these two files are missing from the tarball and they are not release blockers. The files missing from the tarball are: SOURCE_NOT_EXIST: rm "git-ratis/.idea/vcs.xml" SOURCE_NOT_EXIST: rm "git-ratis/.asf.yaml" SOURCE_NOT_EXIST: rm "git-ratis/.mvn/extensions.xml" SOURCE_NOT_EXIST: rm "git-ratis/.mvn/develocity.xml" SOURCE_NOT_EXIST: rm "git-ratis/DEPLOY.md" Nicholas On Sun, Jan 12, 2025 at 10:25 PM Attila Doroszlai <[email protected]> wrote: > > I’m calling a vote For Apache Ratis Release 3.1.3 rc2. > > > > https://github.com/apache/ratis/tree/ratis-3.1.3-rc2 > > https://dist.apache.org/repos/dist/dev/ratis/3.1.3/rc2 > > https://repository.apache.org/content/repositories/orgapacheratis-1164 > > +1 > > * Verified checksums, signatures and git hash > * Compared jars in the binary tarball to the staged Maven repo > * Compared the files in src tarball to git repo at the given tag [1] > * Ran RAT check > * Built from source > > [1] .mvn/develocity.xml and .mvn/extensions.xml are missing from the > tarball, but these are not required for building Ratis. I'll add them > for the next release. > > Thanks William for the RC. > > -Attila >
