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/03/26 20:12:10 UTC

incubator-tinkerpop git commit: Fixed up the description a bit for the gremlin-shaded module.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master 1d9437833 -> aded974a7


Fixed up the description a bit for the gremlin-shaded module.


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

Branch: refs/heads/master
Commit: aded974a7d6adcf57458f41181fceef7f764b093
Parents: 1d94378
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Thu Mar 26 15:11:46 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Thu Mar 26 15:11:46 2015 -0400

----------------------------------------------------------------------
 gremlin-shaded/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/aded974a/gremlin-shaded/pom.xml
----------------------------------------------------------------------
diff --git a/gremlin-shaded/pom.xml b/gremlin-shaded/pom.xml
index a651fbe..00f8ea4 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: Hiding Some Ugly Realities</name>
+    <name>Gremlin Shaded: Shades of Commonly Used Dependencies</name>
     <dependencies>
         <dependency>
             <groupId>com.esotericsoftware.kryo</groupId>