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 2021/01/02 14:42:24 UTC

[commons-configuration] branch master updated: Breaking binary compatibility should break the build instead of generating a report one might skip reading, especially for PRs.

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-configuration.git


The following commit(s) were added to refs/heads/master by this push:
     new 81115e4  Breaking binary compatibility should break the build instead of generating a report one might skip reading, especially for PRs.
81115e4 is described below

commit 81115e49ac3b8faa3fae81fc4f3d29da53276634
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jan 2 09:42:20 2021 -0500

    Breaking binary compatibility should break the build instead of
    generating a report one might skip reading, especially for PRs.
---
 pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index fc3b0c5..137c3cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -565,8 +565,6 @@
     <slf4j.version>1.7.30</slf4j.version>
     <spring.version>4.3.30.RELEASE</spring.version>
 
-    <!-- generate report even if there are binary incompatible changes -->
-    <commons.japicmp.breakBuildOnBinaryIncompatibleModifications>false</commons.japicmp.breakBuildOnBinaryIncompatibleModifications>
     <commons.japicmp.version>0.15.1</commons.japicmp.version>
     <japicmp.skip>false</japicmp.skip>
     <commons.jacoco.version>0.8.6</commons.jacoco.version>