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/23 12:20:00 UTC

[1/3] incubator-tinkerpop git commit: Not every use of Tinkergraph is groovy based

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master 400f6eaf4 -> 5960b5f88


Not every use of Tinkergraph is groovy based


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

Branch: refs/heads/master
Commit: 250d502db9fbd42d25f8b0d89e964c6d3faf5ffe
Parents: 9afb4a2
Author: Jon Schneider <jo...@netflix.com>
Authored: Tue Apr 7 10:54:13 2015 -0700
Committer: Jon Schneider <jo...@netflix.com>
Committed: Tue Apr 7 10:54:13 2015 -0700

----------------------------------------------------------------------
 tinkergraph-gremlin/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/250d502d/tinkergraph-gremlin/pom.xml
----------------------------------------------------------------------
diff --git a/tinkergraph-gremlin/pom.xml b/tinkergraph-gremlin/pom.xml
index 5dc24c1..beca206 100644
--- a/tinkergraph-gremlin/pom.xml
+++ b/tinkergraph-gremlin/pom.xml
@@ -35,6 +35,7 @@ limitations under the License.
             <groupId>org.apache.tinkerpop</groupId>
             <artifactId>gremlin-groovy</artifactId>
             <version>${project.version}</version>
+            <optional>true</optional>
         </dependency>
         <dependency>
             <groupId>org.apache.tinkerpop</groupId>


[2/3] incubator-tinkerpop git commit: Use provided scope rather than optional for gremlin-groovy

Posted by sp...@apache.org.
Use provided scope rather than optional for gremlin-groovy

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

Branch: refs/heads/master
Commit: f156c0bfae09a9ed2bc50f249a0868035e560d4a
Parents: 250d502
Author: Jon Schneider <jk...@gmail.com>
Authored: Tue Apr 7 12:27:41 2015 -0700
Committer: Jon Schneider <jk...@gmail.com>
Committed: Tue Apr 7 12:27:41 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/f156c0bf/tinkergraph-gremlin/pom.xml
----------------------------------------------------------------------
diff --git a/tinkergraph-gremlin/pom.xml b/tinkergraph-gremlin/pom.xml
index beca206..738147c 100644
--- a/tinkergraph-gremlin/pom.xml
+++ b/tinkergraph-gremlin/pom.xml
@@ -35,7 +35,7 @@ limitations under the License.
             <groupId>org.apache.tinkerpop</groupId>
             <artifactId>gremlin-groovy</artifactId>
             <version>${project.version}</version>
-            <optional>true</optional>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.tinkerpop</groupId>


[3/3] incubator-tinkerpop git commit: Merge branch 'tinkergraph-optional-groovy' of https://github.com/jkschneider/incubator-tinkerpop

Posted by sp...@apache.org.
Merge branch 'tinkergraph-optional-groovy' of https://github.com/jkschneider/incubator-tinkerpop


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

Branch: refs/heads/master
Commit: 5960b5f8831373bda75c93b003d5d2abfb8e8112
Parents: 400f6ea f156c0b
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Thu Apr 23 06:13:58 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Thu Apr 23 06:13:58 2015 -0400

----------------------------------------------------------------------
 tinkergraph-gremlin/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/5960b5f8/tinkergraph-gremlin/pom.xml
----------------------------------------------------------------------