+1 Verified the signatures Downloaded the source and built Ran the arithmetic example.
On 6/28/18, 9:13 AM, "Elek, Marton" <[email protected]> wrote: Hi all, I'd like to call a vote to release Apache Ratis (incubating) 0.2.0. Both the licensing problem and the naming problem are fixed since the last rc. All distribution packages, including signatures, digests, etc. can be found at: https://dist.apache.org/repos/dist/dev/incubator/ratis/0.2.0/rc2 Staged artifacts can be found at: https://repository.apache.org/content/repositories/orgapacheratis-1005 This release has been signed with PGP key 0EE79B28, corresponding to [email protected], which is included in the repository's KEYS file (https://dist.apache.org/repos/dist/dev/incubator/ratis/KEYS). This key can be found on keyservers, such as: http://pgp.mit.edu/pks/lookup?op=get&search=0x0EE79B28 Or in the apache phonebook: https://people.apache.org/keys/committer/elek.asc The release candidate has been tagged in git with ratis-0.2.0-rc2 (4d14160) https://github.com/apache/incubator-ratis/releases/tag/ratis-0.2.0-rc2 Please review and vote. The vote will be open for at least 72 hours. If the vote passed, the second stage vote will be called on the Apache incubator mailing list to get approval from the Incubator PMC. # Review/testing You can check the usual requirements of an apache release on the ASF site: • Signatures (Please note that bin and src have different LICENSE/NOTICE, just with the required licenses) • Checksums • License and notice files • Disclaimer file (incubator!) • Build the project from the source code package (mvn clean install assembly:single -DskipTests=true ) • Licence headers The binary papckage can be smoketested with: ./examples/bin/start-all.sh ./examples/bin/client.sh assign --name a --value 2 ./examples/bin/client.sh get --name a Starting with my vote: +1 Thanks, Marton
