Repository: nifi-site Updated Branches: refs/heads/master 9ec869d33 -> 2c546abfc
- Minor tweaks to the mvn release plugin commands. Project: http://git-wip-us.apache.org/repos/asf/nifi-site/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-site/commit/2c546abf Tree: http://git-wip-us.apache.org/repos/asf/nifi-site/tree/2c546abf Diff: http://git-wip-us.apache.org/repos/asf/nifi-site/diff/2c546abf Branch: refs/heads/master Commit: 2c546abfc132e8ae7f20acc7214af3d1a71500bb Parents: 9ec869d Author: Matt Gilman <[email protected]> Authored: Fri Jun 9 13:30:21 2017 -0400 Committer: Matt Gilman <[email protected]> Committed: Fri Jun 9 13:30:21 2017 -0400 ---------------------------------------------------------------------- src/pages/markdown/release-guide.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi-site/blob/2c546abf/src/pages/markdown/release-guide.md ---------------------------------------------------------------------- diff --git a/src/pages/markdown/release-guide.md b/src/pages/markdown/release-guide.md index b86609e..93c8419 100644 --- a/src/pages/markdown/release-guide.md +++ b/src/pages/markdown/release-guide.md @@ -209,7 +209,7 @@ problems that must be addressed before proceeding. ``` $ mvn --batch-mode release:prepare \ -Psigned_release \ - -DscmCommentPrefix="NIFI-${JIRA_TICKET}-RC${RC}" \ + -DscmCommentPrefix="NIFI-${JIRA_TICKET}-RC${RC} " \ -Dtag="nifi-${NIFI_VERSION}-RC${RC}" \ -DreleaseVersion="${NIFI_VERSION}" \ -DdevelopmentVersion="${NEXT_VERSION}" \ @@ -220,9 +220,9 @@ it may be necessary to run `$ mvn release:clean` to get the project to a state w 1. If the preparation without problems, it is time to perform the release and deploy artifacts to staging. ``` - $ mvn release:perform + $ mvn release:perform \ -Psigned_release \ - -DscmCommentPrefix="${JIRA_TICKET}-RC${RC}" \ + -DscmCommentPrefix="${JIRA_TICKET}-RC${RC} " \ -Darguments="-DskipTests" ``` When this completes the artifacts have been released to the Apache Nexus staging repository, a local release branch
