You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by wi...@apache.org on 2016/04/25 09:02:48 UTC

[1/2] marmotta git commit: upgraded to the recently released commons-io 2.5

Repository: marmotta
Updated Branches:
  refs/heads/develop 9779f3660 -> bfe584725


upgraded to the recently released commons-io 2.5


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

Branch: refs/heads/develop
Commit: 01b2938ae41e708cdc3ef9a75ba850d2d2ef206f
Parents: ff559ea
Author: Sergio Fernández <wi...@apache.org>
Authored: Mon Apr 25 09:01:30 2016 +0200
Committer: Sergio Fernández <wi...@apache.org>
Committed: Mon Apr 25 09:01:30 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/marmotta/blob/01b2938a/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 81750b9..1e8beac 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -624,7 +624,7 @@
             <dependency>
                 <groupId>commons-io</groupId>
                 <artifactId>commons-io</artifactId>
-                <version>2.4</version>
+                <version>2.5</version>
             </dependency>
             <dependency>
                 <groupId>commons-configuration</groupId>


[2/2] marmotta git commit: Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/marmotta into develop

Posted by wi...@apache.org.
Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/marmotta into develop


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

Branch: refs/heads/develop
Commit: bfe5847255326338c49c80db23eb662649b15cdd
Parents: 01b2938 9779f36
Author: Sergio Fernández <wi...@apache.org>
Authored: Mon Apr 25 09:01:56 2016 +0200
Committer: Sergio Fernández <wi...@apache.org>
Committed: Mon Apr 25 09:01:56 2016 +0200

----------------------------------------------------------------------
 .../sparql/optimizer/NativeFilterOptimizer.java | 198 +++++++++++++++++++
 .../sparql/sail/KiWiSparqlSailConnection.java   |   5 +-
 .../sparql/test/ComplexKiWiSparqlQueryTest.java |  14 ++
 3 files changed, 215 insertions(+), 2 deletions(-)
----------------------------------------------------------------------