Author: buildbot
Date: Tue May  5 04:26:05 2015
New Revision: 950127

Log:
Staging update by buildbot for nifi

Modified:
    websites/staging/nifi/trunk/content/   (props changed)
    websites/staging/nifi/trunk/content/development/release-guide.html

Propchange: websites/staging/nifi/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue May  5 04:26:05 2015
@@ -1 +1 @@
-1676591
+1677740

Modified: websites/staging/nifi/trunk/content/development/release-guide.html
==============================================================================
--- websites/staging/nifi/trunk/content/development/release-guide.html 
(original)
+++ websites/staging/nifi/trunk/content/development/release-guide.html Tue May  
5 04:26:05 2015
@@ -176,7 +176,7 @@ when evaluating a release for a vote.</p
 </ul>
 </li>
 <li>Do all sources have necessary headers?<ul>
-<li>Unzip the sources file into a directory and execute <code>mvn install 
-Pcheck-licenses</code></li>
+<li>Unzip the sources file into a directory and execute <code>mvn install 
-Pcontrib-check</code></li>
 </ul>
 </li>
 <li>Are there no unexpected binary files in the release?<ul>
@@ -243,7 +243,7 @@ startup and test the application by <cod
 The application should be up and running in a few seconds at 
<code>http://localhost:8080/nifi</code></p>
 <p>Evaluate and ensure the appropriate license headers are present on all 
source files.  Ensure LICENSE and NOTICE files are complete and accurate.<br />
 Developers should always be keeping these up to date as they go along adding 
source and modifying dependencies to keep this burden manageable.<br />
-This command <code>mvn install -Pcheck-licenses</code> should be run as well 
to help validate.  If that doesn't complete cleanly it must be addressed.</p>
+This command <code>mvn install -Pcontrib-check</code> should be run as well to 
help validate.  If that doesn't complete cleanly it must be addressed.</p>
 <p>Now its time to have maven prepare the release so execute <code>mvn 
release:prepare -Psigned_release -DscmCommentPrefix="NIFI-270-RC1 " 
-Darguments="-DskipTests"</code>.
 Maven will ask:</p>
 <p><code>What is the release version for "Apache NiFi"? (org.apache.nifi:nifi) 
0.0.1-incubating: :</code></p>


Reply via email to