Here’s my own +1 (binding).

Gruß
Martin
—

> Am 26.11.2024 um 16:34 schrieb Jeff Zemerick <jzemer...@apache.org>:
> 
> +1
> 
> Thanks!
> Jeff
> 
> On Tue, Nov 26, 2024 at 2:05 AM Richard Zowalla <r...@apache.org> wrote:
> 
>> Hi,
>> 
>> Thanks for preparing the RC.
>> 
>> - Build from source
>> - Tested a few models via class path loading.
>> - Checked hash and signatures
>> - Skimmed through the maven staging repo
>> 
>> +1 (binding)
>> 
>> Thanks
>> Richard
>> 
>> ——
>> 
>> 
>> #!/bin/bash
>> 
>> mkdir /tmp/test
>> cd /tmp/test
>> curl -s -O https://dist.apache.org/repos/dist/release/opennlp/KEYS
>> curl -s -O
>> https://dist.apache.org/repos/dist/dev/opennlp/opennlp-models-1.2.0-rc1/opennlp-models-1.2.0-source-release.zip
>> curl -s -O
>> https://dist.apache.org/repos/dist/dev/opennlp/opennlp-models-1.2.0-rc1/opennlp-models-1.2.0-source-release.zip.asc
>> 
>> echo "
>> list keys
>> "
>> gpg --homedir . --list-keys
>> 
>> echo "
>> import KEYS file
>> "
>> gpg --homedir . --import KEYS
>> 
>> echo "
>> verify signature
>> "
>> gpg --homedir . --output  opennlp-models-1.2.0-source-release.zip
>> --decrypt opennlp-models-1.2.0-source-release.zip.asc
>> 
>> 
>>> Am 25.11.2024 um 13:07 schrieb Martin Wiesner <mawie...@apache.org>:
>>> 
>>> Hi folks,
>>> 
>>> I have posted a first release candidate for the Apache OpenNLP Models
>> 1.2.0 release and it is ready for testing.
>>> 
>>> This release includes the newly trained UD models in version 1.2.
>>> 
>>> Thank you to everyone who contributed to this release.
>>> 
>>> Maven Repo:
>>> https://repository.apache.org/content/repositories/orgapacheopennlp-1044
>>> 
>>> <repositories>
>>> <repository>
>>> <id>opennlp-models-1.2.0</id>
>>> <name>Testing OpenNLP Models 1.2.0 release candidate</name>
>>> <url>
>>> https://repository.apache.org/content/repositories/orgapacheopennlp-1044
>>> </url>
>>> </repository>
>>> </repositories>
>>> 
>>> Source:
>>> 
>>> https://dist.apache.org/repos/dist/dev/opennlp/opennlp-models-1.2.0-rc1/
>>> 
>>> Tag:
>>> 
>>> 
>> https://github.com/apache/opennlp-models/releases/tag/opennlp-models-1.2.0
>>> 
>>> 
>>> Reminder: The up-2-date KEYS file for signature verification can be
>>> found here: https://dist.apache.org/repos/dist/release/opennlp/KEYS
>>> 
>>> Please vote on releasing these packages as Apache OpenNLP Models 1.2.0
>>> The vote is open for at least the next 72 hours.
>>> 
>>> Only votes from OpenNLP PMC are binding, but everyone is welcome to
>>> check the release candidate and vote.
>>> The vote passes if at least three binding +1 votes are cast.
>>> 
>>> Please VOTE
>>> 
>>> [+1] go ship it
>>> [+0] meh, don't care
>>> [-1] stop, there is a ${showstopper}
>>> 
>>> 
>>> Best
>>> Martin | mawiesne
>> 
>> 

Reply via email to