You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ba...@apache.org on 2007/06/11 22:19:41 UTC

svn commit: r546257 - /struts/struts1/branches/STRUTS_1_3_BRANCH/apps/pom.xml

Author: bayard
Date: Mon Jun 11 13:19:40 2007
New Revision: 546257

URL: http://svn.apache.org/viewvc?view=rev&rev=546257
Log:
Setting a defined (latest) version of the cargo plugin so the build completes

Modified:
    struts/struts1/branches/STRUTS_1_3_BRANCH/apps/pom.xml

Modified: struts/struts1/branches/STRUTS_1_3_BRANCH/apps/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts1/branches/STRUTS_1_3_BRANCH/apps/pom.xml?view=diff&rev=546257&r1=546256&r2=546257
==============================================================================
--- struts/struts1/branches/STRUTS_1_3_BRANCH/apps/pom.xml (original)
+++ struts/struts1/branches/STRUTS_1_3_BRANCH/apps/pom.xml Mon Jun 11 13:19:40 2007
@@ -72,6 +72,7 @@
          <plugin>
             <groupId>org.codehaus.cargo</groupId>
             <artifactId>cargo-maven2-plugin</artifactId>
+            <version>0.3.1</version>
             <configuration>
                <container>
                   <containerId>tomcat5x</containerId>