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-cli.git
commit 62ae38b76b39aaaf1e3bb3bb52454ee9359acbde Author: Gary Gregory <[email protected]> AuthorDate: Sat Nov 8 07:22:07 2025 -0500 Remove properties that are no longer needed --- pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pom.xml b/pom.xml index 7b2c4f7e..18620ca9 100644 --- a/pom.xml +++ b/pom.xml @@ -104,8 +104,6 @@ <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-cli</commons.scmPubUrl> <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory> <commons.encoding>utf-8</commons.encoding> - <findbugs.skip>true</findbugs.skip> - <japicmp.skip>false</japicmp.skip> <!-- JaCoCo: Don't make code coverage worse than: --> <commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure> <commons.jacoco.classRatio>1.00</commons.jacoco.classRatio>
