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 cb2acdd Update com.github.siom79.japicmp:japicmp-maven-plugin 0.15.2
-> 0.15.3.
cb2acdd is described below
commit cb2acddb70380051b3db72f15007269eaef28bd3
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Mar 6 19:33:49 2021 -0500
Update com.github.siom79.japicmp:japicmp-maven-plugin 0.15.2 -> 0.15.3.
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 3217af7..286b480 100644
--- a/pom.xml
+++ b/pom.xml
@@ -316,7 +316,7 @@ file comparators, endian transformation classes, and much
more.
<checkstyle.plugin.version>3.1.2</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.15.2</commons.japicmp.version>
+ <commons.japicmp.version>0.15.3</commons.japicmp.version>
<spotbugs.plugin.version>4.2.0</spotbugs.plugin.version>
<spotbugs.impl.version>4.2.1</spotbugs.impl.version>
<jmh.version>1.27</jmh.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b380e0e..24384d8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -231,7 +231,7 @@ The <action> type attribute can be add,update,fix,remove.
Minor improvements, #176, 177, #190.
</action>
<action dev="ggregory" type="update" due-to="Gary Gregory">
- Update commons.japicmp.version 0.14.4 -> 0.15.2.
+ Update commons.japicmp.version 0.14.4 -> 0.15.3.
</action>
<action dev="ggregory" type="update" due-to="Michiel Kalkman">
Tiny performance improvement in FileUtils#moveDirectoryToDirectory()
#174.