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/09 14:34:01 UTC

[commons-cli] branch master updated: Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 #121

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


The following commit(s) were added to refs/heads/master by this push:
     new fc44373  Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 #121
fc44373 is described below

commit fc44373bbfc58fc1183a56bde1599babc4e5d2a2
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Fri Sep 9 07:33:57 2022 -0700

    Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 #121
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1ff60db..1358b81 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -69,6 +69,9 @@
       <action type="update" dev="ggregory" due-to="Gary Gregory">
         Bump jacoco-maven-plugin from 0.8.7 to 0.8.8.
       </action>
+      <action type="update" dev="ggregory" due-to="Gary Gregory">
+        Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 #121.
+      </action>
     </release>
     <release version="1.5.0" date="10-23-2021" description="New features and bug fixes (Java 7).">
       <!-- FIX -->