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

svn commit: r936783 - in /websites/staging/nifi/trunk/content: ./ development/release-guide.html

Author: buildbot
Date: Mon Jan 19 14:49:27 2015
New Revision: 936783

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 Mon Jan 19 14:49:27 2015
@@ -1 +1 @@
-1653017
+1653020

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 Mon Jan 19 14:49:27 2015
@@ -216,7 +216,7 @@ Maven will then ask:</p>
 <p><code>mvn release:perform -Psigned_release -DscmCommentPrefix="NIFI-270 " -Darguments="-DskipTests"</code></p>
 <p>That will complete successfully and this means the artifacts have been released to the Apache Nexus staging repository.  You will see something like</p>
 <p><code>[INFO]  * Closing staging repository with ID "orgapachenifi-1011".</code></p>
-<p>So if you browse to <code>https://repository.apache.org/#stagingRepositories</code> login with your Apache committer credentials and you should see <code>orgapachenifi-1010</code>.  If you click on that you can inspect the various staged artifacts.</p>
+<p>So if you browse to <code>https://repository.apache.org/#stagingRepositories</code> login with your Apache committer credentials and you should see <code>orgapachenifi-1011</code>.  If you click on that you can inspect the various staged artifacts.</p>
 <p>Validate that all the various aspects of the staged artifacts appear correct</p>
 <ul>
 <li>Download the sources.  Do they compile cleanly?  If the result is a build does it execute?</li>