You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ba...@apache.org on 2011/04/10 06:38:36 UTC

svn commit: r1090736 - /commons/proper/dbutils/trunk/pom.xml

Author: bayard
Date: Sun Apr 10 04:38:36 2011
New Revision: 1090736

URL: http://svn.apache.org/viewvc?rev=1090736&view=rev
Log:
Upgrading parent pom to v20 and adding clirr report

Modified:
    commons/proper/dbutils/trunk/pom.xml

Modified: commons/proper/dbutils/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/dbutils/trunk/pom.xml?rev=1090736&r1=1090735&r2=1090736&view=diff
==============================================================================
--- commons/proper/dbutils/trunk/pom.xml [utf-8] (original)
+++ commons/proper/dbutils/trunk/pom.xml [utf-8] Sun Apr 10 04:38:36 2011
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>15</version>
+    <version>20</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-dbutils</groupId>
@@ -271,6 +271,15 @@
           <targetJdk>1.5</targetJdk>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>clirr-maven-plugin</artifactId>
+        <version>2.2.2</version>
+        <configuration>
+          <comparisonVersion>1.3</comparisonVersion>
+          <minSeverity>info</minSeverity>
+        </configuration>
+      </plugin>
     </plugins>
   </reporting>
   <profiles>