You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ws...@apache.org on 2006/05/10 06:28:01 UTC

svn commit: r405631 - /struts/action/trunk/pom.xml

Author: wsmoak
Date: Tue May  9 21:27:59 2006
New Revision: 405631

URL: http://svn.apache.org/viewcvs?rev=405631&view=rev
Log:
Change to struts-build version 1.0.1.
Remove the javadoc aggregation config, the current plugin version doesn't use it.

Modified:
    struts/action/trunk/pom.xml

Modified: struts/action/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/pom.xml?rev=405631&r1=405630&r2=405631&view=diff
==============================================================================
--- struts/action/trunk/pom.xml (original)
+++ struts/action/trunk/pom.xml Tue May  9 21:27:59 2006
@@ -114,7 +114,7 @@
             <extension>
                 <groupId>org.apache.struts</groupId>
                 <artifactId>struts-build</artifactId>
-                <version>1.0.0</version>
+                <version>1.0.1</version>
             </extension>
         </extensions>
         
@@ -130,9 +130,6 @@
              </plugin>
             <plugin>
                 <artifactId>maven-javadoc-plugin</artifactId>
-                <configuration>
-                    <aggregate>true</aggregate>
-                </configuration>
             </plugin>
             <plugin>
                 <artifactId>maven-surefire-report-plugin</artifactId>