Andy Seaborne wrote:
> Please vote to approve this release:
> 
>    [ ] +1 Approve the release
>    [ ]  0 Don't care
>    [ ] -1 Don't release, because ...
> 

+1


Longer answer:

1. is the GPG signature fine?

wget 
http://people.apache.org/~andy/Jena-2.7.2/dist/binaries/apache-jena-2.7.2.tar.gz
wget 
http://people.apache.org/~andy/Jena-2.7.2/dist/binaries/apache-jena-2.7.2.tar.gz.asc
wget https://svn.apache.org/repos/asf/jena/dist/KEYS
gpg --import < KEYS
gpg --verify apache-jena-2.7.2.tar.gz.asc

[ok]


2. is there a source archive?

http://people.apache.org/~andy/Jena-2.7.2/dist/source/jena-2.7.2-source-release.zip

[ok]


3. can the source archive really be built?

wget 
http://people.apache.org/~andy/Jena-2.7.2/dist/source/jena-2.7.2-source-release.zip
unzip jena-2.7.2-source-release.zip
cd jena-2.7.2/
mvn clean package

[ok]


<skipped>


9. is there is a tag in the SCM, does it contain reproducible sources?

svn co http://svn.apache.org/repos/asf/jena/tags/jena-2.7.2/ jena-2.7.2
cd jena-2.7.2/
mvn clean package

[ok]


10. are the Maven artifacts fine?

https://repository.apache.org/ent/repositories/orgapachejena-285/
This gave me a 404, but everything seems fine in the 'staging' repo here:
https://repository.apache.org/content/repositories/staging/org/apache/jena/jena-core/2.7.2/

[ok]

Thanks Andy.

Paolo

Reply via email to