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:52 UTC

[22/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/b37e8ee7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/b37e8ee7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/b37e8ee7

Branch: refs/heads/preprocessor
Commit: b37e8ee715de5b522f4ad8e94221a107aa564821
Parents: a0b5de7
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Fri Jun 5 09:30:32 2015 -0600
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Fri Jun 5 09:30:32 2015 -0600

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


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/b37e8ee7/README.asciidoc
----------------------------------------------------------------------
diff --git a/README.asciidoc b/README.asciidoc
index 3bd1af6..48876a7 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -128,7 +128,7 @@ Release Process
 . `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/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."`
+. `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/]).
 . Announce release on `dev@`/`gremlin-users@` mailing lists and tweet from `@apachetinkerpop`.