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 2018/07/06 07:16:51 UTC

[5/7] mina-sshd git commit: Upgraded Maven Surefire Plugin version to 2.22.0

Upgraded Maven Surefire Plugin version to 2.22.0


Project: http://git-wip-us.apache.org/repos/asf/mina-sshd/repo
Commit: http://git-wip-us.apache.org/repos/asf/mina-sshd/commit/4bb58680
Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/4bb58680
Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/4bb58680

Branch: refs/heads/master
Commit: 4bb586806b7c2ba133d0208f3bc8b63871518fee
Parents: 5eda6bd
Author: Lyor Goldstein <ly...@gmail.com>
Authored: Fri Jul 6 06:11:38 2018 +0300
Committer: Lyor Goldstein <ly...@gmail.com>
Committed: Fri Jul 6 10:20:46 2018 +0300

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/4bb58680/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9c44181..4f22488 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,7 +114,7 @@
         <spring.version>5.0.7.RELEASE</spring.version>
         <jgit.version>5.0.1.201806211838-r</jgit.version>
         <junit.version>4.12</junit.version>
-        <surefire.plugin.version>2.21.0</surefire.plugin.version>
+        <surefire.plugin.version>2.22.0</surefire.plugin.version>
         <!-- See https://pmd.github.io/ for available latest version -->
         <pmd.version>6.4.0</pmd.version>
     </properties>