Repository: marmotta Updated Branches: refs/heads/3.4.0-RCs b34c3dc80 -> fbebea882
Fixes 'the getContextIDs operation is not yet supported' because of outdated blueprints-graph-sail (2.4.0) Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/81b0ecc3 Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/81b0ecc3 Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/81b0ecc3 Branch: refs/heads/3.4.0-RCs Commit: 81b0ecc3389d41816a23fa21fb2fc34d43fcfc94 Parents: b34c3dc Author: David Fernández <[email protected]> Authored: Thu Jun 15 10:12:21 2017 +0200 Committer: David Fernández <[email protected]> Committed: Thu Jun 15 10:12:21 2017 +0200 ---------------------------------------------------------------------- platform/backends/marmotta-backend-titan/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/81b0ecc3/platform/backends/marmotta-backend-titan/pom.xml ---------------------------------------------------------------------- diff --git a/platform/backends/marmotta-backend-titan/pom.xml b/platform/backends/marmotta-backend-titan/pom.xml index 08a379a..b9e4b19 100644 --- a/platform/backends/marmotta-backend-titan/pom.xml +++ b/platform/backends/marmotta-backend-titan/pom.xml @@ -165,7 +165,7 @@ <dependency> <groupId>com.tinkerpop.blueprints</groupId> <artifactId>blueprints-graph-sail</artifactId> - <version>2.4.0</version> + <version>2.6.0</version> </dependency> </dependencies>
