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 2022/09/23 17:42:34 UTC

[commons-codec] branch master updated: Drop Clirr property since commons-parent has replaced 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-codec.git


The following commit(s) were added to refs/heads/master by this push:
     new 8fec7191 Drop Clirr property since commons-parent has replaced Clirr with JApiCmp.
8fec7191 is described below

commit 8fec7191ffff89fd4b3be93a8a575b78660452ff
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Sep 23 13:42:31 2022 -0400

    Drop Clirr property since commons-parent has replaced Clirr with
    JApiCmp.
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5b77ff15..636c9c31 100644
--- a/pom.xml
+++ b/pom.xml
@@ -295,7 +295,6 @@ limitations under the License.
     <commons.pmd-impl.version>6.47.0</commons.pmd-impl.version>
     <japicmp.skip>false</japicmp.skip>
     <jacoco.skip>false</jacoco.skip>
-    <clirr.skip>true</clirr.skip>
 
     <!-- Commons Release Plugin -->
     <commons.bc.version>1.15</commons.bc.version>