svn commit: r1467050 - /struts/site/trunk/content/xdoc/download.xml

2013-04-11 Thread lukaszlenart
Author: lukaszlenart
Date: Thu Apr 11 18:58:58 2013
New Revision: 1467050

URL: http://svn.apache.org/r1467050
Log:
WW-4022 Corrects tiny mistake

Modified:
struts/site/trunk/content/xdoc/download.xml

Modified: struts/site/trunk/content/xdoc/download.xml
URL: 
http://svn.apache.org/viewvc/struts/site/trunk/content/xdoc/download.xml?rev=1467050&r1=1467049&r2=1467050&view=diff
==
--- struts/site/trunk/content/xdoc/download.xml (original)
+++ struts/site/trunk/content/xdoc/download.xml Thu Apr 11 18:58:58 2013
@@ -107,7 +107,7 @@ limitations under the License.
 
 
 
-  http://struts.apache.org/development/2.x/docs/version-notes-2314∑.html";>Version
 Notes
+  http://struts.apache.org/development/2.x/docs/version-notes-2314.html";>Version
 Notes
 
 
 Full Distribution:




svn commit: r858147 - in /websites/staging/struts/trunk/content: ./ download.html

2013-04-11 Thread buildbot
Author: buildbot
Date: Thu Apr 11 19:00:27 2013
New Revision: 858147

Log:
Staging update by buildbot for struts

Modified:
websites/staging/struts/trunk/content/   (props changed)
websites/staging/struts/trunk/content/download.html

Propchange: websites/staging/struts/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Thu Apr 11 19:00:27 2013
@@ -1 +1 @@
-1467038
+1467050

Modified: websites/staging/struts/trunk/content/download.html
==
--- websites/staging/struts/trunk/content/download.html (original)
+++ websites/staging/struts/trunk/content/download.html Thu Apr 11 19:00:27 2013
@@ -411,7 +411,7 @@ limitations under the License. -->

svn commit: r1467038 - in /struts/site/trunk/content: resources/archetype-catalog.xml site.xml xdoc/announce.xml xdoc/download.xml xdoc/downloads.xml xdoc/index.xml

2013-04-11 Thread lukaszlenart
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 @@
 
 org.apache.struts
 struts2-archetype-blank
-2.3.12
+2.3.14
 
https://repository.apache.org/content/groups/public/
 Struts 2 Archetypes - Blank
 
 
 org.apache.struts
 struts2-archetype-convention
-2.3.12
+2.3.14
 
https://repository.apache.org/content/groups/public/
 Struts 2 Archetypes - Blank Convention
 
 
 org.apache.struts
 struts2-archetype-dbportlet
-2.3.12
+2.3.14
 
https://repository.apache.org/content/groups/public/
 Struts 2 Archetypes - Database Portlet
 
 
 org.apache.struts
 struts2-archetype-plugin
-2.3.12
+2.3.14
 
https://repository.apache.org/content/groups/public/
 Struts 2 Archetypes - Plugin
 
 
 org.apache.struts
 struts2-archetype-portlet
-2.3.12
+2.3.14
 
https://repository.apache.org/content/groups/public/
 Struts 2 Archetypes - Portlet
 
 
 org.apache.struts
 struts2-archetype-starter
-2.3.12
+2.3.14∑∑∑
 
https://repository.apache.org/content/groups/public/
 Struts 2 Archetypes - Starter
 

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" />
 http://struts.apache.org/release/2.3.x/index.html"; />
 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.
 Announcements - 2012
 
 
+11 April 2013 - Struts 2.3.14 General 
Availability Release
+
+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.
+
+
+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.
+
+
+It's a mostly maintenance release but few important 
improvements were added as well:
+
+All the annotations related to validators were updated 
to match the implementing classes
+The JUnit plugin supports now the Convention plugin 
configuration (check StrutsJUnit4ConventionTestCaseTest)
+Logging support was improved and extended to allow use 
user custom implementation of LoggingFactory
+
+Please check the Version Notes to see more details.
+
+
+All developers are recommended to update existing Struts 2 
applications to Struts 2.3.14.
+
+
+Struts 2.3.14 is available in a full distribution or as 
separate library, source, example and documentation distributions, from the
+http://struts.apache.org/download.cgi#struts23

[CONF] Confluence Changes in the last 24 hours

2013-04-11 Thread confluence
This is a daily summary of all recent changes in Confluence.

-
Updated Spaces:
-


Apache Ambari (Incubating) (https://cwiki.apache.org/confluence/display/AMBARI)

Pages
-
Adding a New Service as part of the Stack Definition edited by  yusaku  (11:09 
PM)
https://cwiki.apache.org/confluence/display/AMBARI/Adding+a+New+Service+as+part+of+the+Stack+Definition

Adding a New Service to an Existing Cluster edited by  swa...@hortonworks.com  
(01:31 PM)
https://cwiki.apache.org/confluence/display/AMBARI/Adding+a+New+Service+to+an+Existing+Cluster



Apache Cloudstack (https://cwiki.apache.org/confluence/display/CLOUDSTACK)

Pages
-
Test Plan for "GSLB (Global Server Load Balancing)" edited by  swamy  (11:15 PM)
https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=31817730

2.21 ACL on Private Gateway to the VPC created by chandanp (08:26 PM)
https://cwiki.apache.org/confluence/display/CLOUDSTACK/2.21+ACL+on+Private+Gateway+to+the+VPC

Apache CloudStack Weekly News - 15 April 2013 edited by  jzb  (03:15 PM)
https://cwiki.apache.org/confluence/display/CLOUDSTACK/Apache+CloudStack+Weekly+News+-+15+April+2013



Apache cTAKES (https://cwiki.apache.org/confluence/display/CTAKES)

Pages
-
cTAKES 3.0 User Install Guide edited by  bleeker  (02:33 PM)
https://cwiki.apache.org/confluence/display/CTAKES/cTAKES+3.0+User+Install+Guide

cTAKES 3.0 Developer Install Guide edited by  bleeker  (02:30 PM)
https://cwiki.apache.org/confluence/display/CTAKES/cTAKES+3.0+Developer+Install+Guide

cTAKES 3.0 edited by  bleeker  (02:25 PM)
https://cwiki.apache.org/confluence/display/CTAKES/cTAKES+3.0

Menu cTAKES 3.0 to Include edited by  bleeker  (02:21 PM)
https://cwiki.apache.org/confluence/display/CTAKES/Menu+cTAKES+3.0+to+Include

cTAKES edited by  bleeker  (02:20 PM)
https://cwiki.apache.org/confluence/display/CTAKES/cTAKES



Apache CXF (https://cwiki.apache.org/confluence/display/CXF)

Pages
-
Roadmap edited by  dkulp  (11:23 AM)
https://cwiki.apache.org/confluence/display/CXF/Roadmap



Apache CXF Documentation (https://cwiki.apache.org/confluence/display/CXF20DOC)

Pages
-
3.0 Migration Guide edited by  dkulp  (11:21 AM)
https://cwiki.apache.org/confluence/display/CXF20DOC/3.0+Migration+Guide



Apache Gora (https://cwiki.apache.org/confluence/display/GORA)

Pages
-
GSoC 2013 Ideas Page edited by  la.udesh1...@gmail.com  (07:34 AM)
https://cwiki.apache.org/confluence/display/GORA/GSoC+2013+Ideas+Page



KNOX (https://cwiki.apache.org/confluence/display/KNOX)

Pages
-
Getting Started edited by  kminder  (10:07 AM)
https://cwiki.apache.org/confluence/display/KNOX/Getting+Started



Apache Oltu (https://cwiki.apache.org/confluence/display/OLTU)

Pages
-
OAuth 2.0 Client Demo edited by  asanso  (12:39 PM)
https://cwiki.apache.org/confluence/display/OLTU/OAuth+2.0+Client+Demo

OAuth 2.0 Client Quickstart edited by  asanso  (12:39 PM)
https://cwiki.apache.org/confluence/display/OLTU/OAuth+2.0+Client+Quickstart



Apache OpenOffice Community 
(https://cwiki.apache.org/confluence/display/OOOUSERS)

Pages
-
AOO 4.0 IAccessible2 edited by  steve.yin  (04:26 AM)
https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.0+IAccessible2



Apache Qpid (https://cwiki.apache.org/confluence/display/qpid)

Pages
-
Proton status update 2013-04-11 created by p...@philharveyonline.com (03:43 AM)
https://cwiki.apache.org/confluence/display/qpid/Proton+status+update+2013-04-11


Comments
https://cwiki.apache.org/confluence/display/qpid/Proton+status+update+2013-04-11
 (1)

Apache Wicket (https://cwiki.apache.org/confluence/display/WICKET)

Pages
-
Wicket Ajax edited by  aakoch  (09:25 AM)
https://cwiki.apache.org/confluence/display/WICKET/Wicket+Ajax




Change your notification preferences: 
https://cwiki.apache.org/confluence/users/viewnotifications.action