This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch 1.X in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git
commit d7006dc02f71cce1c45d260aa3a2d4431edcf488 Author: Gary D. Gregory <[email protected]> AuthorDate: Wed Dec 25 17:54:22 2024 -0500 Make sure a BC change breaks the build --- pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pom.xml b/pom.xml index a9fdea99..f9f320fb 100644 --- a/pom.xml +++ b/pom.xml @@ -46,8 +46,6 @@ <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-beanutils</commons.scmPubUrl> <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory> <project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp> - <!-- Generate report even if there are binary incompatible changes --> - <commons.japicmp.breakBuildOnBinaryIncompatibleModifications>false</commons.japicmp.breakBuildOnBinaryIncompatibleModifications> <japicmp.skip>false</japicmp.skip> <!-- Commons Release Plugin --> <commons.bc.version>1.9.4</commons.bc.version>
