You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2017/08/26 11:42:45 UTC

[2/2] jena git commit: JENA-1386: Update jsonld-java depenednecy to 0.11.1

JENA-1386: Update jsonld-java depenednecy to 0.11.1


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/beb39af7
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/beb39af7
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/beb39af7

Branch: refs/heads/master
Commit: beb39af722318c3c4574791d4c40208e13b0a13b
Parents: 52aa9c5
Author: Andy Seaborne <an...@apache.org>
Authored: Sat Aug 26 12:11:07 2017 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Sat Aug 26 12:11:07 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/jena/blob/beb39af7/jena-project/pom.xml
----------------------------------------------------------------------
diff --git a/jena-project/pom.xml b/jena-project/pom.xml
index a9f244a..5d83779 100644
--- a/jena-project/pom.xml
+++ b/jena-project/pom.xml
@@ -57,8 +57,8 @@
          artifacts so the versions must align. Consult jsonld-java's 
          POM for the correct dependency versions 
     -->
-    <ver.jsonldjava>0.10.0</ver.jsonldjava>
-    <ver.jackson>2.8.9</ver.jackson>
+    <ver.jsonldjava>0.11.1</ver.jsonldjava>
+    <ver.jackson>2.9.0</ver.jackson>
 
     <ver.commonsio>2.5</ver.commonsio>
     <ver.commonscli>1.4</ver.commonscli>