You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by bu...@apache.org on 2012/12/13 22:41:23 UTC

svn commit: r842209 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/contributors/release-process.html

Author: buildbot
Date: Thu Dec 13 21:41:21 2012
New Revision: 842209

Log:
Staging update by buildbot for isis

Modified:
    websites/staging/isis/trunk/cgi-bin/   (props changed)
    websites/staging/isis/trunk/content/   (props changed)
    websites/staging/isis/trunk/content/contributors/release-process.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Dec 13 21:41:21 2012
@@ -1 +1 @@
-1421552
+1421556

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Dec 13 21:41:21 2012
@@ -1 +1 @@
-1421552
+1421556

Modified: websites/staging/isis/trunk/content/contributors/release-process.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/release-process.html (original)
+++ websites/staging/isis/trunk/content/contributors/release-process.html Thu Dec 13 21:41:21 2012
@@ -578,13 +578,13 @@ Then commit the `site.xml` file.
 If you are working on Windows and using mSysGit, this is where you'll need to switch over to using <code>cmd.exe</code>
 </div></p>
 
+<p>Run the dry-run as follows:</p>
+
 <pre>
 mvn release:prepare -P apache-release -D dryRun=true
 </pre>
 
-<p><div class="note">
-Some modules might have additional profiles to be activated.  For example, the sql OS requires <code>-P apache-release,integration-tests</code> so that its integration tests are also run.
-</div></p>
+<p>Some modules might have additional profiles to be activated.  For example, the sql OS requires <code>-P apache-release,integration-tests</code> so that its integration tests are also run.</p>
 
 <p>This should generate something like:</p>