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 2019/03/27 00:24:35 UTC

[commons-lang] branch master updated: Oops, remove dup property.

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 c20dcda  Oops, remove dup property.
c20dcda is described below

commit c20dcdadd49bb8371dbcee6a955960760a239aca
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Mar 26 20:24:32 2019 -0400

    Oops, remove dup property.
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d3b7ae4..2d0b892 100644
--- a/pom.xml
+++ b/pom.xml
@@ -611,7 +611,6 @@
     <!-- generate report even if there are binary incompatible changes -->
     <commons.japicmp.breakBuildOnBinaryIncompatibleModifications>false</commons.japicmp.breakBuildOnBinaryIncompatibleModifications>
     <commons.japicmp.version>0.13.1</commons.japicmp.version>
-    <japicmp.skip>false</japicmp.skip>
 
     <!-- Commons Release Plugin -->
     <commons.bc.version>3.8.1</commons.bc.version>