Repository: calcite Updated Branches: refs/heads/master 10e8c79c6 -> 6c633cf3d
[CALCITE-1248] Prevent an additional run of the tests Project: http://git-wip-us.apache.org/repos/asf/calcite/repo Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/6c633cf3 Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/6c633cf3 Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/6c633cf3 Branch: refs/heads/master Commit: 6c633cf3db0ace763348e63ca123fbf14893c6de Parents: 10e8c79 Author: Josh Elser <[email protected]> Authored: Fri May 20 16:12:38 2016 -0400 Committer: Josh Elser <[email protected]> Committed: Fri May 20 16:12:38 2016 -0400 ---------------------------------------------------------------------- avatica/site/_docs/howto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/calcite/blob/6c633cf3/avatica/site/_docs/howto.md ---------------------------------------------------------------------- diff --git a/avatica/site/_docs/howto.md b/avatica/site/_docs/howto.md index 2a8c9fb..fbc7b59 100644 --- a/avatica/site/_docs/howto.md +++ b/avatica/site/_docs/howto.md @@ -286,7 +286,7 @@ If successful, remove the `-DdryRun` flag and run the release for real. mvn -DreleaseVersion=X.Y.Z -DdevelopmentVersion=X.Y.Z+1-SNAPSHOT -Dtag=calcite-avatica-X.Y.Z-rc0 -Papache-release -Duser.name=${asf.username} release:prepare # Perform checks out the tagged version, builds, and deploys to the staging repository -mvn -Papache-release release:perform +mvn -Papache-release -Duser.name=${asf.username} release:perform -Darguments="-DskipTests" {% endhighlight %} Verify the staged artifacts in the Nexus repository:
