You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by dk...@apache.org on 2015/06/05 20:46:51 UTC

[21/26] incubator-tinkerpop git commit: fixed a README bug.

fixed a README bug.


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

Branch: refs/heads/preprocessor
Commit: a0b5de71a92f3299223493ef22aadddd4f4c05bd
Parents: ba65ccc
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Fri Jun 5 09:29:49 2015 -0600
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Fri Jun 5 09:29:49 2015 -0600

----------------------------------------------------------------------
 README.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/a0b5de71/README.asciidoc
----------------------------------------------------------------------
diff --git a/README.asciidoc b/README.asciidoc
index ec57dd2..3bd1af6 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -127,7 +127,7 @@ Release Process
 . Review and close the staging repository (Apache Nexus at link:https://repository.apache.org/[https://repository.apache.org/])
 . `svn co --depth empty https://dist.apache.org/repos/dist/dev/incubator/tinkerpop dev; svn up dev/x.y.z`
 . `svn co --depth empty https://dist.apache.org/repos/dist/release/incubator/tinkerpop release; mkdir release/x.y.z`
-. `cp dev/3.0.0.9-incubating/* release/x.y.z/.` (rename to `-bin` and `-src`)
+. `cp dev/x.y.z/* release/x.y.z/.` (rename to `-bin` and `-src`)
 . `cd release; svn add x.y.z/; svn ci -m "TinkerPop x.y.z release."`
 . Update homepage with references to latest distribution and to other internal links elsewhere on the page.
 . Wait for Apache Central to sync the jars and src (link:http://repo1.maven.org/maven2/org/apache/tinkerpop/tinkerpop/[http://repo1.maven.org/maven2/org/apache/tinkerpop/tinkerpop/]).