Repository: tinkerpop Updated Branches: refs/heads/master 28243b559 -> f1a2e495e
Fixed pom.xml version for dsl module Should have been bumped to 3.3.0-SNAPSHOT on merge. CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/f1a2e495 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/f1a2e495 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/f1a2e495 Branch: refs/heads/master Commit: f1a2e495eeea675d0e4a9c238e672c20ac99e685 Parents: 28243b5 Author: Stephen Mallette <[email protected]> Authored: Fri May 26 08:36:47 2017 -0400 Committer: Stephen Mallette <[email protected]> Committed: Fri May 26 08:36:47 2017 -0400 ---------------------------------------------------------------------- gremlin-archetype/gremlin-archetype-dsl/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/f1a2e495/gremlin-archetype/gremlin-archetype-dsl/pom.xml ---------------------------------------------------------------------- diff --git a/gremlin-archetype/gremlin-archetype-dsl/pom.xml b/gremlin-archetype/gremlin-archetype-dsl/pom.xml index cecdc28..f5c8049 100644 --- a/gremlin-archetype/gremlin-archetype-dsl/pom.xml +++ b/gremlin-archetype/gremlin-archetype-dsl/pom.xml @@ -6,7 +6,7 @@ <parent> <artifactId>gremlin-archetype</artifactId> <groupId>org.apache.tinkerpop</groupId> - <version>3.2.5-SNAPSHOT</version> + <version>3.3.0-SNAPSHOT</version> </parent> <artifactId>gremlin-archetype-dsl</artifactId> @@ -41,4 +41,4 @@ </resource> </resources> </build> -</project> \ No newline at end of file +</project>
