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

[1/3] jena git commit: Upgrade some dependencies to next minor versions

Repository: jena
Updated Branches:
  refs/heads/master 41ebfe016 -> 3b3ba3748


Upgrade some dependencies to next minor versions


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

Branch: refs/heads/master
Commit: d39bf7fbda01ef565a85506a5cc1fcb1b15df790
Parents: ff723ec
Author: ajs6f <aj...@apache.org>
Authored: Mon May 29 16:29:14 2017 -0400
Committer: ajs6f <aj...@apache.org>
Committed: Mon May 29 16:29:14 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/jena/blob/d39bf7fb/jena-parent/pom.xml
----------------------------------------------------------------------
diff --git a/jena-parent/pom.xml b/jena-parent/pom.xml
index 647b8f3..193f6b2 100644
--- a/jena-parent/pom.xml
+++ b/jena-parent/pom.xml
@@ -59,10 +59,10 @@
     <ver.commonsio>2.5</ver.commonsio>
     
     <ver.commonslang3>3.4</ver.commonslang3>
-    <ver.commonscsv>1.3</ver.commonscsv>
-    <ver.dexxcollection>0.6</ver.dexxcollection>
+    <ver.commonscsv>1.4</ver.commonscsv>
+    <ver.dexxcollection>0.7</ver.dexxcollection>
 
-    <ver.httpclient>4.5.2</ver.httpclient>
+    <ver.httpclient>4.5.3</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.
@@ -339,7 +339,7 @@
       <dependency>
         <groupId>commons-cli</groupId>
         <artifactId>commons-cli</artifactId>
-        <version>1.3</version>
+        <version>1.4</version>
       </dependency>
 
       <dependency>


[3/3] jena git commit: Merge branch 'JENA-1353'

Posted by aj...@apache.org.
Merge branch 'JENA-1353'


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

Branch: refs/heads/master
Commit: 3b3ba37487f6e90dc5aefa48d2b64c22e9c7dca1
Parents: 41ebfe0 6343e2e
Author: ajs6f <aj...@apache.org>
Authored: Thu Jun 1 07:26:58 2017 -0400
Committer: ajs6f <aj...@apache.org>
Committed: Thu Jun 1 07:26:58 2017 -0400

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



[2/3] jena git commit: Bumping HTTP Core version

Posted by aj...@apache.org.
Bumping HTTP Core version


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

Branch: refs/heads/master
Commit: 6343e2e3503c71e7525fbe23182812c5f18cf538
Parents: d39bf7f
Author: ajs6f <aj...@apache.org>
Authored: Tue May 30 12:54:09 2017 -0400
Committer: ajs6f <aj...@apache.org>
Committed: Tue May 30 12:54:09 2017 -0400

----------------------------------------------------------------------
 jena-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/6343e2e3/jena-parent/pom.xml
----------------------------------------------------------------------
diff --git a/jena-parent/pom.xml b/jena-parent/pom.xml
index 193f6b2..ce700f2 100644
--- a/jena-parent/pom.xml
+++ b/jena-parent/pom.xml
@@ -63,7 +63,7 @@
     <ver.dexxcollection>0.7</ver.dexxcollection>
 
     <ver.httpclient>4.5.3</ver.httpclient>
-    <ver.httpcore>4.4.4</ver.httpcore>
+    <ver.httpcore>4.4.6</ver.httpcore>
     <!-- Normally, these are the same as the above
          In the case of 4.2.6, there isn't a httpcore-osgi.
     -->