You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by lg...@apache.org on 2019/12/11 17:18:20 UTC

[mina-sshd] branch master updated (69caf00 -> 8e5547f)

This is an automated email from the ASF dual-hosted git repository.

lgoldstein pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git.


    from 69caf00  Using plain Session instead of AbstractSession where possible
     new fbf7c3a  Upgraded Checkstyle version to 8.27
     new 8e5547f  Updated PMD version to 6.20.0

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


[mina-sshd] 02/02: Updated PMD version to 6.20.0

Posted by lg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lgoldstein pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git

commit 8e5547fe29ddb0e48cb369a9505f4f718c8003cb
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Wed Dec 11 18:39:02 2019 +0200

    Updated PMD version to 6.20.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3b59af4..1ac4ef8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -123,7 +123,7 @@
         <maven.archiver.version>3.4.0</maven.archiver.version>
         <plexus.archiver.version>4.1.0</plexus.archiver.version>
         <!-- See https://pmd.github.io/ for available latest version -->
-        <pmd.version>6.19.0</pmd.version>
+        <pmd.version>6.20.0</pmd.version>
     </properties>
 
     <profiles>


[mina-sshd] 01/02: Upgraded Checkstyle version to 8.27

Posted by lg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lgoldstein pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git

commit fbf7c3a57018153300028de026fe595afeec389a
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Wed Dec 11 18:37:41 2019 +0200

    Upgraded Checkstyle version to 8.27
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 49fae17..3b59af4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -823,7 +823,7 @@
                         <dependency>
                             <groupId>com.puppycrawl.tools</groupId>
                             <artifactId>checkstyle</artifactId>
-                            <version>8.26</version>
+                            <version>8.27</version>
                             <exclusions>
                                 <!-- MCHECKSTYLE-156 -->
                                 <exclusion>