Author: pbenedict Date: Sun Sep 24 21:58:02 2006 New Revision: 449571 URL: http://svn.apache.org/viewvc?view=rev&rev=449571 Log: Specify the version for the antrun plugin for consistency.
Modified: struts/struts1/trunk/pom.xml Modified: struts/struts1/trunk/pom.xml URL: http://svn.apache.org/viewvc/struts/struts1/trunk/pom.xml?view=diff&rev=449571&r1=449570&r2=449571 ============================================================================== --- struts/struts1/trunk/pom.xml (original) +++ struts/struts1/trunk/pom.xml Sun Sep 24 21:58:02 2006 @@ -174,6 +174,7 @@ <plugin> <artifactId>maven-antrun-plugin</artifactId> <inherited>false</inherited> + <version>1.1</version> <executions> <execution> <id>copy-dtds</id>