You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ok...@apache.org on 2016/10/24 17:33:32 UTC

[49/50] tinkerpop git commit: Fixed error in where parent pom was pointing for gremlin-benchmark CTR

Fixed error in where parent pom was pointing for gremlin-benchmark CTR


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

Branch: refs/heads/TINKERPOP-1389
Commit: 01151c35dd7d68153aeac2f6bba4e0dea50f3794
Parents: 50abbdf
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Oct 24 13:11:18 2016 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Oct 24 13:11:18 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/01151c35/gremlin-tools/gremlin-benchmark/pom.xml
----------------------------------------------------------------------
diff --git a/gremlin-tools/gremlin-benchmark/pom.xml b/gremlin-tools/gremlin-benchmark/pom.xml
index 7ea7463..aac2fa2 100644
--- a/gremlin-tools/gremlin-benchmark/pom.xml
+++ b/gremlin-tools/gremlin-benchmark/pom.xml
@@ -19,7 +19,7 @@ limitations under the License.
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <artifactId>tinkerpop</artifactId>
+        <artifactId>gremlin-tools</artifactId>
         <groupId>org.apache.tinkerpop</groupId>
         <version>3.3.0-SNAPSHOT</version>
     </parent>