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:41:51 UTC

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


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

commit 2444bfd77a4bbb4b5b88b3d0b3d85c06334bc08c
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Sep 23 13:41:48 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 25f96844..88ae4e21 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,6 @@
     <jna.version>5.12.1</jna.version>
     <commons.japicmp.version>0.16.0</commons.japicmp.version>
     <japicmp.skip>false</japicmp.skip>
-    <clirr.skip>true</clirr.skip>
     <commons.jacoco.version>0.8.8</commons.jacoco.version>
     <commons.javadoc.version>3.4.1</commons.javadoc.version>
     <commons.felix.version>5.1.3</commons.felix.version>