[CONF] Confluence Changes in the last 24 hours

2008-08-03 Thread confluence
-
This is a daily summary of all recent changes in Confluence.

-
Updated Spaces:
-

Apache Felix (FELIX) http://cwiki.apache.org/confluence/display/FELIX
|
|-Pages Added or Edited in This Space
 |-- iPOJO Hello Word (Maven-Based) tutorial was last edited by 
clement.escoffier (08:33 AM).
 |   
http://cwiki.apache.org/confluence/display/FELIX/iPOJO+Hello+Word+%28Maven-Based%29+tutorial

Apache ServiceMix (SM) http://cwiki.apache.org/confluence/display/SM
|
|-Pages Added or Edited in This Space
 |-- ServiceMix in blogosphere was created by gertvanthienen (05:26 AM).
 |   http://cwiki.apache.org/confluence/display/SM/ServiceMix+in+blogosphere
 |-- Maven archetypes was last edited by gertvanthienen (04:44 AM).
 |   http://cwiki.apache.org/confluence/display/SM/Maven+archetypes

Apache Wicket (WICKET) http://cwiki.apache.org/confluence/display/WICKET
|
|-Pages Added or Edited in This Space
 |-- Companies that provide services was last edited by parana (08:27 AM).
 |   
http://cwiki.apache.org/confluence/display/WICKET/Companies+that+provide+services
 |-- Community meetups was last edited by parana (08:22 AM).
 |   http://cwiki.apache.org/confluence/display/WICKET/Community+meetups


-
CONFLUENCE INFORMATION
This message is automatically generated by Confluence

Unsubscribe or edit your notifications preferences
   http://cwiki.apache.org/confluence/users/viewnotifications.action

If you think it was sent incorrectly contact one of the administrators
   http://cwiki.apache.org/confluence/administrators.action

If you want more information on Confluence, or have a bug to report see
   http://www.atlassian.com/software/confluence




svn commit: r682185 - in /struts/maven/trunk/struts2-archetype-blank: ./ pom.xml src/main/resources/archetype-resources/pom.xml

2008-08-03 Thread wsmoak
Author: wsmoak
Date: Sun Aug  3 08:31:49 2008
New Revision: 682185

URL: http://svn.apache.org/viewvc?rev=682185&view=rev
Log:
[WW-1726] Update the blank archetype to Struts 2.1.2.  Still needs work; the 
tests in the project generated from this archetype don't compile.

Modified:
struts/maven/trunk/struts2-archetype-blank/   (props changed)
struts/maven/trunk/struts2-archetype-blank/pom.xml

struts/maven/trunk/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml

Propchange: struts/maven/trunk/struts2-archetype-blank/
--
--- svn:ignore (added)
+++ svn:ignore Sun Aug  3 08:31:49 2008
@@ -0,0 +1 @@
+target

Modified: struts/maven/trunk/struts2-archetype-blank/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-blank/pom.xml?rev=682185&r1=682184&r2=682185&view=diff
==
--- struts/maven/trunk/struts2-archetype-blank/pom.xml (original)
+++ struts/maven/trunk/struts2-archetype-blank/pom.xml Sun Aug  3 08:31:49 2008
@@ -9,14 +9,13 @@
 
   4.0.0
   struts2-archetype-blank
-  2.0.9-SNAPSHOT
-  maven-plugin
+  2.1.2-SNAPSHOT
   Struts 2 Archetypes - Blank
 
 

scm:svn:http://svn.apache.org/repos/asf/struts/maven/trunk/struts2-archetype-blank/

scm:svn:https://svn.apache.org/repos/asf/struts/maven/trunk/struts2-archetype-blank/
-   
http://svn.apache.org/viewcvs.cgi/struts/maven/trunk/struts2-archetype-blank/
+   
http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-blank/
 
 
 

Modified: 
struts/maven/trunk/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml?rev=682185&r1=682184&r2=682185&view=diff
==
--- 
struts/maven/trunk/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml
 (original)
+++ 
struts/maven/trunk/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml
 Sun Aug  3 08:31:49 2008
@@ -48,7 +48,7 @@
 
 org.apache.struts
 struts2-core
-2.0.9
+2.1.2
 
 
 
@@ -57,7 +57,8 @@
 
 
 org.mortbay.jetty
-maven-jetty6-plugin
+maven-jetty-plugin
+6.1.11
 
 10