You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by Paolo Castagna <ca...@googlemail.com> on 2012/07/01 20:16:24 UTC

Re: [VOTE] Release : Jena 2.7.2, Fuseki 0.2.3

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


Re: [] Release : Jena 2.7.2, Fuseki 0.2.3

Posted by Andy Seaborne <an...@apache.org>.
> Unrelated:
>
> PS Jenkins is building version 2.7.1-SNAPSHOT, not 2.7.3-SNAPSHOT
> yesterday (as of 05:00 30/June)... something broken in the Jenkins setup
> leading to a stick workspace.  I've wiped the state and it's rebuilding
> now.
>
> It would explain why the SPARQL update does not show.

We seem to be back to normal.  At least, the Fuseki snapshot includes 
the ARQ changes I put in yesterday around BIND.

I also cleared out all previous version snapshot, and the only ones now 
are post-release  versions (i.e. current SVN numbering) as the state of 
each old one was indeterminate.

Let's hope it was the leap second.

	Andy


Re: [] Release : Jena 2.7.2, Fuseki 0.2.3

Posted by Andy Seaborne <an...@apache.org>.
> 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:

(typo)
Should be:

https://repository.apache.org/content/repositories/orgapachejena-285/

 > 
https://repository.apache.org/content/repositories/staging/org/apache/jena/jena-core/2.7.2/

I didn't know that URL worked!  It's the same material.

	Andy

Unrelated:

PS Jenkins is building version 2.7.1-SNAPSHOT, not 2.7.3-SNAPSHOT 
yesterday (as of 05:00 30/June)... something broken in the Jenkins setup 
leading to a stick workspace.  I've wiped the state and it's rebuilding now.

It would explain why the SPARQL update does not show.

>
> [ok]
>
> Thanks Andy.
>
> Paolo
>