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/11/27 01:37:30 UTC

[commons-vfs] branch master updated: Bump com.puppycrawl.tools:checkstyle from 9.0 to 9.1.

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


The following commit(s) were added to refs/heads/master by this push:
     new 866d053  Bump com.puppycrawl.tools:checkstyle from 9.0 to 9.1.
866d053 is described below

commit 866d0532a3d46127759678da1e21af91b5ce2c15
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Nov 26 20:37:28 2021 -0500

    Bump com.puppycrawl.tools:checkstyle from 9.0 to 9.1.
---
 pom.xml                 | 4 ++--
 src/changes/changes.xml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index a05f61c..a99d509 100644
--- a/pom.xml
+++ b/pom.xml
@@ -276,12 +276,12 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-checkstyle-plugin</artifactId>
-         <version>${version.checkstyle}</version>
+          <version>${version.checkstyle}</version>
           <dependencies>
             <dependency>
               <groupId>com.puppycrawl.tools</groupId>
               <artifactId>checkstyle</artifactId>
-              <version>9.0</version>
+              <version>9.1</version>
             </dependency>
           </dependencies>
           <!-- Keep build/reporting in sync -->
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1be054b..2a809a7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -92,7 +92,7 @@ The <action> type attribute can be add,update,fix,remove.
         Bump commons.animal-sniffer.version from 1.19 to 1.20.
       </action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">
-        Bump checkstyle from 8.44 to 9.0 #211.
+        Bump com.puppycrawl.tools:checkstyle from 8.44 to 9.1 #211.
       </action>
       <action type="update" dev="ggregory" due-to="Dependabot">
         Bump actions/checkout from 2.3.4 to 2.4.0 #217, #220.