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/07/27 23:40:55 UTC

[commons-text] branch master updated: commons.japicmp.version 0.13.0 -> 0.14.1.

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 c65b583  commons.japicmp.version 0.13.0 -> 0.14.1.
c65b583 is described below

commit c65b58331a0a7dbc2d5ddcac1367506cccadd5d9
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jul 27 19:40:52 2019 -0400

    commons.japicmp.version 0.13.0 -> 0.14.1.
---
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9b31b72..c47dab7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,8 +58,7 @@
 
     <!-- generate report even if there are binary incompatible changes -->
     <commons.japicmp.breakBuildOnBinaryIncompatibleModifications>false</commons.japicmp.breakBuildOnBinaryIncompatibleModifications>
-    <!-- 0.12.0 dies with a NullPointerException -->
-    <commons.japicmp.version>0.13.0</commons.japicmp.version>
+    <commons.japicmp.version>0.14.1</commons.japicmp.version>
     <japicmp.skip>false</japicmp.skip>
 
     <!-- Commons Release Plugin -->