Author: pbenedict
Date: Sun Sep 24 22:15:08 2006
New Revision: 449576
URL: http://svn.apache.org/viewvc?view=rev&rev=449576
Log:
Specify the version for the antrun plugin for consistency.
Modified:
struts/struts1/trunk/apps/pom.xml
Modified: struts/struts1/trunk/apps/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts1/trunk/apps/pom.xml?view=diff&rev=449576&r1=449575&r2=449576
==============================================================================
--- struts/struts1/trunk/apps/pom.xml (original)
+++ struts/struts1/trunk/apps/pom.xml Sun Sep 24 22:15:08 2006
@@ -84,6 +84,7 @@
<!-- Include source code under WEB-INF/src/java -->
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
+ <version>1.1</version>
<executions>
<execution>
<id>copy-sources</id>