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:22:32 UTC

[commons-text] 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-text.git


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

commit 7dd7b60f04565d3c1b874a090c0dd928406f668e
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jan 2 10:22:27 2021 -0500

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

diff --git a/pom.xml b/pom.xml
index 8dc29b8..9a1b2ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,8 +59,6 @@
 
     <graalvm.version>20.3.0</graalvm.version>
 
-    <!-- generate report even if there are binary incompatible changes -->
-    <commons.japicmp.breakBuildOnBinaryIncompatibleModifications>true</commons.japicmp.breakBuildOnBinaryIncompatibleModifications>
     <commons.japicmp.version>0.15.1</commons.japicmp.version>
     <japicmp.skip>false</japicmp.skip>
     <clirr.skip>true</clirr.skip>