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/01 15:54:44 UTC

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

Author: ilgrosso
Date: Fri Jun  1 13:54:42 2012
New Revision: 1345177

URL: http://svn.apache.org/viewvc?rev=1345177&view=rev
Log:
Adding menu links for release process and downloads page

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

Modified: incubator/syncope/trunk/parent/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/parent/src/site/site.xml?rev=1345177&r1=1345176&r2=1345177&view=diff
==============================================================================
--- incubator/syncope/trunk/parent/src/site/site.xml (original)
+++ incubator/syncope/trunk/parent/src/site/site.xml Fri Jun  1 13:54:42 2012
@@ -56,7 +56,7 @@ under the License.
     <menu name="Overview">
       <item name="Features" href="features.html"/>
       <item name="Architecture" href="architecture.html"/>
-<!--      <item name="Downloads" href="downloads.html"/>-->
+      <item name="Downloads" href="downloads.html"/>
       <item name="Javadoc" href="apidocs/index.html"/>
       <item name="License" href="license.html"/>
     </menu>
@@ -72,7 +72,7 @@ under the License.
       <item name="Source Repository" href="source-repository.html"/>
       <item name="Continuous Integration" href="integration.html"/>
       <item name="Issue Tracking" href="issue-tracking.html"/>
-<!--      <item name="Release Process" href="release-process.html"/>-->
+      <item name="Release Process" href="release-process.html"/>
     </menu>
 
     <menu name="ASF">

Modified: incubator/syncope/trunk/parent/src/site/xdoc/downloads.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/parent/src/site/xdoc/downloads.xml?rev=1345177&r1=1345176&r2=1345177&view=diff
==============================================================================
--- incubator/syncope/trunk/parent/src/site/xdoc/downloads.xml (original)
+++ incubator/syncope/trunk/parent/src/site/xdoc/downloads.xml Fri Jun  1 13:54:42 2012
@@ -41,13 +41,17 @@ under the License.
       </p>
       <p>Use the links below to download a source distribution of Apache Syncope.
       It is good practice to <a href="#Verifying_Releases">verify the integrity</a> of the distribution files.</p>
-      <p><strong>Note</strong> that the preferred way to create an Apache Syncope project is to 
+      <div style="border: 1px solid black; border-radius: 15px;padding:5px;background-color:#F5F5F5;text-align:center;margin-top:5px;margin-bottom:10px;">
+        <strong>Note</strong> that the preferred way to create an Apache Syncope project is to 
       <a href="https://cwiki.apache.org/confluence/display/SYNCOPE/Create+a+new+Syncope+project">generate a Maven 
-      project</a> starting from published archetype.</p>
+      project</a> starting from published archetype.
+      </div>
     </section>
 
-    <section name="Current Release">
-      <subsection name="Apache Syncope 1.0.0-RC1-incubating - Released May 10th, 2012">
+    <section name="Current Releases">
+      <subsection name="1.0.0-RC1-incubating Espressivo">
+        <p>Release date: June 1st, 2012</p>
+        <p><a href="https://cwiki.apache.org/confluence/display/SYNCOPE/Espressivo">Release notes</a></p>
         <table>
           <thead>
             <tr>
@@ -81,8 +85,8 @@ under the License.
       </subsection>
     </section>
 
-    <section name="Older Releases">
-    </section>
+<!--    <section name="Older Releases">
+    </section>-->
 
     <section name="Verifying Releases">
       <p>We strongly recommend you verify the integrity of the downloaded files with both PGP and MD5.</p>

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=1345177&r1=1345176&r2=1345177&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  1 13:54:42 2012
@@ -480,6 +480,11 @@ https://repository.apache.org/content/re
 </source>
           </li>
           <li>
+            Add appropriate release notes to
+            <a href="https://cwiki.apache.org/confluence/display/SYNCOPE/Releases">Releases</a>
+            wiki page based on the HTML release reports from JIRA
+          </li>
+          <li>
             Update the <a href="downloads.html">downloads</a> site page to point to the new release artifacts with base 
             URL
             <source>http://www.apache.org/dyn/closer.cgi/incubator/syncope/&lt;version&gt;/</source>
@@ -497,7 +502,7 @@ https://repository.apache.org/content/re
       </subsection>
       
       <subsection name="Announce the release">
-        Make an announcement about the release on the
+        After the mirrors have had time to update (24 hours to be on the safe side), make an announcement about the release on the
         <a href="mailto:syncope-user@incubator.apache.org">syncope-user</a>,
         <a href="mailto:syncope-dev@incubator.apache.org">syncope-dev</a>, and
         <a href="mailto:announce@apache.org">announce@apache.org</a> lists as per