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:45:00 UTC

[commons-lang] 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-lang.git


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

commit 9a52b9c7cd4bf6599510d259ee62b2effcb30bf2
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Sep 23 13:44:55 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 795a40de9..ed65c9262 100644
--- a/pom.xml
+++ b/pom.xml
@@ -641,7 +641,6 @@
     <commons.spotbugs.plugin.version>4.7.2.0</commons.spotbugs.plugin.version>
     <commons.spotbugs.impl.version>4.7.2</commons.spotbugs.impl.version>
     <japicmp.skip>false</japicmp.skip>
-    <clirr.skip>true</clirr.skip>
 
     <!-- JMH Benchmark related properties, version, target compiler and name of the benchmarking uber jar. -->
     <jmh.version>1.35</jmh.version>