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

ggregory pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/commons-pool.git


The following commit(s) were added to refs/heads/release by this push:
     new 12a5b11  Use JApiCmp instead of Clirr.
12a5b11 is described below

commit 12a5b117873900344d53f5bf161f47c76f71b18b
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Apr 30 09:27:12 2019 -0400

    Use JApiCmp instead of Clirr.
---
 pom.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index 69f1a1a..1418f62 100644
--- a/pom.xml
+++ b/pom.xml
@@ -323,14 +323,6 @@
           </configuration>
         </plugin>
         <plugin>
-          <groupId>org.codehaus.mojo</groupId>
-          <artifactId>clirr-maven-plugin</artifactId>
-          <version>${commons.clirr.version}</version>
-          <configuration>
-            <minSeverity>info</minSeverity>
-          </configuration>
-        </plugin>
-        <plugin>
           <groupId>com.github.siom79.japicmp</groupId>
           <artifactId>japicmp-maven-plugin</artifactId>
           <version>${commons.japicmp.version}</version>

Reply via email to