You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2011/05/27 17:59:38 UTC

svn commit: r1128377 - /commons/sandbox/digester3/trunk/pom.xml

Author: simonetripodi
Date: Fri May 27 15:59:37 2011
New Revision: 1128377

URL: http://svn.apache.org/viewvc?rev=1128377&view=rev
Log:
removed clirr plugin, not needed for first major release (IF will be released)

Modified:
    commons/sandbox/digester3/trunk/pom.xml

Modified: commons/sandbox/digester3/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/pom.xml?rev=1128377&r1=1128376&r2=1128377&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/pom.xml (original)
+++ commons/sandbox/digester3/trunk/pom.xml Fri May 27 15:59:37 2011
@@ -287,14 +287,6 @@
         </configuration>
         <!--Use default rules-->
       </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>clirr-maven-plugin</artifactId>
-        <version>2.2.1</version>
-        <configuration>
-          <comparisonVersion>2.0</comparisonVersion>
-        </configuration>
-      </plugin>
     </plugins>
   </reporting>