Hello Everyone, This is a call for a vote to release Maven artifacts for Apache Baremaps 0.8.1 (incubating), release candidate 4. This is the first time we are publishing Maven artifacts on the Nexus repository. For this reason, we separated this vote from the main release process. In the future, all artifacts will be voted on in the same thread.
This vote follows a another vote we had on our dev mailing list. Note that it has received two positive votes from IPMC members (jhyde, kirs), but it needs one more vote to be successful. https://lists.apache.org/thread/l8pl6rrz8r8nsc029m5q0pnb1j68qzjn The artifacts have been built and published with the tag v0.8.1-rc4 and the hash e6a24651ab7e347f336c7a8544984e998dfc0dd9. The maven staging repository for this release is: https://repository.apache.org/content/repositories/orgapachebaremaps-1008/ The artifacts are signed with the PGP key 16D7A0B27D5ADD52BD57932971751399FB39CB84, which is available in the KEYS file: https://downloads.apache.org/incubator/baremaps/KEYS The vote will be open for at least 72 hours until the necessary number of votes are reached. Please vote accordingly: [ ] +1 approve [ ] +0 no opinion [ ] -1 disapprove with the reason Here is my +1 (non-binding). - I have downloaded and inspected several jars manually. - I have ensured that the LICENSE and NOTICE files in the jars are the same as the ones in the source distribution. - I have verified that several jars are signed correctly with the PGP key. - I have verified that several checksums (md5 and sha256) match the jars. - I have tested the SNAPSHOT version of the jar in a project and it worked as expected. Here are a few commands I used to verify the artifacts: gpg --verify baremaps-dem-0.8.1.jar.asc baremaps-dem-0.8.1.jar md5sum baremaps-dem-0.8.1.jar shasum baremaps-dem-0.8.1.jar Here are the setting I added to my Maven settings.xml file: <server> <id>apache.snapshots.https</id> <username>MY_USERNAME</username> <password>MY_PASSWORD</password> </server> Here are the settings I added to my pom.xml files: <repositories> <repository> <id>apache.snapshots.https</id> <url>https://repository.apache.org/snapshots</url> <releases> <enabled>false</enabled> </releases> <snapshots> <enabled>true</enabled> </snapshots> </repository> </repositories> <dependencies> <dependency> <groupId>org.apache.baremaps</groupId> <artifactId>baremaps-dem</artifactId> <version>0.8.1-SNAPSHOT</version> </dependency> </dependencies> Best regards, Bertil --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org For additional commands, e-mail: general-h...@incubator.apache.org