You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commonsrdf.apache.org by st...@apache.org on 2016/10/27 15:52:35 UTC

incubator-commonsrdf git commit: newer jsonld-java and rdf4j

Repository: incubator-commonsrdf
Updated Branches:
  refs/heads/master 49cba1f99 -> 6aa5a5d0d


newer jsonld-java and rdf4j


Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/6aa5a5d0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/tree/6aa5a5d0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/diff/6aa5a5d0

Branch: refs/heads/master
Commit: 6aa5a5d0df961908bf9851582f3a68e44aa403fc
Parents: 49cba1f
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Thu Oct 27 16:51:20 2016 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Thu Oct 27 16:51:20 2016 +0100

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/6aa5a5d0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9ef400a..879b131 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,8 +58,8 @@
         
         
         <!--  NOTE: jsonldjava is also used by rdf4j and jena, check  -->
-        <jsonldjava.version>0.8.2</jsonldjava.version>
-        <rdf4j.version>2.0</rdf4j.version>
+        <jsonldjava.version>0.8.3</jsonldjava.version>
+        <rdf4j.version>2.1</rdf4j.version>
         <jena.version>3.1.0</jena.version>
         <!--  NOTE: dexx and xerces versions should match 
         the versions marked as <optional> in jena-osgi pom