You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2008/04/17 00:45:28 UTC

svn commit: r648891 - /commons/proper/commons-sandbox-parent/trunk/pom.xml

Author: niallp
Date: Wed Apr 16 15:45:21 2008
New Revision: 648891

URL: http://svn.apache.org/viewvc?rev=648891&view=rev
Log:
Upgrade to version 2.2 of taglist-maven-plugin (fixes MTAGLIST-31)

Modified:
    commons/proper/commons-sandbox-parent/trunk/pom.xml

Modified: commons/proper/commons-sandbox-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-sandbox-parent/trunk/pom.xml?rev=648891&r1=648890&r2=648891&view=diff
==============================================================================
--- commons/proper/commons-sandbox-parent/trunk/pom.xml (original)
+++ commons/proper/commons-sandbox-parent/trunk/pom.xml Wed Apr 16 15:45:21 2008
@@ -53,14 +53,10 @@
         <artifactId>cobertura-maven-plugin</artifactId>
         <version>2.2</version>
       </plugin>
-
-      <!-- 
-          Removed because of MTAGLIST-31 bug
-          http://jira.codehaus.org/browse/MTAGLIST-31
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>taglist-maven-plugin</artifactId>
-        <version>2.1</version>
+        <version>2.2</version>
         <configuration> 
           <tags>
             <tag>TODO</tag>
@@ -70,8 +66,6 @@
           <aggregate>true</aggregate>
         </configuration> 
       </plugin>
-      -->
-
     </plugins>
   </reporting>
   <distributionManagement>