You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by pb...@apache.org on 2006/11/27 21:24:16 UTC

svn commit: r479748 - /struts/struts1/trunk/pom.xml

Author: pbenedict
Date: Mon Nov 27 12:24:13 2006
New Revision: 479748

URL: http://svn.apache.org/viewvc?view=rev&rev=479748
Log:
STR-2978: Specify version of maven-source-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=479748&r1=479747&r2=479748
==============================================================================
--- struts/struts1/trunk/pom.xml (original)
+++ struts/struts1/trunk/pom.xml Mon Nov 27 12:24:13 2006
@@ -169,6 +169,10 @@
                     <version>2.0-beta-4</version>
                 </plugin>
                 <plugin>
+                    <artifactId>maven-source-plugin</artifactId>
+                    <version>2.0.1</version>
+                </plugin>
+                <plugin>
                     <artifactId>maven-jar-plugin</artifactId>
                     <version>2.1</version>
                     <configuration>