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 2016/06/04 11:33:02 UTC

[1/2] incubator-tinkerpop git commit: Added GraphTraversalSource to core javadoc. CTR

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master d02562cb7 -> dac7f1149


Added GraphTraversalSource to core javadoc. CTR


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

Branch: refs/heads/master
Commit: 6e17d668a8ead38d426b61beb224a42303280526
Parents: 2f4c24c
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Sat Jun 4 07:32:13 2016 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Sat Jun 4 07:32:13 2016 -0400

----------------------------------------------------------------------
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/6e17d668/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 077f08b..fe9d781 100644
--- a/pom.xml
+++ b/pom.xml
@@ -938,6 +938,9 @@ limitations under the License.
                                         <include>
                                             org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.java
                                         </include>
+                                        <include>
+                                            org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalSource.java
+                                        </include>
                                         <!-- driver -->
                                         <include>org/apache/tinkerpop/gremlin/driver/*.java
                                         </include>


[2/2] incubator-tinkerpop git commit: Merge remote-tracking branch 'origin/tp31'

Posted by sp...@apache.org.
Merge remote-tracking branch 'origin/tp31'


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

Branch: refs/heads/master
Commit: dac7f114985ce4faf4a4c7c0fb21e88ccfa4c0a3
Parents: d02562c 6e17d66
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Sat Jun 4 07:32:48 2016 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Sat Jun 4 07:32:48 2016 -0400

----------------------------------------------------------------------
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/dac7f114/pom.xml
----------------------------------------------------------------------