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 2016/04/04 12:17:30 UTC

jena git commit: Update jsonld-java and slf4j versions

Repository: jena
Updated Branches:
  refs/heads/master ce467aa8c -> 9c4039826


Update jsonld-java and slf4j versions


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

Branch: refs/heads/master
Commit: 9c4039826fa84700c16f0af4812fa9978b153f77
Parents: ce467aa
Author: Andy Seaborne <an...@apache.org>
Authored: Mon Apr 4 11:17:20 2016 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Mon Apr 4 11:17:20 2016 +0100

----------------------------------------------------------------------
 jena-parent/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/9c403982/jena-parent/pom.xml
----------------------------------------------------------------------
diff --git a/jena-parent/pom.xml b/jena-parent/pom.xml
index 8211f0a..baab6b6 100644
--- a/jena-parent/pom.xml
+++ b/jena-parent/pom.xml
@@ -47,14 +47,14 @@
   </organization>
 
   <properties>
-    <ver.slf4j>1.7.12</ver.slf4j>
+    <ver.slf4j>1.7.20</ver.slf4j>
     <ver.log4j>1.2.17</ver.log4j>
     <ver.junit>4.12</ver.junit>
     <ver.xerces>2.11.0</ver.xerces>
 
-    <ver.jsonldjava>0.7.0</ver.jsonldjava>
+    <ver.jsonldjava>0.8.2</ver.jsonldjava>
     <!-- Used by jena-osgi and must be in-step with jsonldjava -->
-    <ver.jackson>2.3.3</ver.jackson>
+    <ver.jackson>2.6.3</ver.jackson>
 
     <!-- These are connected because solr4j depends on httpclient as well -->
     <ver.httpclient>4.2.6</ver.httpclient>