Changed publish-docs.sh t opoint at the tlp svn - no more incubator.

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

Branch: refs/heads/TINKERPOP-1360
Commit: cc05d4c1d2efaf8cbbeaab1c5c9f37e37e22f05c
Parents: 6bac504
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Sat Jul 16 06:42:25 2016 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Sat Jul 16 06:42:25 2016 -0400

----------------------------------------------------------------------
 bin/publish-docs.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/cc05d4c1/bin/publish-docs.sh
----------------------------------------------------------------------
diff --git a/bin/publish-docs.sh b/bin/publish-docs.sh
index 99c48b9..23e2d4d 100755
--- a/bin/publish-docs.sh
+++ b/bin/publish-docs.sh
@@ -36,7 +36,7 @@ bin/process-docs.sh || exit 1
 mvn process-resources -Djavadoc
 
 mkdir -p target/svn
-${SVN_CMD} co --depth immediates 
https://svn.apache.org/repos/asf/incubator/tinkerpop/site/ target/svn
+${SVN_CMD} co --depth immediates 
https://svn.apache.org/repos/asf/tinkerpop/site target/svn
 
 pushd target/svn
 ${SVN_CMD} update --depth empty "docs/${VERSION}"

Reply via email to