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 15:18:56 UTC

[commons-lang] branch master updated: Pick up the default from the parent POM.

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


The following commit(s) were added to refs/heads/master by this push:
     new 4892703  Pick up the default from the parent POM.
4892703 is described below

commit 48927030951c5f58d7eea559856b51faad0e07c9
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jan 2 10:18:52 2021 -0500

    Pick up the default from the parent POM.
---
 pom.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 85d1839..49a9a53 100644
--- a/pom.xml
+++ b/pom.xml
@@ -629,9 +629,6 @@
     <commons.jacoco.version>0.8.6</commons.jacoco.version>
     <commons.surefire.version>3.0.0-M5</commons.surefire.version>
     <commons.javadoc.version>3.2.0</commons.javadoc.version>
-
-    <!-- never generate report if there are binary incompatible changes -->
-    <commons.japicmp.breakBuildOnBinaryIncompatibleModifications>true</commons.japicmp.breakBuildOnBinaryIncompatibleModifications>
     <commons.japicmp.version>0.15.1</commons.japicmp.version>
 
     <!-- Commons Release Plugin -->