Repository: mina-sshd
Updated Branches:
  refs/heads/master 9be86826c -> 4ea5f2b8e


Upgraded several Maven plugin versions


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

Branch: refs/heads/master
Commit: 4ea5f2b8e947306dace746ccafbd1c04f7c6671c
Parents: 9be8682
Author: Lyor Goldstein <lyor.goldst...@gmail.com>
Authored: Thu Oct 19 19:08:29 2017 +0300
Committer: Lyor Goldstein <lyor.goldst...@gmail.com>
Committed: Thu Oct 19 19:08:29 2017 +0300

----------------------------------------------------------------------
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/4ea5f2b8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0685593..f203dd9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,7 +113,7 @@
         <spring.version>4.3.8.RELEASE</spring.version>
         <jgit.version>4.7.0.201704051617-r</jgit.version>
         <junit.version>4.12</junit.version>
-        <surefire.plugin.version>2.20</surefire.plugin.version>
+        <surefire.plugin.version>2.20.1</surefire.plugin.version>
         <!-- See https://pmd.github.io/ for available latest version -->
         <pmd.version>5.6.1</pmd.version>
         <httpcomps.version>4.4.1</httpcomps.version>
@@ -509,7 +509,7 @@
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>animal-sniffer-maven-plugin</artifactId>
-                    <version>1.15</version>
+                    <version>1.16</version>
                     <configuration>
                         <signature>
                             <groupId>org.codehaus.mojo.signature</groupId>
@@ -821,7 +821,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
-                <version>3.6.1</version>
+                <version>3.7.0</version>
                 <configuration>
                     <source>${javac.source}</source>
                     <target>${javac.target}</target>
@@ -834,7 +834,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-dependency-plugin</artifactId>
-                <version>3.0.1</version>
+                <version>3.0.2</version>
                 <executions>
                     <execution>
                         <id>install</id>
@@ -889,7 +889,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-assembly-plugin</artifactId>
-                <version>3.0.0</version>
+                <version>3.1.0</version>
                 <executions>
                     <execution>
                         <id>source-release-assembly</id>

Reply via email to