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 2021/07/21 13:24:43 UTC

[commons-configuration] branch master updated (4cc94ae -> 5734027)

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-configuration.git.


    from 4cc94ae  Bump checkstyle from 8.43 to 8.44 (#132)
     new f2e73ca  Bump checkstyle from 8.43 to 8.44 #132.
     new 0e39e0e  Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-configuration
     new 5734027  Bump commons.japicmp.version from 0.15.2 to 0.15.3.

The 3 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 | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

[commons-configuration] 01/03: Bump checkstyle from 8.43 to 8.44 #132.

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-configuration.git

commit f2e73ca7907a27ea01e35f2b669f76a7359cb76a
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Jul 21 09:21:40 2021 -0400

    Bump checkstyle from 8.43 to 8.44 #132.
---
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e39afe1..6db913a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -127,7 +127,7 @@
          Update optional commons-codec from 1.14 to 1.15.
        </action>
        <action type="update" dev="ggregory" due-to="Dependabot">
-         Update checkstyle from 8.26 to 8.43, #66, #71, #90, #101, #118, #121.
+         Update checkstyle from 8.26 to 8.44, #66, #71, #90, #101, #118, #121, #132.
        </action>
        <action dev="ggregory" type="update" due-to="Gary Gregory">
          Update commons.jacoco.version 0.8.5 to 0.8.6 (Fixes Java 15 builds).

[commons-configuration] 02/03: Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-configuration

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-configuration.git

commit 0e39e0e9df99c8708887e0ee92eb9f42c0fa1022
Merge: f2e73ca 4cc94ae
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Jul 21 09:22:49 2021 -0400

    Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-configuration

 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

[commons-configuration] 03/03: Bump commons.japicmp.version from 0.15.2 to 0.15.3.

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-configuration.git

commit 5734027b678e4503669747578dc5e1a7c1bb50e0
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Jul 21 09:24:39 2021 -0400

    Bump commons.japicmp.version from 0.15.2 to 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 dea273e..86292e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -571,7 +571,7 @@
     <slf4j.version>1.7.30</slf4j.version>
     <spring.version>4.3.30.RELEASE</spring.version>
 
-    <commons.japicmp.version>0.15.2</commons.japicmp.version>
+    <commons.japicmp.version>0.15.3</commons.japicmp.version>
     <japicmp.skip>false</japicmp.skip>
     <commons.jacoco.version>0.8.6</commons.jacoco.version>
     <commons.spotbugs.version>4.2.3</commons.spotbugs.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6db913a..edaa4da 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -142,7 +142,7 @@
          Bump snakeyaml from 1.26 to 1.29 #68, #126.
        </action>
        <action type="update" dev="ggregory" due-to="Gary Gregory">
-         Update commons.japicmp.version 0.14.1 -> 0.15.2.
+         Update commons.japicmp.version 0.14.1 -> 0.15.3.
        </action>
        <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">
          Bump junit from 4.13 to 4.13.2 #78.