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/05/14 13:39:01 UTC

[5/5] jena git commit: Update java-jsonld and httpClient

Update java-jsonld and httpClient


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

Branch: refs/heads/master
Commit: d545dac47271af4ea5d31bb5ae836de373493ee5
Parents: e736048
Author: Andy Seaborne <an...@apache.org>
Authored: Sat May 14 14:38:45 2016 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Sat May 14 14:38:45 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/jena/blob/d545dac4/jena-parent/pom.xml
----------------------------------------------------------------------
diff --git a/jena-parent/pom.xml b/jena-parent/pom.xml
index 41de037..0739e63 100644
--- a/jena-parent/pom.xml
+++ b/jena-parent/pom.xml
@@ -52,18 +52,18 @@
     <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.6.3</ver.jackson>
 
     <!-- These are connected because solr4j depends on httpclient as well -->
-    <ver.httpclient>4.2.6</ver.httpclient>
-    <ver.httpcore>4.2.5</ver.httpcore>
+    <ver.httpclient>4.5.2</ver.httpclient>
+    <ver.httpcore>4.4.4</ver.httpcore>
     <!-- Normally, these are the same as the above
          In the case of 4.2.6, there isn't a httpcore-osgi.
     -->
-    <ver.httpcore-osgi>4.2.5</ver.httpcore-osgi>
-    <ver.httpclient-osgi>4.2.6</ver.httpclient-osgi>
+    <ver.httpcore-osgi>${ver.httpcore}</ver.httpcore-osgi>
+    <ver.httpclient-osgi>${ver.httpclient}</ver.httpclient-osgi>
 
     <ver.commons-codec>1.10</ver.commons-codec>
     <ver.lucene>4.9.1</ver.lucene>