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/29 17:11:18 UTC

[commons-vfs] branch master updated (4bf580c -> 9a7aefe)

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


    from 4bf580c  Fix Checkstyle DeclarationOrder: Variable access definition in wrong order.
     new 7612ee2  Merge PMD entries.
     new 4bf5343  Merge commons-io entries.
     new 9a7aefe  Bump checkstyle from 9.1 to 9.2.

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 | 16 +++++-----------
 2 files changed, 6 insertions(+), 12 deletions(-)

[commons-vfs] 03/03: Bump checkstyle from 9.1 to 9.2.

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

commit 9a7aefe01def6477e5b785c66983eca844732f82
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Nov 29 12:11:14 2021 -0500

    Bump checkstyle from 9.1 to 9.2.
---
 src/changes/changes.xml | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4a671f7..58f9436 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -227,7 +227,7 @@ The <action> type attribute can be add,update,fix,remove.
         Bump net.sourceforge.pmd:pmd-* from 6.32.0 to 6.36.0 #191.
       </action>
       <action dev="ggregory" due-to="Dependabot, Gary Gregory" type="update">
-        Bump checkstyle from 8.41 to 8.44 #175.
+        Bump checkstyle from 8.41 to 9.2 #175.
       </action>
       <action dev="ggregory" due-to="Boris Petrov" type="update">
         Bump actions/setup-java to v2 #177.
@@ -235,8 +235,8 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" due-to="Dependabot, Gary GRegory" type="update">
         Bump mockito-core from 3.8.0 to 3.11.2 #178.
       </action>
-      <action dev="ggregory" due-to="Gary Gregory" type="update">
-        Bump commons-io from 2.8.0 to 2.10.0.
+      <action dev="ggregory" due-to="Gary Gregory, Dependabot" type="update">
+        Bump commons-io from 2.8.0 to 2.11.0 #197.
       </action>
       <action dev="ggregory" due-to="Dependabot" type="update">
         Bump actions/cache from 2.1.4 to 2.1.6 #183.
@@ -263,9 +263,6 @@ The <action> type attribute can be add,update,fix,remove.
         Bump commons.spotbugs.version from 4.2.2 to 4.3.0.
       </action>
       <action dev="ggregory" due-to="Gary Gregory" type="update">
-        Bump commons-io from 2.10.0 to 2.11.0 #197.
-      </action>
-      <action dev="ggregory" due-to="Gary Gregory" type="update">
         Bump commons.spotbugs.impl.version from 4.2.2 to 4.3.0.
         Workaround https://github.com/spotbugs/spotbugs/issues/1539
       </action>

[commons-vfs] 02/03: Merge commons-io entries.

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

commit 4bf5343f95cb416158ed699fab60ac494eb373ba
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Nov 29 12:10:07 2021 -0500

    Merge commons-io entries.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c73dd1a..eb90921 100644
--- a/pom.xml
+++ b/pom.xml
@@ -281,7 +281,7 @@
             <dependency>
               <groupId>com.puppycrawl.tools</groupId>
               <artifactId>checkstyle</artifactId>
-              <version>9.1</version>
+              <version>9.2</version>
             </dependency>
           </dependencies>
           <!-- Keep build/reporting in sync -->

[commons-vfs] 01/03: Merge PMD entries.

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

commit 7612ee27511745e5acf30b508be3e96fb4de4ce9
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Nov 29 12:09:13 2021 -0500

    Merge PMD entries.
---
 src/changes/changes.xml | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index cd307e1..4a671f7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -223,8 +223,8 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="update" dev="ggregory" due-to="Gary Gregory">
         Bump Maven Surefire from 2.19.1 to 3.0.0-M5.
       </action>
-      <action dev="ggregory" type="update">
-        Bump net.sourceforge.pmd:pmd-* from 6.32.0 to 6.33.0.
+      <action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory" >
+        Bump net.sourceforge.pmd:pmd-* from 6.32.0 to 6.36.0 #191.
       </action>
       <action dev="ggregory" due-to="Dependabot, Gary Gregory" type="update">
         Bump checkstyle from 8.41 to 8.44 #175.
@@ -251,9 +251,6 @@ The <action> type attribute can be add,update,fix,remove.
         Bump hadoop.version 3.3.0 to 3.3.1.
       </action>
       <action dev="ggregory" due-to="Dependabot" type="update">
-        Bump commons.pmd.version from 6.33.0 to 6.36.0 #191.
-      </action>
-      <action dev="ggregory" due-to="Dependabot" type="update">
         Bump asm from 9.1 to 9.2 #194.
       </action>
       <action dev="ggregory" due-to="Dependabot" type="update">