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

svn commit: r429259 - /struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml

Author: tmjee
Date: Mon Aug  7 00:08:40 2006
New Revision: 429259

URL: http://svn.apache.org/viewvc?rev=429259&view=rev
Log:
WW-1367
  - changed struts-core dependency from 2.0-SNAPSHOT to 2.0.0-SNAPSHOT
  - added struts-api dependency

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

Modified: struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml?rev=429259&r1=429258&r2=429259&view=diff
==============================================================================
--- struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml (original)
+++ struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml Mon Aug  7 00:08:40 2006
@@ -23,12 +23,17 @@
 		<dependency>
             <groupId>org.apache.struts</groupId>
             <artifactId>struts2-core</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.struts</groupId>
             <artifactId>struts2-extras</artifactId>
             <version>2.0-SNAPSHOT</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-api</artifactId>
+            <version>2.0.0-SNAPSHOT</version>
         </dependency>
 
 		<!-- XWork -->