Author: lukaszlenart
Date: Thu Apr 11 18:46:52 2013
New Revision: 1467038

URL: http://svn.apache.org/r1467038
Log:
WW-4022 Updates site to match the latest release version

Modified:
    struts/site/trunk/content/resources/archetype-catalog.xml
    struts/site/trunk/content/site.xml
    struts/site/trunk/content/xdoc/announce.xml
    struts/site/trunk/content/xdoc/download.xml
    struts/site/trunk/content/xdoc/downloads.xml
    struts/site/trunk/content/xdoc/index.xml

Modified: struts/site/trunk/content/resources/archetype-catalog.xml
URL: 
http://svn.apache.org/viewvc/struts/site/trunk/content/resources/archetype-catalog.xml?rev=1467038&r1=1467037&r2=1467038&view=diff
==============================================================================
--- struts/site/trunk/content/resources/archetype-catalog.xml (original)
+++ struts/site/trunk/content/resources/archetype-catalog.xml Thu Apr 11 
18:46:52 2013
@@ -7,42 +7,42 @@
         <archetype>
             <groupId>org.apache.struts</groupId>
             <artifactId>struts2-archetype-blank</artifactId>
-            <version>2.3.12</version>
+            <version>2.3.14</version>
             
<repository>https://repository.apache.org/content/groups/public/</repository>
             <description>Struts 2 Archetypes - Blank</description>
         </archetype>
         <archetype>
             <groupId>org.apache.struts</groupId>
             <artifactId>struts2-archetype-convention</artifactId>
-            <version>2.3.12</version>
+            <version>2.3.14</version>
             
<repository>https://repository.apache.org/content/groups/public/</repository>
             <description>Struts 2 Archetypes - Blank Convention</description>
         </archetype>
         <archetype>
             <groupId>org.apache.struts</groupId>
             <artifactId>struts2-archetype-dbportlet</artifactId>
-            <version>2.3.12</version>
+            <version>2.3.14</version>
             
<repository>https://repository.apache.org/content/groups/public/</repository>
             <description>Struts 2 Archetypes - Database Portlet</description>
         </archetype>
         <archetype>
             <groupId>org.apache.struts</groupId>
             <artifactId>struts2-archetype-plugin</artifactId>
-            <version>2.3.12</version>
+            <version>2.3.14</version>
             
<repository>https://repository.apache.org/content/groups/public/</repository>
             <description>Struts 2 Archetypes - Plugin</description>
         </archetype>
         <archetype>
             <groupId>org.apache.struts</groupId>
             <artifactId>struts2-archetype-portlet</artifactId>
-            <version>2.3.12</version>
+            <version>2.3.14</version>
             
<repository>https://repository.apache.org/content/groups/public/</repository>
             <description>Struts 2 Archetypes - Portlet</description>
         </archetype>
         <archetype>
             <groupId>org.apache.struts</groupId>
             <artifactId>struts2-archetype-starter</artifactId>
-            <version>2.3.12</version>
+            <version>2.3.14∑∑∑</version>
             
<repository>https://repository.apache.org/content/groups/public/</repository>
             <description>Struts 2 Archetypes - Starter</description>
         </archetype>

Modified: struts/site/trunk/content/site.xml
URL: 
http://svn.apache.org/viewvc/struts/site/trunk/content/site.xml?rev=1467038&r1=1467037&r2=1467038&view=diff
==============================================================================
--- struts/site/trunk/content/site.xml (original)
+++ struts/site/trunk/content/site.xml Thu Apr 11 18:46:52 2013
@@ -84,7 +84,7 @@
                     name="Key Technologies"
                     href="primer.html" />
             <item
-                    name="Struts 2.3.12 (GA)"
+                    name="Struts 2.3.14 (GA)"
                     href="http://struts.apache.org/release/2.3.x/index.html"; />
             <item
                     name="Struts 1.3.10 (GA) - EOL"

Modified: struts/site/trunk/content/xdoc/announce.xml
URL: 
http://svn.apache.org/viewvc/struts/site/trunk/content/xdoc/announce.xml?rev=1467038&r1=1467037&r2=1467038&view=diff
==============================================================================
--- struts/site/trunk/content/xdoc/announce.xml (original)
+++ struts/site/trunk/content/xdoc/announce.xml Thu Apr 11 18:46:52 2013
@@ -30,6 +30,48 @@ limitations under the License.
                 <a href="announce-2012.html">Announcements - 2012</a>
             </p>
 
+            <h4 id="a20130411">11 April 2013 - Struts 2.3.14 General 
Availability Release</h4>
+            <p>
+                The Apache Struts group is pleased to announce that Struts 
2.3.14 is
+                available as a "General Availability" release. The GA 
designation is our
+                highest quality grade.
+            </p>
+            <p>
+                Apache Struts 2 is an elegant, extensible framework for 
creating
+                enterprise-ready Java web applications. The framework is 
designed to
+                streamline the full development cycle, from building, to 
deploying, to
+                maintaining applications over time.
+            </p>
+            <p>
+                It's a mostly maintenance release but few important 
improvements were added as well:
+                <ul>
+                    <li>All the annotations related to validators were updated 
to match the implementing classes</li>
+                    <li>The JUnit plugin supports now the Convention plugin 
configuration (check StrutsJUnit4ConventionTestCaseTest)</li>
+                    <li>Logging support was improved and extended to allow use 
user custom implementation of LoggingFactory</li>
+                </ul>
+                Please check the Version Notes to see more details.
+            </p>
+            <p>
+                All developers are recommended to update existing Struts 2 
applications to Struts 2.3.14.
+            </p>
+            <p>
+                Struts 2.3.14 is available in a full distribution or as 
separate library, source, example and documentation distributions, from the
+                <a 
href="http://struts.apache.org/download.cgi#struts2314";>releases page</a>.
+                The release is also available through the central Maven 
repository under Group ID "org.apache.struts". The
+                <a 
href="http://struts.apache.org/development/2.x/docs/version-notes-2314.html";>release
 notes</a>
+                are available online.
+            </p>
+            <p>
+                The 2.3.x series of the Apache Struts framework has a minimum
+                requirement of the following specification versions: Servlet 
API 2.4,
+                JSP API 2.0, and Java 5.
+            </p>
+            <p>
+                Should any issues arise with your use of any version of the 
Struts
+                framework, please post your comments to the user list, and, if
+                appropriate, file a tracking ticket.
+            </p>
+
             <h4 id="a20130405">5 April 2013 - Apache Struts 1 End-Of-Life 
(EOL) Announcement</h4>
             <p>
                 The Apache Struts Project Team would like to inform you that 
the Struts 1.x web framework has

Modified: struts/site/trunk/content/xdoc/download.xml
URL: 
http://svn.apache.org/viewvc/struts/site/trunk/content/xdoc/download.xml?rev=1467038&r1=1467037&r2=1467038&view=diff
==============================================================================
--- struts/site/trunk/content/xdoc/download.xml (original)
+++ struts/site/trunk/content/xdoc/download.xml Thu Apr 11 18:46:52 2013
@@ -94,28 +94,28 @@ limitations under the License.
 
         <a name="struts-ga"/>
         <section name="Full Releases">
-            <a name="struts2312"/>
-            <subsection name="Struts 2.3.12">
+            <a name="struts2314"/>
+            <subsection name="Struts 2.3.14">
 
             <p>
-             <a href="http://struts.apache.org/2.3.12/";>Apache Struts 
2.3.12</a>
+             <a href="http://struts.apache.org/2.3.14/";>Apache Struts 
2.3.14</a>
              is an elegant, extensible framework for creating enterprise-ready 
Java
              web applications. It is available in a full distribution, or as 
separate
              library, source, example and documentation distributions.
-             Struts 2.3.12 is the "best available" version of Struts in the 
2.3 series.
+             Struts 2.3.14 is the "best available" version of Struts in the 
2.3 series.
             </p>
 
                 <ul>
                     <li>
-                      <a 
href="http://struts.apache.org/development/2.x/docs/version-notes-2312.html";>Version
 Notes</a>
+                      <a 
href="http://struts.apache.org/development/2.x/docs/version-notes-2314∑.html";>Version
 Notes</a>
                     </li>
 
                     <li>Full Distribution:
                         <ul>
                             <li>
-                                <a 
href="[preferred]/struts/binaries/struts-2.3.12-all.zip">struts-2.3.12-all.zip</a>
 (65MB)
-                                [<a 
href="http://www.apache.org/dist/struts/binaries/struts-2.3.12-all.zip.asc";>PGP</a>]
-                                [<a 
href="http://www.apache.org/dist/struts/binaries/struts-2.3.12-all.zip.md5";>MD5</a>]
+                                <a 
href="[preferred]/struts/binaries/struts-2.3.14-all.zip">struts-2.3.14-all.zip</a>
 (65MB)
+                                [<a 
href="http://www.apache.org/dist/struts/binaries/struts-2.3.14-all.zip.asc";>PGP</a>]
+                                [<a 
href="http://www.apache.org/dist/struts/binaries/struts-2.3.14-all.zip.md5";>MD5</a>]
                             </li>
                         </ul>
                     </li>
@@ -123,18 +123,18 @@ limitations under the License.
                     <li>Example Applications:
                         <ul>
                             <li>
-                                <a 
href="[preferred]/struts/examples/struts-2.3.12-apps.zip">struts-2.3.12-apps.zip</a>
 (35MB)
-                                [<a 
href="http://www.apache.org/dist/struts/examples/struts-2.3.12-apps.zip.asc";>PGP</a>]
-                                [<a 
href="http://www.apache.org/dist/struts/examples/struts-2.3.12-apps.zip.md5";>MD5</a>]
+                                <a 
href="[preferred]/struts/examples/struts-2.3.14-apps.zip">struts-2.3.14-apps.zip</a>
 (35MB)
+                                [<a 
href="http://www.apache.org/dist/struts/examples/struts-2.3.14-apps.zip.asc";>PGP</a>]
+                                [<a 
href="http://www.apache.org/dist/struts/examples/struts-2.3.14-apps.zip.md5";>MD5</a>]
                             </li>
                         </ul>
                     </li>
                     <li>Essential Dependencies Only:
                         <ul>
                             <li>
-                                <a 
href="[preferred]/struts/library/struts-2.3.12-lib.zip">struts-2.3.12-lib.zip</a>
 (19MB)
-                                [<a 
href="http://www.apache.org/dist/struts/library/struts-2.3.12-lib.zip.asc";>PGP</a>]
-                                [<a 
href="http://www.apache.org/dist/struts/library/struts-2.3.12-lib.zip.md5";>MD5</a>]
+                                <a 
href="[preferred]/struts/library/struts-2.3.14-lib.zip">struts-2.3.14-lib.zip</a>
 (19MB)
+                                [<a 
href="http://www.apache.org/dist/struts/library/struts-2.3.14-lib.zip.asc";>PGP</a>]
+                                [<a 
href="http://www.apache.org/dist/struts/library/struts-2.3.14-lib.zip.md5";>MD5</a>]
                             </li>
                         </ul>
                     </li>
@@ -142,18 +142,18 @@ limitations under the License.
                     <li>Documentation:
                         <ul>
                             <li>
-                                <a 
href="[preferred]/struts/documentation/struts-2.3.12-docs.zip">struts-2.3.12-docs.zip</a>
 (13MB)
-                                [<a 
href="http://www.apache.org/dist/struts/documentation/struts-2.3.12-docs.zip.asc";>PGP</a>]
-                                [<a 
href="http://www.apache.org/dist/struts/documentation/struts-2.3.12-docs.zip.md5";>MD5</a>]
+                                <a 
href="[preferred]/struts/documentation/struts-2.3.14-docs.zip">struts-2.3.14-docs.zip</a>
 (13MB)
+                                [<a 
href="http://www.apache.org/dist/struts/documentation/struts-2.3.14-docs.zip.asc";>PGP</a>]
+                                [<a 
href="http://www.apache.org/dist/struts/documentation/struts-2.3.14-docs.zip.md5";>MD5</a>]
                             </li>
                         </ul>
                     </li>
                     <li>Source:
                         <ul>
                             <li>
-                                <a 
href="[preferred]/struts/source/struts-2.3.12-src.zip">struts-2.3.12-src.zip</a>
 (7MB)
-                                [<a 
href="http://www.apache.org/dist/struts/source/struts-2.3.12-src.zip.asc";>PGP</a>]
-                                [<a 
href="http://www.apache.org/dist/struts/source/struts-2.3.12-src.zip.md5";>MD5</a>]
+                                <a 
href="[preferred]/struts/source/struts-2.3.14-src.zip">struts-2.3.14-src.zip</a>
 (7MB)
+                                [<a 
href="http://www.apache.org/dist/struts/source/struts-2.3.14-src.zip.asc";>PGP</a>]
+                                [<a 
href="http://www.apache.org/dist/struts/source/struts-2.3.14-src.zip.md5";>MD5</a>]
                             </li>
                         </ul>
                     </li>

Modified: struts/site/trunk/content/xdoc/downloads.xml
URL: 
http://svn.apache.org/viewvc/struts/site/trunk/content/xdoc/downloads.xml?rev=1467038&r1=1467037&r2=1467038&view=diff
==============================================================================
--- struts/site/trunk/content/xdoc/downloads.xml (original)
+++ struts/site/trunk/content/xdoc/downloads.xml Thu Apr 11 18:46:52 2013
@@ -49,11 +49,9 @@ limitations under the License.
                         <strong>General Availability (GA) Releases</strong> - 
<em>Ready for Prime Time!</em>
                         <ul>
                             <li>
-                                <a 
href="http://struts.apache.org/download.cgi#struts2312";>
-                                    Struts 2.3.12
-                                </a> ("best available")
+                                <a 
href="http://struts.apache.org/download.cgi#struts2312";>Struts 2.3.14</a> 
("best available")
                             </li>
-                        </ul>
+                </ul>
                     </li>
                     <li>
                         <strong>Beta Releases</strong> - <em>Help test the 
next release!</em>
@@ -61,8 +59,7 @@ limitations under the License.
                     <li>
                         <strong>Trunk Snapshots</strong> - <em>Get involved 
with the latest and greatest fixes and improvements</em>
                         <ul>
-                            <li><a 
href="https://builds.apache.org/view/S-Z/view/Struts/";>
-                                Struts 2 Latest Snapshots from Jenkins CI</a>
+                            <li><a 
href="https://builds.apache.org/view/S-Z/view/Struts/";>Struts 2 Latest 
Snapshots from Jenkins CI</a>
                             </li>
                             <li>
                                 Maven Snapshots are available from the <a 
href="https://repository.apache.org/content/groups/snapshots/";>Apache Maven 
Repository</a>.
@@ -88,21 +85,15 @@ limitations under the License.
                 </ul>
 
             <p>
-                Project releases are approved by vote of the
-                Apache Struts  <a href="dev/bylaws.html">Project Management 
Committee.</a>
-                Support for a release is provided by
-                <a href="dev/volunteers.html">project volunteers</a>
-                on the <a href="mail.html">User mailing list.</a>
-                Additional free support is provided by many other
-                volunteer subscribers to the list.
-                Issues with a release may be discussed on the list
-                and reported through the
+                Project releases are approved by vote of the Apache Struts  <a 
href="dev/bylaws.html">Project Management Committee.</a>
+                Support for a release is provided by <a 
href="dev/volunteers.html">project volunteers</a>
+                on the <a href="mail.html">User mailing list.</a> Additional 
free support is provided by many other
+                volunteer subscribers to the list. Issues with a release may 
be discussed on the list and reported through the
                 <a href="https://issues.apache.org/jira/browse/WW";>issue 
tracker.</a>
             </p>
 
             <p>
-                The user mailing list and issue tracker are the 
<strong>only</strong>
-                support options hosted by the Apache Struts project.
+                The user mailing list and issue tracker are the 
<strong>only</strong> support options hosted by the Apache Struts project.
             </p>
 
             <p>
@@ -130,6 +121,16 @@ limitations under the License.
                 </thead>
                 <tr>
                     <td>
+                        <a 
href="http://struts.apache.org/2.3.12/index.html";>Struts 2.3.12</a>
+                    </td>
+                    <td>6 March 2013</td>
+                    <td><br/></td>
+                    <td>
+                        <a 
href="http://struts.apache.org/2.3.12/docs/version-notes-2312.html";>Version 
notes</a>
+                    </td>
+                </tr>
+                <tr>
+                    <td>
                         <a 
href="http://struts.apache.org/2.3.8/index.html";>Struts 2.3.8</a>
                     </td>
                     <td>22 December 2012</td>

Modified: struts/site/trunk/content/xdoc/index.xml
URL: 
http://svn.apache.org/viewvc/struts/site/trunk/content/xdoc/index.xml?rev=1467038&r1=1467037&r2=1467038&view=diff
==============================================================================
--- struts/site/trunk/content/xdoc/index.xml (original)
+++ struts/site/trunk/content/xdoc/index.xml Thu Apr 11 18:46:52 2013
@@ -30,13 +30,13 @@ limitations under the License.
     <body>
 
         <div class="hero-unit">
-            <h1>Apache Struts 2.3.12 GA</h1>
+            <h1>Apache Struts 2.3.14 GA</h1>
             <p>
-                Released on 6 March 2013. The <a 
href="http://struts.apache.org/development/2.x/docs/version-notes-2312.html";>version
 notes</a>
+                Released on 11 April 2013. The <a 
href="http://struts.apache.org/development/2.x/docs/version-notes-2314.html";>version
 notes</a>
                 are available online. Scroll down for more about <a 
href="#Welcome">Apache Struts</a>,
-              the <a href="#Project">Apache Struts project</a>, and <a 
href="#Newbies">Struts for Newbies</a>
+                the <a href="#Project">Apache Struts project</a>, and <a 
href="#Newbies">Struts for Newbies</a>
             </p>
-            <a href="http://struts.apache.org/download.cgi#struts2312"; 
class="btn btn-primary">Download</a>
+            <a href="http://struts.apache.org/download.cgi#struts2314"; 
class="btn btn-primary">Download</a>
             <a href="primer.html" class="btn btn-info">Read more</a>
                 
             <h1>Apache Struts 1 End-Of-Life (EOL)</h1>


Reply via email to