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/06/02 20:05:29 UTC

[09/15] incubator-tinkerpop git commit: Removed "incubating" from 3.2.1 references as it will not be released under incubator CTR

Removed "incubating" from 3.2.1 references as it will not be released 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/2339003b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/2339003b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/2339003b

Branch: refs/heads/TINKERPOP-1278
Commit: 2339003b9a37cd64c24e13c86efd676d39f63897
Parents: cda11fd
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Wed Jun 1 13:46:15 2016 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Wed Jun 1 13:46:15 2016 -0400

----------------------------------------------------------------------
 .../groovy/org/apache/tinkerpop/gremlin/console/Console.groovy     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/2339003b/gremlin-console/src/main/groovy/org/apache/tinkerpop/gremlin/console/Console.groovy
----------------------------------------------------------------------
diff --git a/gremlin-console/src/main/groovy/org/apache/tinkerpop/gremlin/console/Console.groovy b/gremlin-console/src/main/groovy/org/apache/tinkerpop/gremlin/console/Console.groovy
index 91cba82..5108948 100644
--- a/gremlin-console/src/main/groovy/org/apache/tinkerpop/gremlin/console/Console.groovy
+++ b/gremlin-console/src/main/groovy/org/apache/tinkerpop/gremlin/console/Console.groovy
@@ -79,7 +79,7 @@ class Console {
     private final boolean interactive
 
     /**
-     * @deprecated As of release 3.2.1-incubating.
+     * @deprecated As of release 3.2.1.
      */
     @Deprecated
     public Console(final String initScriptFile) {