You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by mr...@apache.org on 2007/07/07 09:15:58 UTC

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

Author: mrdon
Date: Sat Jul  7 00:15:57 2007
New Revision: 554151

URL: http://svn.apache.org/viewvc?view=rev&rev=554151
Log:
Updating to 2.0.8

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

Modified: struts/maven/trunk/struts2-archetype-blank/pom.xml
URL: http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-blank/pom.xml?view=diff&rev=554151&r1=554150&r2=554151
==============================================================================
--- struts/maven/trunk/struts2-archetype-blank/pom.xml (original)
+++ struts/maven/trunk/struts2-archetype-blank/pom.xml Sat Jul  7 00:15:57 2007
@@ -9,7 +9,7 @@
 
   <modelVersion>4.0.0</modelVersion>
   <artifactId>struts2-archetype-blank</artifactId>
-  <version>2.0.5-SNAPSHOT</version>
+  <version>2.0.8-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
   <name>Struts 2 Archetypes - Blank</name>
 

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?view=diff&rev=554151&r1=554150&r2=554151
==============================================================================
--- 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 Sat Jul  7 00:15:57 2007
@@ -21,13 +21,13 @@
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-mock</artifactId>
-            <version>2.0.1</version>
+            <version>2.0.5</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-core</artifactId>
-            <version>2.0.1</version>
+            <version>2.0.5</version>
             <scope>test</scope>
         </dependency>
 
@@ -48,7 +48,7 @@
         <dependency>
             <groupId>org.apache.struts</groupId>
             <artifactId>struts2-core</artifactId>
-            <version>2.0.5</version>
+            <version>2.0.8</version>
         </dependency>
 
     </dependencies>