svn commit: r1041022 - in /struts/struts2/branches/STRUTS_2_2_1_1: ./ apps/ apps/blank/ apps/jboss-blank/ apps/mailreader/ apps/portlet/ apps/rest-showcase/ apps/showcase/ archetypes/ archetypes/strut

2010-12-01 Thread lukaszlenart
Author: lukaszlenart
Date: Wed Dec  1 14:39:57 2010
New Revision: 1041022

URL: http://svn.apache.org/viewvc?rev=1041022&view=rev
Log:
Preparing 2.2.1.1 release

Modified:
struts/struts2/branches/STRUTS_2_2_1_1/apps/blank/pom.xml
struts/struts2/branches/STRUTS_2_2_1_1/apps/jboss-blank/pom.xml
struts/struts2/branches/STRUTS_2_2_1_1/apps/mailreader/pom.xml
struts/struts2/branches/STRUTS_2_2_1_1/apps/pom.xml
struts/struts2/branches/STRUTS_2_2_1_1/apps/portlet/pom.xml
struts/struts2/branches/STRUTS_2_2_1_1/apps/rest-showcase/pom.xml
struts/struts2/branches/STRUTS_2_2_1_1/apps/showcase/pom.xml
struts/struts2/branches/STRUTS_2_2_1_1/archetypes/pom.xml

struts/struts2/branches/STRUTS_2_2_1_1/archetypes/struts2-archetype-blank/pom.xml

struts/struts2/branches/STRUTS_2_2_1_1/archetypes/struts2-archetype-convention/pom.xml

struts/struts2/branches/STRUTS_2_2_1_1/archetypes/struts2-archetype-dbportlet/pom.xml

struts/struts2/branches/STRUTS_2_2_1_1/archetypes/struts2-archetype-plugin/pom.xml

struts/struts2/branches/STRUTS_2_2_1_1/archetypes/struts2-archetype-portlet/pom.xml

struts/struts2/branches/STRUTS_2_2_1_1/archetypes/struts2-archetype-starter/pom.xml
struts/struts2/branches/STRUTS_2_2_1_1/assembly/pom.xml
struts/struts2/branches/STRUTS_2_2_1_1/bundles/admin/pom.xml
struts/struts2/branches/STRUTS_2_2_1_1/bundles/demo/pom.xml
struts/struts2/branches/STRUTS_2_2_1_1/bundles/pom.xml
struts/struts2/branches/STRUTS_2_2_1_1/core/pom.xml
struts/struts2/branches/STRUTS_2_2_1_1/plugins/codebehind/pom.xml
struts/struts2/branches/STRUTS_2_2_1_1/plugins/config-browser/pom.xml
struts/struts2/branches/STRUTS_2_2_1_1/plugins/convention/pom.xml
struts/struts2/branches/STRUTS_2_2_1_1/plugins/dojo/pom.xml
struts/struts2/branches/STRUTS_2_2_1_1/plugins/dwr/pom.xml
struts/struts2/branches/STRUTS_2_2_1_1/plugins/embeddedjsp/pom.xml
struts/struts2/branches/STRUTS_2_2_1_1/plugins/jasperreports/pom.xml
struts/struts2/branches/STRUTS_2_2_1_1/plugins/javatemplates/pom.xml
struts/struts2/branches/STRUTS_2_2_1_1/plugins/jfreechart/pom.xml
struts/struts2/branches/STRUTS_2_2_1_1/plugins/jsf/pom.xml
struts/struts2/branches/STRUTS_2_2_1_1/plugins/json/pom.xml
struts/struts2/branches/STRUTS_2_2_1_1/plugins/junit/pom.xml
struts/struts2/branches/STRUTS_2_2_1_1/plugins/osgi/pom.xml
struts/struts2/branches/STRUTS_2_2_1_1/plugins/oval/pom.xml
struts/struts2/branches/STRUTS_2_2_1_1/plugins/pell-multipart/pom.xml
struts/struts2/branches/STRUTS_2_2_1_1/plugins/plexus/pom.xml
struts/struts2/branches/STRUTS_2_2_1_1/plugins/pom.xml
struts/struts2/branches/STRUTS_2_2_1_1/plugins/portlet/pom.xml
struts/struts2/branches/STRUTS_2_2_1_1/plugins/rest/pom.xml
struts/struts2/branches/STRUTS_2_2_1_1/plugins/sitegraph/pom.xml
struts/struts2/branches/STRUTS_2_2_1_1/plugins/sitemesh/pom.xml
struts/struts2/branches/STRUTS_2_2_1_1/plugins/spring/pom.xml
struts/struts2/branches/STRUTS_2_2_1_1/plugins/struts1/pom.xml
struts/struts2/branches/STRUTS_2_2_1_1/plugins/testng/pom.xml
struts/struts2/branches/STRUTS_2_2_1_1/plugins/tiles/pom.xml
struts/struts2/branches/STRUTS_2_2_1_1/pom.xml
struts/struts2/branches/STRUTS_2_2_1_1/xwork-core/pom.xml

Modified: struts/struts2/branches/STRUTS_2_2_1_1/apps/blank/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_2_1_1/apps/blank/pom.xml?rev=1041022&r1=1041021&r2=1041022&view=diff
==
--- struts/struts2/branches/STRUTS_2_2_1_1/apps/blank/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_2_1_1/apps/blank/pom.xml Wed Dec  1 
14:39:57 2010
@@ -26,7 +26,7 @@
 
 org.apache.struts
 struts2-apps
-2.2.1
+2.2.1.1-SNAPSHOT
 
 org.apache.struts
 struts2-blank

Modified: struts/struts2/branches/STRUTS_2_2_1_1/apps/jboss-blank/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_2_1_1/apps/jboss-blank/pom.xml?rev=1041022&r1=1041021&r2=1041022&view=diff
==
--- struts/struts2/branches/STRUTS_2_2_1_1/apps/jboss-blank/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_2_1_1/apps/jboss-blank/pom.xml Wed Dec  1 
14:39:57 2010
@@ -3,7 +3,7 @@
 
 org.apache.struts
 struts2-apps
-2.2.1
+2.2.1.1-SNAPSHOT
 
 org.apache.struts
 struts2-jboss-blank

Modified: struts/struts2/branches/STRUTS_2_2_1_1/apps/mailreader/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_2_1_1/apps/mailreader/pom.xml?rev=1041022&r1=1041021&r2=1041022&view=diff
==
--- struts/struts2/branches/STRUTS_2_2_1_1/apps/mailreader/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_2_1_1/apps/mailreader/pom.x

svn commit: r1041153 - in /struts/struts2/branches/STRUTS_2_2_1_1/xwork-core: pom.xml test-output/

2010-12-01 Thread lukaszlenart
Author: lukaszlenart
Date: Wed Dec  1 20:34:21 2010
New Revision: 1041153

URL: http://svn.apache.org/viewvc?rev=1041153&view=rev
Log:
Removed generated directory

Removed:
struts/struts2/branches/STRUTS_2_2_1_1/xwork-core/test-output/
Modified:
struts/struts2/branches/STRUTS_2_2_1_1/xwork-core/pom.xml

Modified: struts/struts2/branches/STRUTS_2_2_1_1/xwork-core/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_2_1_1/xwork-core/pom.xml?rev=1041153&r1=1041152&r2=1041153&view=diff
==
--- struts/struts2/branches/STRUTS_2_2_1_1/xwork-core/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_2_1_1/xwork-core/pom.xml Wed Dec  1 
20:34:21 2010
@@ -103,8 +103,14 @@
 
 org.apache.maven.plugins
 maven-surefire-plugin
-2.4.2
+2.6
 
+
+
+maven.testng.output.dir
+
${project.basedir}/target/surefire-reports
+
+
 false
 
 
${project.build.testOutputDirectory}/xwork-jar.jar
@@ -344,7 +350,7 @@
 
 junit
 junit
-4.5
+compile
 true
 
 




svn commit: r1041158 - in /struts/struts2/branches/STRUTS_2_2_1_1: plugins/junit/pom.xml pom.xml

2010-12-01 Thread lukaszlenart
Author: lukaszlenart
Date: Wed Dec  1 20:41:02 2010
New Revision: 1041158

URL: http://svn.apache.org/viewvc?rev=1041158&view=rev
Log:
Cleaning up JUnit dependency

Modified:
struts/struts2/branches/STRUTS_2_2_1_1/plugins/junit/pom.xml
struts/struts2/branches/STRUTS_2_2_1_1/pom.xml

Modified: struts/struts2/branches/STRUTS_2_2_1_1/plugins/junit/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_2_1_1/plugins/junit/pom.xml?rev=1041158&r1=1041157&r2=1041158&view=diff
==
--- struts/struts2/branches/STRUTS_2_2_1_1/plugins/junit/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_2_1_1/plugins/junit/pom.xml Wed Dec  1 
20:41:02 2010
@@ -43,7 +43,6 @@
 
 junit
 junit
-3.8.2
 
 
 org.springframework

Modified: struts/struts2/branches/STRUTS_2_2_1_1/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_2_1_1/pom.xml?rev=1041158&r1=1041157&r2=1041158&view=diff
==
--- struts/struts2/branches/STRUTS_2_2_1_1/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_2_1_1/pom.xml Wed Dec  1 20:41:02 2010
@@ -362,7 +362,6 @@
 junit
 junit
 4.8.2
-test
 
 
 




[CONF] Confluence Changes in the last 24 hours

2010-12-01 Thread confluence
This is a daily summary of all recent changes in Confluence.

-
Updated Spaces:
-


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

Pages
-
Ajax edited by  alexdean  (11:12 AM)
https://cwiki.apache.org/confluence/display/ACTIVEMQ/Ajax



Apache MyFaces Extensions CDI 
(https://cwiki.apache.org/confluence/display/EXTCDI)

Pages
-
Core Config and SPI edited by  gpetracek  (04:31 AM)
https://cwiki.apache.org/confluence/display/EXTCDI/Core+Config+and+SPI

Documentation edited by  gpetracek  (04:24 AM)
https://cwiki.apache.org/confluence/display/EXTCDI/Documentation



Apache MyFaces Extensions Validator 
(https://cwiki.apache.org/confluence/display/EXTVAL)

Pages
-
Documentation edited by  gpetracek  (07:36 AM)
https://cwiki.apache.org/confluence/display/EXTVAL/Documentation



Apache Geronimo v2.1 (https://cwiki.apache.org/confluence/display/GMOxDOC21)

Pages
-
How to install Geronimo Eclipse Plugin v2.1.7 edited by  maojia508  (04:41 AM)
https://cwiki.apache.org/confluence/display/GMOxDOC21/How+to+install+Geronimo+Eclipse+Plugin+v2.1.7



Apache Geronimo v2.2 (https://cwiki.apache.org/confluence/display/GMOxDOC22)

Pages
-
Running Geronimo as a Windows Service edited by  maojia508  (09:21 PM)
https://cwiki.apache.org/confluence/display/GMOxDOC22/Running+Geronimo+as+a+Windows+Service



Apache Geronimo v3.0 (https://cwiki.apache.org/confluence/display/GMOxDOC30)

Pages
-
OpenID edited by  xuhaihong  (10:53 PM)
https://cwiki.apache.org/confluence/display/GMOxDOC30/OpenID

Apache Geronimo v3.0 documentation development status edited by  xuhaihong  
(10:47 PM)
https://cwiki.apache.org/confluence/display/GMOxDOC30/Apache+Geronimo+v3.0+documentation+development+status



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

Pages
-
Apache Geronimo Samples v2.1.7 and Daytrader v2.1.7 Released created by xiaming 
(09:23 PM)
https://cwiki.apache.org/confluence/display/GMOxSITE/2010/12/01/Apache+Geronimo+Samples+v2.1.7+and+Daytrader+v2.1.7+Released



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

Pages
-
Board Reports edited by  gnodet  (05:41 AM)
https://cwiki.apache.org/confluence/display/KARAF/Board+Reports



OFBiz (Open For Business) Project Open Wiki 
(https://cwiki.apache.org/confluence/display/OFBIZ)

Pages
-
Main New Features edited by  hansbak  (11:01 PM)
https://cwiki.apache.org/confluence/display/OFBIZ/Main+New+Features



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

Pages
-
Limitations edited by  hlship  (02:56 PM)
https://cwiki.apache.org/confluence/display/TAPESTRY/Limitations

Defining Tapestry IOC Services edited by  hlship  (02:46 PM)
https://cwiki.apache.org/confluence/display/TAPESTRY/Defining+Tapestry+IOC+Services

Application Module Class Cheat Sheet edited by  hlship  (02:46 PM)
https://cwiki.apache.org/confluence/display/TAPESTRY/Application+Module+Class+Cheat+Sheet

User Guide edited by  hlship  (02:46 PM)
https://cwiki.apache.org/confluence/display/TAPESTRY/User+Guide

Using Tapestry With Hibernate edited by  hlship  (02:13 PM)
https://cwiki.apache.org/confluence/display/TAPESTRY/Using+Tapestry+With+Hibernate

Using BeanEditForm To Create User Forms edited by  hlship  (02:12 PM)
https://cwiki.apache.org/confluence/display/TAPESTRY/Using+BeanEditForm+To+Create+User+Forms

Implementing the Hi-Lo Guessing Game edited by  hlship  (02:10 PM)
https://cwiki.apache.org/confluence/display/TAPESTRY/Implementing+the+Hi-Lo+Guessing+Game

Exploring the Project edited by  hlship  (02:10 PM)
https://cwiki.apache.org/confluence/display/TAPESTRY/Exploring+the+Project

Loading the Project Into Eclipse edited by  hlship  (02:10 PM)
https://cwiki.apache.org/confluence/display/TAPESTRY/Loading+the+Project+Into+Eclipse

Creating The Skeleton Application edited by  hlship  (02:09 PM)
https://cwiki.apache.org/confluence/display/TAPESTRY/Creating+The+Skeleton+Application

Dependencies, Tools and Plugins edited by  hlship  (02:09 PM)
https://cwiki.apache.org/confluence/display/TAPESTRY/Dependencies%2C+Tools+and+Plugins

Tapestry Tutorial edited by  hlship  (02:09 PM)
https://cwiki.apache.org/confluence/display/TAPESTRY/Tapestry+Tu

svn commit: r1041294 - /struts/struts2/tags/STRUTS_2_2_1_1/

2010-12-01 Thread lukaszlenart
Author: lukaszlenart
Date: Thu Dec  2 07:07:34 2010
New Revision: 1041294

URL: http://svn.apache.org/viewvc?rev=1041294&view=rev
Log:
[maven-release-plugin]  copy for tag STRUTS_2_2_1_1

Added:
struts/struts2/tags/STRUTS_2_2_1_1/
  - copied from r1041293, struts/struts2/tags/STRUTS_2_2_1/