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-io.git
The following commit(s) were added to refs/heads/master by this push:
new 31b976a Update com.github.siom79.japicmp:japicmp-maven-plugin 0.14.3
-> 0.14.4.
31b976a is described below
commit 31b976a14e85e0ba8247c5639b94bdb0c79f4fc7
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Oct 19 09:13:38 2020 -0400
Update com.github.siom79.japicmp:japicmp-maven-plugin 0.14.3 -> 0.14.4.
---
pom.xml | 2 +-
src/changes/changes.xml | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 412b3c9..c012818 100644
--- a/pom.xml
+++ b/pom.xml
@@ -304,7 +304,7 @@ file comparators, endian transformation classes, and much
more.
<checkstyle.plugin.version>3.1.1</checkstyle.plugin.version>
<commons.jacoco.version>0.8.6</commons.jacoco.version>
<commons.surefire.version>3.0.0-M5</commons.surefire.version>
- <commons.japicmp.version>0.14.3</commons.japicmp.version>
+ <commons.japicmp.version>0.14.4</commons.japicmp.version>
<spotbugs.plugin.version>4.1.3</spotbugs.plugin.version>
<spotbugs.impl.version>4.1.4</spotbugs.impl.version>
<japicmp.skip>false</japicmp.skip>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b948a9e..d7d6906 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -235,6 +235,9 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" type="update" due-to="Dependabot">
Update actions/setup-java from v1.4.0 to v1.4.2 #141, #148.
</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">
+ Update com.github.siom79.japicmp:japicmp-maven-plugin 0.14.3 -> 0.14.4.
+ </action>
</release>
<!-- The release date is the date RC is cut -->
<release version="2.7" date="2020-05-24" description="Java 8 required.">