Author: buildbot
Date: Mon Jan 19 05:16:34 2015
New Revision: 936729

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 05:16:34 2015
@@ -1 +1 @@
-1652906
+1652907

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 05:16:34 2015
@@ -202,20 +202,20 @@ The application should be up and running
 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>
 <p>Now its time to have maven prepare the release so execute <code>mvn 
release:prepare -Psigned_release -DscmCommentPrefix="NIFI-123 " 
-Darguments="-DskipTests"</code>.
-Maven will ask:
-<code>What is the release version for "Apache NiFi NAR Plugin"? 
(org.apache.nifi:nar-maven-plugin) 0.0.1-incubating: :</code>
-Just hit enter to accept the default.
-Maven will then ask:
-<code>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: :</code>
-Enter <code>nar-maven-plugin-0.0.1-incubating-RC1</code> or whatever the 
appropriate release candidate (RC) number is.
-Maven will then ask:
-<code>What is the new development version for "Apache NiFi NAR Plugin"? 
(org.apache.nifi:nar-maven-plugin) 0.0.2-incubating-SNAPSHOT: :</code>
-Just hit enter to accept the default.</p>
-<p>Now that preparation went perfectly it is time to perform the release and 
deploy artifacts to staging.  To do that execute
-<code>mvn release:perform -Psigned_release -DscmCommentPrefix="NIFI-123 " 
-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
-<code>[INFO]  * Closing staging repository with ID "orgapachenifi-1010".</code>
-So if you go in a browser to 
<code>https://repository.apache.org/#stagingRepositories</code> you should see 
<code>orgapachenifi-1010</code>.  If you click on that you
+Maven will ask:</p>
+<p><code>What is the release version for "Apache NiFi NAR Plugin"? 
(org.apache.nifi:nar-maven-plugin) 0.0.1-incubating: :</code></p>
+<p>Just hit enter to accept the default.</p>
+<p>Maven will then ask:</p>
+<p><code>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: 
:</code></p>
+<p>Enter <code>nar-maven-plugin-0.0.1-incubating-RC1</code> or whatever the 
appropriate release candidate (RC) number is.
+Maven will then ask:</p>
+<p><code>What is the new development version for "Apache NiFi NAR Plugin"? 
(org.apache.nifi:nar-maven-plugin) 0.0.2-incubating-SNAPSHOT: :</code></p>
+<p>Just hit enter to accept the default.</p>
+<p>Now that preparation went perfectly it is time to perform the release and 
deploy artifacts to staging.  To do that execute</p>
+<p><code>mvn release:perform -Psigned_release -DscmCommentPrefix="NIFI-123 " 
-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-1010".</code></p>
+<p>So if you go in a browser to 
<code>https://repository.apache.org/#stagingRepositories</code> you should see 
<code>orgapachenifi-1010</code>.  If you click on that you
 can inspect the various staged artifacts.</p>
         </div>
       </div>


Reply via email to