Remove last of "incubator" references.
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/5c5b1a9e Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/5c5b1a9e Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/5c5b1a9e Branch: refs/heads/master Commit: 5c5b1a9e7c91ebe3024904ee623184ed00e0eec8 Parents: 43dffde Author: Stephen Mallette <sp...@genoprime.com> Authored: Sat Jul 16 12:59:33 2016 -0400 Committer: Stephen Mallette <sp...@genoprime.com> Committed: Sat Jul 16 12:59:33 2016 -0400 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 2 +- docs/src/recipes/index.asciidoc | 4 ++-- docs/src/upgrade/release-3.2.x-incubating.asciidoc | 6 +++--- .../gremlin/tinkergraph/structure/TinkerGraphPlayTest.java | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/5c5b1a9e/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index b67f5e0..c12e64e 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -20,7 +20,7 @@ TinkerPop3 CHANGELOG TinkerPop 3.2.0 (Nine Inch Gremlins) ------------------------------------ -image::https://raw.githubusercontent.com/apache/incubator-tinkerpop/master/docs/static/images/nine-inch-gremlins.png[width=185] +image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/images/nine-inch-gremlins.png[width=185] [[release-3.2.1]] TinkerPop 3.2.1 (NOT OFFICIALLY RELEASED YET) http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/5c5b1a9e/docs/src/recipes/index.asciidoc ---------------------------------------------------------------------- diff --git a/docs/src/recipes/index.asciidoc b/docs/src/recipes/index.asciidoc index 3ac9142..01a1209 100644 --- a/docs/src/recipes/index.asciidoc +++ b/docs/src/recipes/index.asciidoc @@ -64,7 +64,7 @@ link:http://tinkerpop.apache.org/docs/x.y.z/dev/developer/#docker-integration[Do changes are complete, submit a pull request for review by TinkerPop committers. NOTE: Please review existing recipes and attempt to conform to their writing and visual style. It may also be a good -idea to discuss ideas for a recipe on the link:http://mail-archives.apache.org/mod_mbox/incubator-tinkerpop-dev/[developer mailing list] +idea to discuss ideas for a recipe on the link:https://lists.apache.org/list.html?d...@tinkerpop.apache.org[developer mailing list] prior to starting work on it, as the community might provide insight on the approach and idea that would be helpful. It is preferable that a link:issues.apache.org/jira/browse/TINKERPOP[JIRA issue] be opened that describes the nature of the recipe so that the eventual pull request can be bound to that issue. @@ -72,7 +72,7 @@ of the recipe so that the eventual pull request can be bound to that issue. To contribute a recipe, first clone the repository: [source, shell] -git clone https://github.com/apache/incubator-tinkerpop.git +git clone https://github.com/apache/tinkerpop.git The recipes can be found in this directory: http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/5c5b1a9e/docs/src/upgrade/release-3.2.x-incubating.asciidoc ---------------------------------------------------------------------- diff --git a/docs/src/upgrade/release-3.2.x-incubating.asciidoc b/docs/src/upgrade/release-3.2.x-incubating.asciidoc index ac94960..47cc04b 100644 --- a/docs/src/upgrade/release-3.2.x-incubating.asciidoc +++ b/docs/src/upgrade/release-3.2.x-incubating.asciidoc @@ -18,7 +18,7 @@ limitations under the License. TinkerPop 3.2.0 =============== -image::https://raw.githubusercontent.com/apache/incubator-tinkerpop/master/docs/static/images/nine-inch-gremlins.png[width=225] +image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/images/nine-inch-gremlins.png[width=225] *Nine Inch Gremlins* @@ -27,7 +27,7 @@ TinkerPop 3.2.1 *Release Date: NOT OFFICIALLY RELEASED YET* -Please see the link:https://github.com/apache/incubator-tinkerpop/blob/3.2.1/CHANGELOG.asciidoc#tinkerpop-321-release-date-MONTH-DAY-YEAR[changelog] for a complete list of all the modifications that are part of this release. +Please see the link:https://github.com/apache/tinkerpop/blob/3.2.1/CHANGELOG.asciidoc#tinkerpop-321-release-date-MONTH-DAY-YEAR[changelog] for a complete list of all the modifications that are part of this release. Upgrading for Users ~~~~~~~~~~~~~~~~~~~ @@ -212,7 +212,7 @@ TinkerPop 3.2.0 *Release Date: Release Date: April 8, 2016* -Please see the link:https://github.com/apache/incubator-tinkerpop/blob/3.2.0-incubating/CHANGELOG.asciidoc#tinkerpop-320-release-date-april-8-2016[changelog] for a complete list of all the modifications that are part of this release. +Please see the link:https://github.com/apache/tinkerpop/blob/3.2.0-incubating/CHANGELOG.asciidoc#tinkerpop-320-release-date-april-8-2016[changelog] for a complete list of all the modifications that are part of this release. Upgrading for Users ~~~~~~~~~~~~~~~~~~~ http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/5c5b1a9e/tinkergraph-gremlin/src/test/java/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraphPlayTest.java ---------------------------------------------------------------------- diff --git a/tinkergraph-gremlin/src/test/java/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraphPlayTest.java b/tinkergraph-gremlin/src/test/java/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraphPlayTest.java index c83f314..c3e8d74 100644 --- a/tinkergraph-gremlin/src/test/java/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraphPlayTest.java +++ b/tinkergraph-gremlin/src/test/java/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraphPlayTest.java @@ -280,7 +280,7 @@ public class TinkerGraphPlayTest { @Ignore public void testPaths() throws Exception { TinkerGraph graph = TinkerGraph.open(); - graph.io(GraphMLIo.build()).readGraph("/Users/twilmes/work/repos/scratch/incubator-tinkerpop/gremlin-test/src/main/resources/org/apache/tinkerpop/gremlin/structure/io/graphml/grateful-dead.xml"); + graph.io(GraphMLIo.build()).readGraph("/Users/twilmes/work/repos/scratch/tinkerpop/gremlin-test/src/main/resources/org/apache/tinkerpop/gremlin/structure/io/graphml/grateful-dead.xml"); // graph = TinkerFactory.createModern(); GraphTraversalSource g = graph.traversal().withComputer(Computer.compute().workers(1));