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 2016/02/14 17:28:58 UTC

mina-sshd git commit: [SSHD-497] Upgrade used Maven artifacts versions to more recent versions

Repository: mina-sshd
Updated Branches:
  refs/heads/master ccb7b6058 -> 963036eaa


[SSHD-497] Upgrade used Maven artifacts versions to more recent 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/963036ea
Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/963036ea
Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/963036ea

Branch: refs/heads/master
Commit: 963036eaa4ec4677589b63f851bad6d622ba4ba5
Parents: ccb7b60
Author: Lyor Goldstein <lg...@vmware.com>
Authored: Sun Feb 14 18:28:48 2016 +0200
Committer: Lyor Goldstein <lg...@vmware.com>
Committed: Sun Feb 14 18:28:48 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/963036ea/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f903d7b..488e768 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,8 +98,8 @@
 
         <min.required.maven.version>3.0</min.required.maven.version>
 
-        <bouncycastle.version>1.53</bouncycastle.version>
-        <slf4j.version>1.7.13</slf4j.version>
+        <bouncycastle.version>1.54</bouncycastle.version>
+        <slf4j.version>1.7.16</slf4j.version>
         <spring.version>3.0.6.RELEASE</spring.version>
         <jgit.version>3.4.1.201406201815-r</jgit.version>
         <junit.version>4.12</junit.version>
@@ -774,7 +774,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-enforcer-plugin</artifactId>
-                <version>1.4</version>
+                <version>1.4.1</version>
                 <executions>
                     <execution>
                         <id>enforce-versions</id>
@@ -797,7 +797,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
-                <version>3.3</version>
+                <version>3.5.1</version>
                 <configuration>
                     <source>${javac.source}</source>
                     <target>${javac.target}</target>
@@ -808,6 +808,24 @@
                 </configuration>
             </plugin>
             <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-dependency-plugin</artifactId>
+                <version>2.10</version>
+                <executions>
+                    <execution>
+                        <id>install</id>
+                        <phase>install</phase>
+                        <goals>	<!-- automatically download the dependency sources - useful for debugging -->
+                            <goal>sources</goal>
+                        </goals>
+                        <configuration>
+                            <markersDirectory>${settings.localRepository}/org/apache/sshd/dependency-maven-plugin-markers</markersDirectory>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-remote-resources-plugin</artifactId>
                 <version>1.5</version>
                 <executions>
@@ -923,7 +941,7 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>build-helper-maven-plugin</artifactId>
-                <version>1.9.1</version>
+                <version>1.10</version>
                  <executions>
                       <execution>
                         <id>remove-previous-artifact</id>