Repository: commons-rdf Updated Branches: refs/heads/master e351d55d1 -> 42a32b40d
COMMONSRDF-57 Updated to Jena 3.2.0 RDF4J 2.2 JSONLD Java 0.9.0 Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/42a32b40 Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/42a32b40 Diff: http://git-wip-us.apache.org/repos/asf/commons-rdf/diff/42a32b40 Branch: refs/heads/master Commit: 42a32b40d507c7cc79b6bfda62b87467ef98db6c Parents: e351d55 Author: Stian Soiland-Reyes <st...@apache.org> Authored: Wed Feb 8 23:16:50 2017 +0000 Committer: Stian Soiland-Reyes <st...@apache.org> Committed: Wed Feb 8 23:16:50 2017 +0000 ---------------------------------------------------------------------- pom.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-rdf/blob/42a32b40/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 826490c..ae6dc43 100644 --- a/pom.xml +++ b/pom.xml @@ -59,10 +59,11 @@ <commons.japicmp.version>0.9.1</commons.japicmp.version> - <!-- NOTE: jsonldjava is also used by rdf4j and jena, check --> - <jsonldjava.version>0.8.3</jsonldjava.version> - <rdf4j.version>2.1.1</rdf4j.version> - <jena.version>3.1.1</jena.version> + <!-- NOTE: jsonldjava is also used by rdf4j and jena, check the version + is cross-compatible --> + <jsonldjava.version>0.9.0</jsonldjava.version> + <rdf4j.version>2.2</rdf4j.version> + <jena.version>3.2.0</jena.version> <!-- NOTE: dexx and xerces versions should match the versions marked as <optional> in jena-osgi pom -->