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/06/08 15:34:27 UTC

svn commit: r1348066 - /incubator/syncope/trunk/parent/src/site/xdoc/release-process.xml

Author: ilgrosso
Date: Fri Jun  8 13:34:27 2012
New Revision: 1348066

URL: http://svn.apache.org/viewvc?rev=1348066&view=rev
Log:
[SYNCOPE-92] Release process page updated with instructions for archetype

Modified:
    incubator/syncope/trunk/parent/src/site/xdoc/release-process.xml

Modified: incubator/syncope/trunk/parent/src/site/xdoc/release-process.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/parent/src/site/xdoc/release-process.xml?rev=1348066&r1=1348065&r2=1348066&view=diff
==============================================================================
--- incubator/syncope/trunk/parent/src/site/xdoc/release-process.xml (original)
+++ incubator/syncope/trunk/parent/src/site/xdoc/release-process.xml Fri Jun  8 13:34:27 2012
@@ -115,19 +115,16 @@ under the License.
             <b>Closed</b> state.
           </li>
           <li>
-            Update the text files in a working copy of the project root:
-            <ol>
-              <li>Update the 
-                <tt>CHANGES</tt> based on the Text release reports from JIRA.
-              </li>
-              <li>Review and update 
-                <tt>README</tt> if needed.
-              </li>
-              <li>
-                Commit any changes back to svn:
-                <source>svn commit -m "updating files for release"</source>
-              </li>
-            </ol>
+            Update the <tt>CHANGES</tt> file in a working copy of the project root based on the Text release reports
+            from JIRA.
+          </li>
+          <li>
+            Update parent POM version in <tt>archetype/src/main/resources/archetype-resources/pom.xml</tt>
+            to the ongoing release number.
+          </li>
+          <li>
+            Commit any changes back to svn:
+            <source>svn commit -m "updating files for release"</source>
           </li>
           <li>
             Perform a full build and deploy the SNAPSHOT artifacts: