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 2008/04/14 06:46:44 UTC

svn commit: r647660 - /struts/struts2/trunk/apps/pom.xml

Author: mrdon
Date: Sun Apr 13 21:46:38 2008
New Revision: 647660

URL: http://svn.apache.org/viewvc?rev=647660&view=rev
Log:
Adding cargo version to fix broken build
WW-2539

Modified:
    struts/struts2/trunk/apps/pom.xml

Modified: struts/struts2/trunk/apps/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/pom.xml?rev=647660&r1=647659&r2=647660&view=diff
==============================================================================
--- struts/struts2/trunk/apps/pom.xml (original)
+++ struts/struts2/trunk/apps/pom.xml Sun Apr 13 21:46:38 2008
@@ -178,6 +178,7 @@
             <plugin>
                 <groupId>org.codehaus.cargo</groupId>
                 <artifactId>cargo-maven2-plugin</artifactId>
+                <version>0.3.1</version>
                 <configuration>
                     <container>
                         <containerId>tomcat5x</containerId>