Author: buildbot
Date: Mon Jan 19 04:18:39 2015
New Revision: 936723
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 04:18:39 2015
@@ -1 +1 @@
-1652901
+1652903
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 04:18:39 2015
@@ -170,7 +170,8 @@ consumes a surprisingly large amount of
work <code>MAVEN_OPTS="-Xms1024m -Xmx3076m -XX:MaxPermSize=256m"</code></p>
<p>Ensure your settings.xml has been updated as shown below. There are other
ways to ensure your key is available for signing as well</p>
<blockquote>
-<div class="codehilite"><pre> <span class="nt"><profile></span>
+<div class="codehilite"><pre> ...
+ <span class="nt"><profile></span>
<span class="nt"><id></span>signed_release<span
class="nt"></id></span>
<span class="nt"><properties></span>
<span class="nt"><mavenExecutorId></span>forked-path<span
class="nt"></mavenExecutorId></span>
@@ -178,9 +179,18 @@ work <code>MAVEN_OPTS="-Xms1024m -Xmx307
<span class="nt"><gpg.passphrase></span>YOUR GPG PASSPHRASE
HERE<span class="nt"></gpg.passphrase></span>
<span class="nt"></properties></span>
<span class="nt"></profile></span>
+ ...
</pre></div>
+<p><servers>
+ <server>
+ <id>repository.apache.org</id>
+ <username>joewitt</username>
+ <password>{bPMKDb57vQEHvkLQBqJSqFh6tkjRaB38XA0HEEMWT38=}</password>
+ </server>
+ </servers>
+ ...</p>
</blockquote>
</div>
</div>