Author: niallp
Date: Fri Oct  6 10:21:05 2006
New Revision: 453688

URL: http://svn.apache.org/viewvc?view=rev&rev=453688
Log:
STR-2952 The "addDefaultSpecificationEntries" entries recently added (revision 
450320) requires version 2.1 of the maven jar plugin

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=453688&r1=453687&r2=453688
==============================================================================
--- struts/struts1/trunk/pom.xml (original)
+++ struts/struts1/trunk/pom.xml Fri Oct  6 10:21:05 2006
@@ -170,6 +170,7 @@
                 </plugin>
                 <plugin>
                     <artifactId>maven-jar-plugin</artifactId>
+                    <version>2.1</version>
                     <configuration>
                         <archive>
                             <manifest>


Reply via email to