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/05/24 01:06:12 UTC

[commons-parent] branch master updated: japicmp-maven-plugin 0.14.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-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 15d7227  japicmp-maven-plugin 0.14.0 -> 0.14.1.
15d7227 is described below

commit 15d7227de4dbb350ec1aeb92ed14b83b1aff3c61
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu May 23 21:06:08 2019 -0400

    japicmp-maven-plugin 0.14.0 -> 0.14.1.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0a6d4d0..811ca70 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1661,7 +1661,7 @@
     <commons.rat.version>0.13</commons.rat.version>
     <commons.changes.version>2.12.1</commons.changes.version>
     <commons.clirr.version>2.8</commons.clirr.version>
-    <commons.japicmp.version>0.14.0</commons.japicmp.version>
+    <commons.japicmp.version>0.14.1</commons.japicmp.version>
     <commons.jxr.version>3.0.0</commons.jxr.version>
     <commons.project-info.version>3.0.0</commons.project-info.version>
     <commons.wagon-ssh.version>3.3.2</commons.wagon-ssh.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8f18637..98a6e88 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -76,6 +76,7 @@ The <action> type attribute can be add,update,fix,remove.
             <action type="update" dev="ggregory">Add profile java-1.12</action>
             <action type="add" dev="ggregory">Add commons.pmd.version</action>
             <action type="update" dev="ggregory">maven-source-plugin 3.0.1 -> 3.1.0</action>
+            <action type="update" dev="ggregory">japicmp-maven-plugin 0.14.0 -> 0.14.1</action>
         </release>
         
         <release version="48" date="2019-03-20" description="Release version 47">