You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by th...@apache.org on 2019/12/30 01:33:16 UTC

[commons-dbutils] 04/06: Add config for japicmp to not break the build; update version. Add minSeverity to clirr configuration.

This is an automated email from the ASF dual-hosted git repository.

thecarlhall pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-dbutils.git

commit 8e57ef36611f8aa6afb37736fd0ee7ca88d28f3b
Author: Carl Hall <th...@apache.org>
AuthorDate: Sun Dec 29 17:03:14 2019 -0800

    Add config for japicmp to not break the build; update version.
    Add minSeverity to clirr configuration.
---
 pom.xml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5cd1296..d3eaf73 100644
--- a/pom.xml
+++ b/pom.xml
@@ -241,6 +241,10 @@
     <dbutils.spotbugs.version>3.1.12</dbutils.spotbugs.version>
     <dbutils.checkstyle.version>8.27</dbutils.checkstyle.version>
 
+    <!-- generate report even if there are binary incompatible changes -->
+    <commons.japicmp.breakBuildOnBinaryIncompatibleModifications>false</commons.japicmp.breakBuildOnBinaryIncompatibleModifications>
+    <commons.japicmp.version>0.14.3</commons.japicmp.version>
+
     <commons.componentid>dbutils</commons.componentid>
     <commons.module.name>org.apache.commons.dbutils</commons.module.name>
     <commons.release.version>2.0</commons.release.version>
@@ -289,6 +293,7 @@
           <artifactId>clirr-maven-plugin</artifactId>
           <version>${commons.clirr.version}</version>
           <configuration>
+            <minSeverity>${minSeverity}</minSeverity>
             <ignoredDifferencesFile>${basedir}/clirr-ignored.xml</ignoredDifferencesFile>
           </configuration>
         </plugin>
@@ -378,10 +383,6 @@
           </rulesets>
         </configuration>
       </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>clirr-maven-plugin</artifactId>
-      </plugin>
     </plugins>
   </reporting>
   <profiles>