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/09 19:48:56 UTC

[1/2] jena git commit: JENA-1160: Upgrade Dexx Collections version

Repository: jena
Updated Branches:
  refs/heads/master d2196fb85 -> 01821ebc9


JENA-1160: Upgrade Dexx Collections version


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

Branch: refs/heads/master
Commit: e0322157a6677edac7c959fe3587058125c39f2b
Parents: 9c40398
Author: ajs6f <aj...@virginia.edu>
Authored: Tue Apr 5 16:12:43 2016 -0400
Committer: ajs6f <aj...@virginia.edu>
Committed: Fri Apr 8 09:39:40 2016 -0400

----------------------------------------------------------------------
 jena-base/pom.xml   | 2 +-
 jena-parent/pom.xml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/e0322157/jena-base/pom.xml
----------------------------------------------------------------------
diff --git a/jena-base/pom.xml b/jena-base/pom.xml
index 75ecfea..57f4e4e 100644
--- a/jena-base/pom.xml
+++ b/jena-base/pom.xml
@@ -53,7 +53,7 @@
     <!-- supports persistent data structures -->
     <dependency>
       <groupId>com.github.andrewoma.dexx</groupId>
-      <artifactId>dexx-collections</artifactId>
+      <artifactId>collection</artifactId>
     </dependency>
     
     <dependency>

http://git-wip-us.apache.org/repos/asf/jena/blob/e0322157/jena-parent/pom.xml
----------------------------------------------------------------------
diff --git a/jena-parent/pom.xml b/jena-parent/pom.xml
index baab6b6..476f21f 100644
--- a/jena-parent/pom.xml
+++ b/jena-parent/pom.xml
@@ -195,8 +195,8 @@
       <!-- supports persistent data structures -->
       <dependency>
         <groupId>com.github.andrewoma.dexx</groupId>
-        <artifactId>dexx-collections</artifactId>
-        <version>0.2</version>
+        <artifactId>collection</artifactId>
+        <version>0.6</version>
       </dependency>
       
       <dependency>


[2/2] jena git commit: Merge commit 'refs/pull/135/head' of github.com:apache/jena

Posted by an...@apache.org.
Merge commit 'refs/pull/135/head' of github.com:apache/jena

This closes #135.


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

Branch: refs/heads/master
Commit: 01821ebc9d14e12e699b6a8a0f75f383a6789605
Parents: d2196fb e032215
Author: Andy Seaborne <an...@apache.org>
Authored: Sat Apr 9 18:42:01 2016 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Sat Apr 9 18:42:01 2016 +0100

----------------------------------------------------------------------
 jena-base/pom.xml   | 2 +-
 jena-parent/pom.xml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------