Hi all, This is bug-fix release that fixes the wrong handling of literals with language in stable-serializer as well as in jena bindings, it also updates the rdf-commons dependency in rdf.core (to reduce potential maven dependency conflicts).
It contains the following artifacts that shall be released to maven central: -rdf/jena/commons -rdf/jena/facade -rdf/jena/parser -rdf/jena/serializer -rdf/jena/sparql -rdf/jena/storage -rdf/jena/tdb.storage -rdf/core -rdf/stable.serializer -provisioning/rdf -provisioning/rdf.tdb -provisioning/platform.content -provisioning/launchers/content-launcher -provisioning/launchers/linked-data-launcher 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 (see notes below). Staging repo is here: https://repository.apache.org/content/repositories/orgapacheclerezza-1012 The source release is here: http://home.apache.org/~reto/clerezza-release-201604/201604-1-src.zip The signature is here: http://home.apache.org/~reto/clerezza-release-201604/201604-1-src.zip.asc MD5 (201604-1-src.zip) = 57a2d72f836a592bbdb86feda7755ddd The keys are here: https://dist.apache.org/repos/dist/release/clerezza/KEYS The GIT tag is: 201604 Note on building: - unzip 201604-1-src.zip - cd clerezza/releases/201604/ - mvn install The source zip also contains tests which unfortunately could not be released because they depend on org.apache.stanbol.commons.testing.jarexec 1.0.0 which has not yet been released. Because of this running the tests requires some manual steps: - cd ../../provisioning/launchers/tests/content-launcher-tests - remove "-SNAPSHOT" from all clerezza dependencies in pom.xml - mvn test The vote is open for at least 48 hours. Cheers, Reto
