TINKERPOP-1878 Bump sparql-gremlin to 3.4.0-SNAPSHOT
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/6513bcd2 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/6513bcd2 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/6513bcd2 Branch: refs/heads/TINKERPOP-1878 Commit: 6513bcd27c8fc880015c6108bb0da9d1b2118909 Parents: 7ea3136 Author: Stephen Mallette <[email protected]> Authored: Sun May 13 11:07:10 2018 -0400 Committer: Stephen Mallette <[email protected]> Committed: Wed Jun 20 07:27:46 2018 -0400 ---------------------------------------------------------------------- sparql-gremlin/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/6513bcd2/sparql-gremlin/pom.xml ---------------------------------------------------------------------- diff --git a/sparql-gremlin/pom.xml b/sparql-gremlin/pom.xml index 731b822..8608cc6 100644 --- a/sparql-gremlin/pom.xml +++ b/sparql-gremlin/pom.xml @@ -6,7 +6,7 @@ <parent> <artifactId>tinkerpop</artifactId> <groupId>org.apache.tinkerpop</groupId> - <version>3.3.2-SNAPSHOT</version> + <version>3.4.0-SNAPSHOT</version> </parent> <artifactId>sparql-gremlin</artifactId> <name>Apache TinkerPop :: SPARQL Gremlin</name>
