You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2012/05/02 12:52:08 UTC

svn commit: r1332989 - /incubator/syncope/site/release-process.html

Author: ilgrosso
Date: Wed May  2 10:52:08 2012
New Revision: 1332989

URL: http://svn.apache.org/viewvc?rev=1332989&view=rev
Log:
Publishing update release process

Modified:
    incubator/syncope/site/release-process.html

Modified: incubator/syncope/site/release-process.html
URL: http://svn.apache.org/viewvc/incubator/syncope/site/release-process.html?rev=1332989&r1=1332988&r2=1332989&view=diff
==============================================================================
--- incubator/syncope/site/release-process.html (original)
+++ incubator/syncope/site/release-process.html Wed May  2 10:52:08 2012
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
- | Generated by Apache Maven Doxia at Apr 30, 2012
+ | Generated by Apache Maven Doxia at May 2, 2012
  | Rendered using Apache Maven Fluido Skin 1.2.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -18,7 +18,7 @@
 
     
       <meta name="author" content="Apache Syncope Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20120430" />
+    <meta name="Date-Revision-yyyymmdd" content="20120502" />
     <meta http-equiv="Content-Language" content="en" />
     
         </head>
@@ -53,7 +53,7 @@
       
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2012-04-30</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2012-05-02</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 1.0.0-incubating-SNAPSHOT</li>
             
                                   <li class="divider pull-right">|</li>
@@ -289,7 +289,7 @@ under the License. -->
             causing problems with the release. It also provides a future maintenance branch (like 1.0.x.)
             <br />
             A branch can be made by running:
-            <div class="source"><pre class="prettyprint">mvn release:branch -DbranchName=1.0.x</pre></div>
+            <div class="source"><pre class="prettyprint">mvn -P apache-release release:branch -DbranchName=1.0.x</pre></div>
           </li>
           <li>
             Checkout a clean copy of the trunk/branch to release using command line svn:
@@ -303,7 +303,7 @@ under the License. -->
           <li>
             Do a dry run of the 
             <tt>release:prepare</tt> step.
-            <div class="source"><pre class="prettyprint">mvn release:prepare -DdryRun=true</pre></div>
+            <div class="source"><pre class="prettyprint">mvn -P apache-release release:prepare -DdryRun=true</pre></div>
 
             The dry run will not commit any changes back to SVN and gives you the opportunity to verify that the 
             release process will complete as expected.
@@ -352,7 +352,7 @@ gpg: Signature made ...</pre></div>
               </li>
               <li>
                 Once any failures or required updates have been committed to svn, rollback the release prepare files:
-                <div class="source"><pre class="prettyprint">mvn release:rollback</pre></div>
+                <div class="source"><pre class="prettyprint">mvn -P apache-release release:rollback</pre></div>
               </li>
             </ol>
           </li>
@@ -360,7 +360,7 @@ gpg: Signature made ...</pre></div>
             Run the 
             <tt>release:prepare</tt> step for real this time. You'll be prompted for the same version information and 
             optionally your GPG passphrase again.
-            <div class="source"><pre class="prettyprint">mvn release:prepare</pre></div>
+            <div class="source"><pre class="prettyprint">mvn -P apache-release release:prepare</pre></div>
           </li>
           <li>
             Backup (zip or tar) your local release candidate directory in case you need to rollback the release after 
@@ -374,7 +374,7 @@ cd 1.0-rc1</pre></div>
       
       <div class="section"><h3>Perform the release<a name="Perform_the_release"></a></h3>
         This step will create a maven staging repository
-        <div class="source"><pre class="prettyprint">mvn release:perform</pre></div>
+        <div class="source"><pre class="prettyprint">mvn -P apache-release release:perform</pre></div>
         
         <ol style="list-style-type: decimal">
           <li>Verify the staged artifacts in the Nexus repository:
@@ -563,7 +563,7 @@ Some of the things to check before votin
           <ol style="list-style-type: decimal">
             <li>
               Restore the 0.1-rc1.tar.gz and run
-              <div class="source"><pre class="prettyprint">mvn release:rollback</pre></div> 
+              <div class="source"><pre class="prettyprint">mvn -P apache-release release:rollback</pre></div> 
               <i>or</i>:
               manually revert the versions in trunk to the prior version and commit
             </li>