TINKERPOP-786 Changed name of DSL archetype
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1d97c3de Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/1d97c3de Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/1d97c3de Branch: refs/heads/tp32-glv Commit: 1d97c3de28ea14b1cda35c4e078b9dd76418120c Parents: d6b0122 Author: Stephen Mallette <[email protected]> Authored: Fri May 26 07:48:00 2017 -0400 Committer: Stephen Mallette <[email protected]> Committed: Fri May 26 07:48:00 2017 -0400 ---------------------------------------------------------------------- gremlin-archetype/gremlin-archetype-dsl/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/1d97c3de/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 d4922f5..cecdc28 100644 --- a/gremlin-archetype/gremlin-archetype-dsl/pom.xml +++ b/gremlin-archetype/gremlin-archetype-dsl/pom.xml @@ -10,7 +10,7 @@ </parent> <artifactId>gremlin-archetype-dsl</artifactId> - <name>Apache TinkerPop :: Archetype - TinkerGraph</name> + <name>Apache TinkerPop :: Archetype - DSL</name> <packaging>jar</packaging> <build>
