+1 jhyde (IPMC member) > On Dec 15, 2024, at 6:12 AM, Bertil Chapuis <bchap...@gmail.com> wrote: > > 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, I > decided to separate this vote from the main release process. In the future, > all artifacts will be voted on in the same thread. > > 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: dev-unsubscr...@baremaps.apache.org > For additional commands, e-mail: dev-h...@baremaps.apache.org >
--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@baremaps.apache.org For additional commands, e-mail: dev-h...@baremaps.apache.org