You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2021/07/25 13:08:36 UTC

[commons-text] branch master updated: Replace Clirr with JApiCmp.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8eccbdb  Replace Clirr with JApiCmp.
8eccbdb is described below

commit 8eccbdbc83593f4ce37b5bcfc37a03095c804bfe
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Jul 25 09:08:31 2021 -0400

    Replace Clirr with JApiCmp.
---
 pom.xml | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4fce06c..5c15a33 100644
--- a/pom.xml
+++ b/pom.xml
@@ -285,11 +285,8 @@
         </configuration>
       </plugin>
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>clirr-maven-plugin</artifactId>
-        <configuration>
-          <minSeverity>info</minSeverity>
-        </configuration>
+        <groupId>com.github.siom79.japicmp</groupId>
+        <artifactId>japicmp-maven-plugin</artifactId>
       </plugin>
       <plugin>
         <artifactId>maven-pmd-plugin</artifactId>