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 2015/10/02 12:19:04 UTC

jena git commit: JENA-1038: Update to jsonld-java 0.7.0

Repository: jena
Updated Branches:
  refs/heads/master 859ca7257 -> afad01940


JENA-1038: Update to jsonld-java 0.7.0


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

Branch: refs/heads/master
Commit: afad019408cdbd49528f74d96d8e171a4f05bef0
Parents: 859ca72
Author: Andy Seaborne <an...@apache.org>
Authored: Fri Oct 2 11:18:59 2015 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Fri Oct 2 11:18:59 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/jena/blob/afad0194/jena-parent/pom.xml
----------------------------------------------------------------------
diff --git a/jena-parent/pom.xml b/jena-parent/pom.xml
index 240eee4..6dcf76a 100644
--- a/jena-parent/pom.xml
+++ b/jena-parent/pom.xml
@@ -54,13 +54,13 @@
     <ver.junit>4.12</ver.junit>
     <ver.xerces>2.11.0</ver.xerces>
 
-    <ver.jsonldjava>0.5.1</ver.jsonldjava>
+    <ver.jsonldjava>0.7.0</ver.jsonldjava>
     <!-- Used by jena-osgi and must be in-step with jsonldjava -->
     <ver.jackson>2.3.3</ver.jackson>
 
     <!-- These are connected because solr4j depends on httpclient as well -->
     <ver.httpclient>4.2.6</ver.httpclient>
-    <ver.httpcore>4.2.6</ver.httpcore>
+    <ver.httpcore>4.2.5</ver.httpcore>
     <!-- Normally, these are the same as the above
 	 In the case of 4.2.6, there isn't a httpcore-osgi.
     -->