You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jo...@apache.org on 2015/01/19 05:14:13 UTC

svn commit: r1652900 - /incubator/nifi/site/trunk/content/development/release-guide.md

Author: joewitt
Date: Mon Jan 19 04:14:12 2015
New Revision: 1652900

URL: http://svn.apache.org/r1652900
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=1652900&r1=1652899&r2=1652900&view=diff
==============================================================================
--- incubator/nifi/site/trunk/content/development/release-guide.md (original)
+++ incubator/nifi/site/trunk/content/development/release-guide.md Mon Jan 19 04:14:12 2015
@@ -82,10 +82,11 @@ Create the next version in JIRA if neces
 Create new branch off develop named after the JIRA ticket or just use the develop branch itself
 
 Ensure your maven settings have been updated.
-  - Verify that Maven has sufficient heap space to perform the build tasks.  Some of them consume a surprising large amount of space.
+
+Verify that Maven has sufficient heap space to perform the build tasks.  Some of them consume a surprising large amount of space.
     These settings have been shown to work `MAVEN_OPTS="-Xms1024m -Xmx3076m -XX:MaxPermSize=256m"`
 
-  - Ensure your settings.xml has been updated as shown below.  There are other ways to ensure your key is available for signing as well
+Ensure your settings.xml has been updated as shown below.  There are other ways to ensure your key is available for signing as well