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


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

commit 453849b63c99e24c0f2f1ce783721a28985333ec
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jan 2 10:22:05 2021 -0500

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

diff --git a/pom.xml b/pom.xml
index 95dbb21..36fb5f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,11 +58,8 @@ under the License.
     <commons.jira.pid>12315320</commons.jira.pid>
     <commons.site.path>commons-weaver</commons.site.path>
     
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/${commons.site.path}</commons.scmPubUrl>
-
     <commons.japicmp.version>0.15.1</commons.japicmp.version>
-    <!-- remove after 2.0 release: -->
-    
<commons.japicmp.breakBuildOnBinaryIncompatibleModifications>false</commons.japicmp.breakBuildOnBinaryIncompatibleModifications>
-
+    <japicmp.skip>false</japicmp.skip>
     <!-- most Java-related items are defined in parent/pom.xml;
          define these here for the animal-sniffer config of commons-parent: -->
     <maven.compiler.source>1.8</maven.compiler.source>

Reply via email to