On 05/09/15 16:36, Reto Gmür wrote:
Hi all,
This is a partial clerezza release of 23 modules bringing the following
improvements:
- Fixed issues preventing rdf.rdfjson and rdf.jena.sparql to expose their
OSGi-DS services
- Updated to latest version of Jersey
- Updated Jena Version
- Contains integration tests
It contains the following artifacts that shall be released to maven central:
Where are the convenience binaries? (I didn't see anything on
https://repository.apache.org/#stagingRepositories but may have missed
something)
- rdf/web/rdf.web.core
- rdf/rdfjson
- rdf/jena/facade
- rdf/jena/dependencymanagement
- rdf/jena/parser
- rdf/jena/serializer
- rdf/jena/tdb.storage
- rdf/jena/storage
- rdf/jena/commons
- rdf/jena/sparql
- provisioning/rdf
- provisioning/launchers/tests/content-launcher-tests
- provisioning/launchers/content-launcher
- provisioning/launchers/linked-data-launcher
- provisioning/rdf.web
- provisioning/jaxrs-whiteboard
- provisioning/rdf.tdb
- jaxrs.whiteboard.jersey
- ext/jena-tdb
- ext/jena-iri
- ext/jena-core
- ext/jena-arq
- ext/bundles-pom
It also contains the integration tests at:
- provisioning/launchers/tests
that can be used to verify that the build is working but that are not to be
releases to maven central.
The source release is here:
http://people.apache.org/~reto/clerezza-release-201508/201508-1-src.zip
The signature is here:
http://people.apache.org/~reto/clerezza-release-201508/201508-1-src.zip.asc
MD5 (201505-1.0.0-src.zip) = 9081636d6f8005bd03f0f1ccb19e8fb0
The keys are here:
https://dist.apache.org/repos/dist/release/clerezza/KEYS
The GIT tag is:
201508-1
Note on building:
Some versions maven do not determine the build order correctly, so do the
following to build:
- unzip 201508-1-src.zip
- cd clerezza/ext/bundles-pom
- mvn install
- cd ../../releases/201508/content-launcher-tests
- mvn install
to run the tests:
- cd ../../provisioning/launchers/tests
- mvn test
The vote is open for at least 48 hours.
Cheers,
Reto