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/01 17:38:14 UTC

[1/2] incubator-tinkerpop git commit: Removed "incubating" from the future 3.1.3 release which will not be under incubator CTR

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/tp31 96ee0ba78 -> 3f6b38a85


Removed "incubating" from the future 3.1.3 release which will not be under incubator 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/3e04f4bb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/3e04f4bb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/3e04f4bb

Branch: refs/heads/tp31
Commit: 3e04f4bbd06a9d941b34540921114228561f2100
Parents: 96ee0ba
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Wed Jun 1 13:37:20 2016 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Wed Jun 1 13:37:20 2016 -0400

----------------------------------------------------------------------
 .../gremlin/console/groovy/plugin/DriverRemoteAcceptor.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/3e04f4bb/gremlin-console/src/main/java/org/apache/tinkerpop/gremlin/console/groovy/plugin/DriverRemoteAcceptor.java
----------------------------------------------------------------------
diff --git a/gremlin-console/src/main/java/org/apache/tinkerpop/gremlin/console/groovy/plugin/DriverRemoteAcceptor.java b/gremlin-console/src/main/java/org/apache/tinkerpop/gremlin/console/groovy/plugin/DriverRemoteAcceptor.java
index f34827e..e60b325 100644
--- a/gremlin-console/src/main/java/org/apache/tinkerpop/gremlin/console/groovy/plugin/DriverRemoteAcceptor.java
+++ b/gremlin-console/src/main/java/org/apache/tinkerpop/gremlin/console/groovy/plugin/DriverRemoteAcceptor.java
@@ -64,7 +64,7 @@ public class DriverRemoteAcceptor implements RemoteAcceptor {
     private static final String TOKEN_SHOW = "show";
 
     /**
-     * @deprecated As of 3.1.3-incubating, replaced by "none" option
+     * @deprecated As of 3.1.3, replaced by "none" option
      */
     @Deprecated
     private static final String TOKEN_MAX = "max";


[2/2] incubator-tinkerpop git commit: Fixed links hardcoded to specific versions in docs. CTR

Posted by sp...@apache.org.
Fixed links hardcoded to specific versions in docs. 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/3f6b38a8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/3f6b38a8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/3f6b38a8

Branch: refs/heads/tp31
Commit: 3f6b38a85773fa324e052202678bdd4fcf4ff931
Parents: 3e04f4b
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Wed Jun 1 13:37:51 2016 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Wed Jun 1 13:37:51 2016 -0400

----------------------------------------------------------------------
 docs/src/reference/implementations-intro.asciidoc | 2 +-
 docs/src/reference/the-traversal.asciidoc         | 2 +-
 docs/src/tutorials/getting-started/index.asciidoc | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/3f6b38a8/docs/src/reference/implementations-intro.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/reference/implementations-intro.asciidoc b/docs/src/reference/implementations-intro.asciidoc
index 2cf4803..f1992e5 100644
--- a/docs/src/reference/implementations-intro.asciidoc
+++ b/docs/src/reference/implementations-intro.asciidoc
@@ -23,5 +23,5 @@ image::gremlin-racecar.png[width=325]
 TinkerPop offers several reference implementations of its interfaces that are not only meant for production usage,
 but also represent models by which different graph providers can build their systems. More specific documentation
 on how to build systems at this level of the API can be found in the
-link:http://tinkerpop.apache.org/docs/3.1.1-incubating/dev/provider/[Provider Documentation]. The following sections
+link:http://tinkerpop.apache.org/docs/x.y.z/dev/provider/[Provider Documentation]. The following sections
 describe the various reference implementations and their usage.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/3f6b38a8/docs/src/reference/the-traversal.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/reference/the-traversal.asciidoc b/docs/src/reference/the-traversal.asciidoc
index 5f3bbb4..8327dc9 100644
--- a/docs/src/reference/the-traversal.asciidoc
+++ b/docs/src/reference/the-traversal.asciidoc
@@ -46,7 +46,7 @@ image::step-types.png[width=650]
 A `GraphTraversal<S,E>` is spawned from a `GraphTraversalSource`. It can also be spawned anonymously (i.e. empty)
 via `__`. A graph traversal is composed of an ordered list of steps. All the steps provided by `GraphTraversal`
 inherit from the more general forms diagrammed above. A list of all the steps (and their descriptions) are provided
-in the TinkerPop3 link:http://tinkerpop.apache.org/javadocs/3.0.2-incubating/core/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html[GraphTraversal JavaDoc].
+in the TinkerPop3 link:http://tinkerpop.apache.org/javadocs/x.y.z/core/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html[GraphTraversal JavaDoc].
 The following subsections will demonstrate the GraphTraversal steps using the <<gremlin-console,Gremlin Console>>.
 
 NOTE: To reduce the verbosity of the expression, it is good to

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/3f6b38a8/docs/src/tutorials/getting-started/index.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/tutorials/getting-started/index.asciidoc b/docs/src/tutorials/getting-started/index.asciidoc
index 7b82751..5fcc30e 100644
--- a/docs/src/tutorials/getting-started/index.asciidoc
+++ b/docs/src/tutorials/getting-started/index.asciidoc
@@ -187,7 +187,7 @@ Creating a Graph
 
 As intuitive as it is to you, it is perhaps more intuitive to Gremlin himself, as vertices, edges and properties make
 up the very elements of his existence. It is indeed helpful to think of our friend, Gremlin, moving about a graph when
-developing traversals, as picturing his position as the link:http://tinkerpop.apache.org/docs/3.0.2-incubating/#_the_traverser[traverser]
+developing traversals, as picturing his position as the link:http://tinkerpop.apache.org/docs/x.y.z/reference/#_the_traverser[traverser]
 helps orient where you need him to go next. Let's use the two vertex, one edge graph we've been discussing above
 as an example. First, you need to create this graph: