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 2022/09/24 15:34:19 UTC

[commons-io] branch master updated (e4c77a3a -> f62bc915)

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git


    from e4c77a3a Bump commons-parent from 53 to 54 #388
     new fa851ca7 Bump japicmp-maven-plugin from 0.15.7 to 0.16.0
     new f62bc915 Merge branch 'master' of https://ggregory@gitbox.apache.org/repos/asf/commons-io.git

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[commons-io] 02/02: Merge branch 'master' of https://ggregory@gitbox.apache.org/repos/asf/commons-io.git

Posted by gg...@apache.org.
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

commit f62bc91596d4fe9290ce022b0479cf1aaf5ef4f8
Merge: fa851ca7 e4c77a3a
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Sep 24 11:34:00 2022 -0400

    Merge branch 'master' of https://ggregory@gitbox.apache.org/repos/asf/commons-io.git

 pom.xml                 | 2 +-
 src/changes/changes.xml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --cc src/changes/changes.xml
index b3263fb2,a20e0d7f..9ff8ec90
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@@ -495,10 -495,10 +495,10 @@@ The <action> type attribute can be add,
          Bump junit-pioneer from 1.4.2 to 1.7.1 #304. #335, #362.
        </action>
        <action dev="ggregory" type="update" due-to="Gary Gregory">
 -        Bump japicmp-maven-plugin from 0.15.3 to 0.15.7.
 +        Bump japicmp-maven-plugin from 0.15.3 to 0.16.0.
        </action>
-       <action dev="ggregory" type="update" due-to="Gary Gregory">
-         Bump commons-parent from 52 to 53.
+       <action dev="ggregory" type="update" due-to="Gary Gregory, Dependabot">
+         Bump commons-parent from 52 to 54 #388.
        </action>
        <action dev="ggregory" type="update" due-to="Gary Gregory">
          Bump jacoco-maven-plugin from 0.8.7 to 0.8.8.


[commons-io] 01/02: Bump japicmp-maven-plugin from 0.15.7 to 0.16.0

Posted by gg...@apache.org.
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

commit fa851ca751b6aeaaf785f2f56808812be9cdf56d
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Sep 24 11:33:48 2022 -0400

    Bump japicmp-maven-plugin from 0.15.7 to 0.16.0
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5ef8e96e..1f5ab722 100644
--- a/pom.xml
+++ b/pom.xml
@@ -340,7 +340,7 @@ file comparators, endian transformation classes, and much more.
     <checkstyle.impl.version>9.3</checkstyle.impl.version>
     <commons.jacoco.version>0.8.8</commons.jacoco.version>
     <commons.surefire.version>3.0.0-M7</commons.surefire.version>
-    <commons.japicmp.version>0.15.7</commons.japicmp.version>
+    <commons.japicmp.version>0.16.0</commons.japicmp.version>
     <commons.enforcer.version>3.1.0</commons.enforcer.version>
     <commons.moditect.version>1.0.0.RC2</commons.moditect.version>
     <commons.spotbugs.plugin.version>4.7.2.0</commons.spotbugs.plugin.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ce3b5b18..b3263fb2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -495,7 +495,7 @@ The <action> type attribute can be add,update,fix,remove.
         Bump junit-pioneer from 1.4.2 to 1.7.1 #304. #335, #362.
       </action>
       <action dev="ggregory" type="update" due-to="Gary Gregory">
-        Bump japicmp-maven-plugin from 0.15.3 to 0.15.7.
+        Bump japicmp-maven-plugin from 0.15.3 to 0.16.0.
       </action>
       <action dev="ggregory" type="update" due-to="Gary Gregory">
         Bump commons-parent from 52 to 53.