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/12/28 19:05:57 UTC

[commons-codec] branch master updated (59731e2 -> 97b4d95)

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


    from 59731e2  Bump maven-pmd-plugin from 3.14.0 to 3.15.0 (#93)
     new 4aa5074  Bump checkstyle from 9.2 to 9.2.1 #101.
     new b95165f  Bump maven-pmd-plugin from 3.14.0 to 3.15.0.
     new 97b4d95  Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-codec

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:
 src/changes/changes.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

[commons-codec] 01/03: Bump checkstyle from 9.2 to 9.2.1 #101.

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

commit 4aa5074486304447e8b64c7e16d276c51a9fefaf
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Dec 27 14:13:30 2021 -0500

    Bump checkstyle from 9.2 to 9.2.1 #101.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index c7ede0f..ca363d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -258,7 +258,7 @@ limitations under the License.
     <checkstyle.header.file>${basedir}/src/conf/checkstyle-header.txt</checkstyle.header.file>
     <checkstyle.config.file>${basedir}/src/conf/checkstyle.xml</checkstyle.config.file>
     <commons.checkstyle-plugin.version>3.1.2</commons.checkstyle-plugin.version>
-    <commons.checkstyle.version>9.2</commons.checkstyle.version>
+    <commons.checkstyle.version>9.2.1</commons.checkstyle.version>
     <commons.japicmp.version>0.15.3</commons.japicmp.version>
     <commons.jacoco.version>0.8.7</commons.jacoco.version>
     <commons.javadoc.version>3.3.0</commons.javadoc.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index df01fd9..dd35a56 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -64,7 +64,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action                   dev="ggregory" type="update" due-to="Gary Gregory">Bump animal-sniffer-maven-plugin from 1.19 to 1.20.</action>
       <action                   dev="ggregory" type="update" due-to="Gary Gregory">Bump maven-pmd-plugin from 3.13.0 to 3.14.0.</action>
       <action                   dev="ggregory" type="update" due-to="Gary Gregory">Bump maven-checkstyle-plugin from 2.17 to 3.1.2.</action>
-      <action                   dev="kinow" type="update" due-to="Dependabot">Bump checkstyle from 8.45.1 to 9.2 #97, #100.</action>
+      <action                   dev="kinow, ggregory" type="update" due-to="Dependabot">Bump checkstyle from 8.45.1 to 9.2.1 #97, #100, #101.</action>
     </release>
 
     <release version="1.15" date="2020-09-01" description="Feature and fix release.">

[commons-codec] 02/03: Bump maven-pmd-plugin from 3.14.0 to 3.15.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-codec.git

commit b95165f5f4d4672de66181d4a43528a42065f5dd
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Dec 27 14:16:40 2021 -0500

    Bump maven-pmd-plugin from 3.14.0 to 3.15.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 ca363d6..7a44ef4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -264,7 +264,7 @@ limitations under the License.
     <commons.javadoc.version>3.3.0</commons.javadoc.version>
     <commons.surefire-report.version>3.0.0-M5</commons.surefire-report.version>
     <commons.animal-sniffer.version>1.20</commons.animal-sniffer.version>
-    <commons.pmd.version>3.14.0</commons.pmd.version>
+    <commons.pmd.version>3.15.0</commons.pmd.version>
     <japicmp.skip>false</japicmp.skip>
     <jacoco.skip>false</jacoco.skip>
     <clirr.skip>true</clirr.skip>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index dd35a56..cbe1380 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,7 +62,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action                   dev="ggregory" type="update" due-to="Gary Gregory">Bump maven-surefire-plugin from 2.22.2 to 3.0.0-M5.</action>
       <action                   dev="ggregory" type="update" due-to="Gary Gregory">Bump maven-javadoc-plugin from 3.2.0 to 3.3.0.</action>
       <action                   dev="ggregory" type="update" due-to="Gary Gregory">Bump animal-sniffer-maven-plugin from 1.19 to 1.20.</action>
-      <action                   dev="ggregory" type="update" due-to="Gary Gregory">Bump maven-pmd-plugin from 3.13.0 to 3.14.0.</action>
+      <action                   dev="ggregory" type="update" due-to="Gary Gregory">Bump maven-pmd-plugin from 3.13.0 to 3.15.0.</action>
       <action                   dev="ggregory" type="update" due-to="Gary Gregory">Bump maven-checkstyle-plugin from 2.17 to 3.1.2.</action>
       <action                   dev="kinow, ggregory" type="update" due-to="Dependabot">Bump checkstyle from 8.45.1 to 9.2.1 #97, #100, #101.</action>
     </release>

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

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

commit 97b4d9527a7a0048f432bf4190978323c68c023c
Merge: b95165f 59731e2
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Dec 28 14:03:37 2021 -0500

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