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/03/11 20:53:46 UTC

svn commit: r517002 - /struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/pom.xml

Author: mrdon
Date: Sun Mar 11 12:53:46 2007
New Revision: 517002

URL: http://svn.apache.org/viewvc?view=rev&rev=517002
Log:
Fixed mailreader to use correct version and spring plugin
WW-1767

Modified:
    struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/pom.xml

Modified: struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/pom.xml?view=diff&rev=517002&r1=517001&r2=517002
==============================================================================
--- struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_0_X/apps/mailreader/pom.xml Sun Mar 11 12:53:46 2007
@@ -5,7 +5,7 @@
     <parent>
       <groupId>org.apache.struts</groupId>
       <artifactId>struts2-apps</artifactId>
-      <version>2.1.0-SNAPSHOT</version>
+      <version>2.0.7-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.struts</groupId>
     <artifactId>struts2-mailreader</artifactId>
@@ -31,7 +31,11 @@
            <artifactId>struts-mailreader-dao</artifactId>
            <version>1.3.5</version>
         </dependency>
-
+        <dependency>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-spring-plugin</artifactId>
+            <version>${pom.version}</version>
+        </dependency>
     </dependencies>
 
     <build>