You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2015/04/07 13:25:06 UTC

[24/50] [abbrv] incubator-tinkerpop git commit: Update release process a bit given new methods for checksum generation.

Update release process a bit given new methods for checksum generation.


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

Branch: refs/heads/variables
Commit: 51fd74338dcb6f0adce2479ebd43599110f617b6
Parents: 50d30c6
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Apr 6 09:55:22 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Apr 6 09:55:22 2015 -0400

----------------------------------------------------------------------
 README.asciidoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/51fd7433/README.asciidoc
----------------------------------------------------------------------
diff --git a/README.asciidoc b/README.asciidoc
index d272127..2f51c52 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -82,11 +82,11 @@ Release Process
 . `git diff` and review the updated files (expect all `pom.xml` files and this README)
 . `git commit -a -m "TinkerPop x.y.z release"` and `git push`
 . `git tag -a -m "TinkerPop x.y.z release" x.y.z` and `git push --tags`
-. `bin/publish-docs.sh <username>`
-. `mvn install -Dasciidoc -Djavadoc -Dmaven.test.skip=true` - generate distributions for the release version with documentation included
-. `mvn install -Dgpg.skip=false -DcreateChecksum=true`- generate checksums for upload to Apache Incubator release voting
+. `mvn clean install -Papache-release -Pchecksum`- generate signed source distribution with checksums for upload to Apache release voting
 . `find . -name "*maven*" |xargs rm; scp -r . <username>@people.apache.org:~/public_html/tinkerpop-<version>/`
 . Submit for `[VOTE]` at `general@incubator.apache.org`.
+. `bin/publish-docs.sh <username>`
+. `mvn install -Dasciidoc -Djavadoc -Dmaven.test.skip=true` - generate distributions for the release version with documentation included
 
 Issue Tracker Conventions
 ~~~~~~~~~~~~~~~~~~~~~~~~~