Author: joewitt
Date: Mon Jan 19 05:16:30 2015
New Revision: 1652907
URL: http://svn.apache.org/r1652907
Log:
review
Modified:
incubator/nifi/site/trunk/content/development/release-guide.md
Modified: incubator/nifi/site/trunk/content/development/release-guide.md
URL:
http://svn.apache.org/viewvc/incubator/nifi/site/trunk/content/development/release-guide.md?rev=1652907&r1=1652906&r2=1652907&view=diff
==============================================================================
--- incubator/nifi/site/trunk/content/development/release-guide.md (original)
+++ incubator/nifi/site/trunk/content/development/release-guide.md Mon Jan 19
05:16:30 2015
@@ -120,20 +120,30 @@ This command `mvn install -Pcheck-licens
Now its time to have maven prepare the release so execute `mvn release:prepare
-Psigned_release -DscmCommentPrefix="NIFI-123 " -Darguments="-DskipTests"`.
Maven will ask:
+
`What is the release version for "Apache NiFi NAR Plugin"?
(org.apache.nifi:nar-maven-plugin) 0.0.1-incubating: :`
+
Just hit enter to accept the default.
+
Maven will then ask:
+
`What is SCM release tag or label for "Apache NiFi NAR Plugin"?
(org.apache.nifi:nar-maven-plugin) nar-maven-plugin-0.0.1-incubating: : `
+
Enter `nar-maven-plugin-0.0.1-incubating-RC1` or whatever the appropriate
release candidate (RC) number is.
Maven will then ask:
+
`What is the new development version for "Apache NiFi NAR Plugin"?
(org.apache.nifi:nar-maven-plugin) 0.0.2-incubating-SNAPSHOT: :`
+
Just hit enter to accept the default.
Now that preparation went perfectly it is time to perform the release and
deploy artifacts to staging. To do that execute
+
`mvn release:perform -Psigned_release -DscmCommentPrefix="NIFI-123 "
-Darguments="-DskipTests"`
That will complete successfully and this means the artifacts have been
released to the Apache Nexus staging repository. You will see something like
+
` [INFO] * Closing staging repository with ID "orgapachenifi-1010".`
+
So if you go in a browser to
`https://repository.apache.org/#stagingRepositories` you should see
`orgapachenifi-1010`. If you click on that you
can inspect the various staged artifacts.