You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2015/04/07 13:25:11 UTC

[29/50] [abbrv] incubator-tinkerpop git commit: updated the name property in the various pom.xmls to reflect the Apache standard way of naming artifacts.

updated the name property in the various pom.xmls to reflect the Apache standard way of naming artifacts.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/351375e2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/351375e2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/351375e2

Branch: refs/heads/variables
Commit: 351375e283afa626d7ceb5b9e2d3b5a61a8664d4
Parents: 19e7297
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Mon Apr 6 08:31:32 2015 -0600
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Mon Apr 6 08:31:32 2015 -0600

----------------------------------------------------------------------
 gremlin-console/pom.xml     | 2 +-
 gremlin-core/pom.xml        | 2 +-
 gremlin-driver/pom.xml      | 2 +-
 gremlin-groovy-test/pom.xml | 2 +-
 gremlin-groovy/pom.xml      | 2 +-
 gremlin-server/pom.xml      | 2 +-
 gremlin-shaded/pom.xml      | 2 +-
 gremlin-test/pom.xml        | 2 +-
 hadoop-gremlin/pom.xml      | 2 +-
 pom.xml                     | 3 ++-
 tinkergraph-gremlin/pom.xml | 2 +-
 11 files changed, 12 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/351375e2/gremlin-console/pom.xml
----------------------------------------------------------------------
diff --git a/gremlin-console/pom.xml b/gremlin-console/pom.xml
index 3bfd172..64729d2 100644
--- a/gremlin-console/pom.xml
+++ b/gremlin-console/pom.xml
@@ -24,7 +24,7 @@ limitations under the License.
         <version>3.0.0-SNAPSHOT</version>
     </parent>
     <artifactId>gremlin-console</artifactId>
-    <name>Gremlin Console: Gremlin Groovy REPL</name>
+    <name>Apache TinkerPop :: Gremlin Console</name>
     <dependencies>
         <dependency>
             <groupId>org.apache.tinkerpop</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/351375e2/gremlin-core/pom.xml
----------------------------------------------------------------------
diff --git a/gremlin-core/pom.xml b/gremlin-core/pom.xml
index d43981f..07986b3 100644
--- a/gremlin-core/pom.xml
+++ b/gremlin-core/pom.xml
@@ -23,7 +23,7 @@ limitations under the License.
         <version>3.0.0-SNAPSHOT</version>
     </parent>
     <artifactId>gremlin-core</artifactId>
-    <name>Gremlin Core: The Primary Components of TinkerPop3</name>
+    <name>Apache TinkerPop :: Gremlin Core</name>
     <dependencies>
         <dependency>
             <groupId>org.apache.tinkerpop</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/351375e2/gremlin-driver/pom.xml
----------------------------------------------------------------------
diff --git a/gremlin-driver/pom.xml b/gremlin-driver/pom.xml
index 846ac54..eb7eb33 100644
--- a/gremlin-driver/pom.xml
+++ b/gremlin-driver/pom.xml
@@ -24,7 +24,7 @@ limitations under the License.
         <version>3.0.0-SNAPSHOT</version>
     </parent>
     <artifactId>gremlin-driver</artifactId>
-    <name>Gremlin Driver: Connect to Gremlin Server with Java</name>
+    <name>Apache TinkerPop :: Gremlin Driver</name>
     <properties>
         <netty.version>4.0.25.Final</netty.version>
     </properties>

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/351375e2/gremlin-groovy-test/pom.xml
----------------------------------------------------------------------
diff --git a/gremlin-groovy-test/pom.xml b/gremlin-groovy-test/pom.xml
index 7da29e4..80e91cc 100644
--- a/gremlin-groovy-test/pom.xml
+++ b/gremlin-groovy-test/pom.xml
@@ -24,7 +24,7 @@ limitations under the License.
         <version>3.0.0-SNAPSHOT</version>
     </parent>
     <artifactId>gremlin-groovy-test</artifactId>
-    <name>Gremlin Groovy Test: Gremlin Structure and Process Test Suite</name>
+    <name>Apache TinkerPop :: Gremlin Groovy Test</name>
     <dependencies>
         <dependency>
             <groupId>org.apache.tinkerpop</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/351375e2/gremlin-groovy/pom.xml
----------------------------------------------------------------------
diff --git a/gremlin-groovy/pom.xml b/gremlin-groovy/pom.xml
index d803255..9f01527 100644
--- a/gremlin-groovy/pom.xml
+++ b/gremlin-groovy/pom.xml
@@ -24,7 +24,7 @@ limitations under the License.
         <version>3.0.0-SNAPSHOT</version>
     </parent>
     <artifactId>gremlin-groovy</artifactId>
-    <name>Gremlin Groovy: Gremlin for the Groovy Language</name>
+    <name>Apache TinkerPop :: Gremlin Groovy</name>
     <dependencies>
         <dependency>
             <groupId>org.apache.tinkerpop</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/351375e2/gremlin-server/pom.xml
----------------------------------------------------------------------
diff --git a/gremlin-server/pom.xml b/gremlin-server/pom.xml
index fd71dbd..5db3e0e 100644
--- a/gremlin-server/pom.xml
+++ b/gremlin-server/pom.xml
@@ -24,7 +24,7 @@ limitations under the License.
         <version>3.0.0-SNAPSHOT</version>
     </parent>
     <artifactId>gremlin-server</artifactId>
-    <name>Gremlin Server: Gremlin on the Server</name>
+    <name>Apache TinkerPop :: Gremlin Server</name>
     <dependencies>
         <dependency>
             <groupId>org.apache.tinkerpop</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/351375e2/gremlin-shaded/pom.xml
----------------------------------------------------------------------
diff --git a/gremlin-shaded/pom.xml b/gremlin-shaded/pom.xml
index 00f8ea4..84e9467 100644
--- a/gremlin-shaded/pom.xml
+++ b/gremlin-shaded/pom.xml
@@ -23,7 +23,7 @@ limitations under the License.
         <version>3.0.0-SNAPSHOT</version>
     </parent>
     <artifactId>gremlin-shaded</artifactId>
-    <name>Gremlin Shaded: Shades of Commonly Used Dependencies</name>
+    <name>Apache TinkerPop :: Gremlin Shaded</name>
     <dependencies>
         <dependency>
             <groupId>com.esotericsoftware.kryo</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/351375e2/gremlin-test/pom.xml
----------------------------------------------------------------------
diff --git a/gremlin-test/pom.xml b/gremlin-test/pom.xml
index 8cc2068..7683991 100644
--- a/gremlin-test/pom.xml
+++ b/gremlin-test/pom.xml
@@ -24,7 +24,7 @@ limitations under the License.
         <version>3.0.0-SNAPSHOT</version>
     </parent>
     <artifactId>gremlin-test</artifactId>
-    <name>Gremlin Test: Gremlin Structure and Process Test Suite</name>
+    <name>Apache TinkerPop :: Gremlin Test</name>
     <dependencies>
         <dependency>
             <groupId>org.apache.tinkerpop</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/351375e2/hadoop-gremlin/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-gremlin/pom.xml b/hadoop-gremlin/pom.xml
index 03f77ba..28c6c02 100644
--- a/hadoop-gremlin/pom.xml
+++ b/hadoop-gremlin/pom.xml
@@ -24,7 +24,7 @@ limitations under the License.
         <version>3.0.0-SNAPSHOT</version>
     </parent>
     <artifactId>hadoop-gremlin</artifactId>
-    <name>Hadoop Gremlin: An Implementation of TinkerPop3 for Hadoop</name>
+    <name>Apache TinkerPop :: Hadoop Gremlin</name>
     <dependencies>
         <dependency>
             <groupId>org.apache.tinkerpop</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/351375e2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6bb5cf4..d280062 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,8 @@ limitations under the License.
     <artifactId>tinkerpop</artifactId>
     <version>3.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
-    <name>Apache TinkerPop: A Graph Computing Framework</name>
+    <name>Apache TinkerPop</name>
+    <description>A Graph Computing Framework</description>
     <url>http://tinkerpop.incubator.apache.org/</url>
     <mailingLists>
         <mailingList>

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/351375e2/tinkergraph-gremlin/pom.xml
----------------------------------------------------------------------
diff --git a/tinkergraph-gremlin/pom.xml b/tinkergraph-gremlin/pom.xml
index f6fb809..5dc24c1 100644
--- a/tinkergraph-gremlin/pom.xml
+++ b/tinkergraph-gremlin/pom.xml
@@ -24,7 +24,7 @@ limitations under the License.
         <version>3.0.0-SNAPSHOT</version>
     </parent>
     <artifactId>tinkergraph-gremlin</artifactId>
-    <name>TinkerGraph Gremlin: The Reference Implementation of TinkerPop3</name>
+    <name>Apache TinkerPop :: TinkerGraph Gremlin</name>
     <dependencies>
         <dependency>
             <groupId>org.apache.tinkerpop</groupId>