Author: nilsga
Date: Wed Nov 21 23:27:31 2007
New Revision: 597316

URL: http://svn.apache.org/viewvc?rev=597316&view=rev
Log:
Updated portlet archetype to 2.1.1-SNAPSHOT

Modified:
    struts/maven/trunk/struts2-archetype-portlet/pom.xml
    
struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/pom.xml

Modified: struts/maven/trunk/struts2-archetype-portlet/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-portlet/pom.xml?rev=597316&r1=597315&r2=597316&view=diff
==============================================================================
--- struts/maven/trunk/struts2-archetype-portlet/pom.xml (original)
+++ struts/maven/trunk/struts2-archetype-portlet/pom.xml Wed Nov 21 23:27:31 
2007
@@ -31,7 +31,7 @@
 
   <modelVersion>4.0.0</modelVersion>
   <artifactId>struts2-archetype-portlet</artifactId>
-  <version>2.1.0-SNAPSHOT</version>
+  <version>2.1.1-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
   <name>Struts 2 Archetypes - Portlet</name>
 

Modified: 
struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/pom.xml?rev=597316&r1=597315&r2=597316&view=diff
==============================================================================
--- 
struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/pom.xml
 (original)
+++ 
struts/maven/trunk/struts2-archetype-portlet/src/main/resources/archetype-resources/pom.xml
 Wed Nov 21 23:27:31 2007
@@ -19,7 +19,7 @@
                <dependency>
                        <groupId>org.apache.struts</groupId>
                        <artifactId>struts2-portlet-plugin</artifactId>
-                       <version>2.1.0-SNAPSHOT</version>
+                       <version>2.1.1-SNAPSHOT</version>
                </dependency>
        </dependencies>
 
@@ -91,13 +91,13 @@
                                <dependency>
                                        <groupId>org.mortbay.jetty</groupId>
                                        <artifactId>jetty</artifactId>
-                                       <version>6.1.5</version>
+                                       <version>6.1.6rc1</version>
                                        <scope>provided</scope>
                                </dependency>
                                <dependency>
                                        <groupId>org.mortbay.jetty</groupId>
                                        <artifactId>jsp-2.1</artifactId>
-                                       <version>6.1.5</version>
+                                       <version>6.1.6rc1</version>
                                        <scope>provided</scope>
                                </dependency>
                        </dependencies>


Reply via email to