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 2015/05/31 13:23:54 UTC

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

Repository: mina-sshd
Updated Branches:
  refs/heads/master 9c38dc564 -> f8d842b1e


[SSHD-479] Upgrade used Maven artifacts versions to more recent versions

* mina-core: 2.0.8 -> 2.0.9
* bouncycastle: 1.51 -> 1.52
* assembly plugin: 2.4.1 -> 2.5.4
* jat plugin: 2.5 -> 2.6


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

Branch: refs/heads/master
Commit: f8d842b1edb568962555b3542008b69d455cc579
Parents: 9c38dc5
Author: Lyor Goldstein <lg...@vmware.com>
Authored: Sun May 31 14:23:45 2015 +0300
Committer: Lyor Goldstein <lg...@vmware.com>
Committed: Sun May 31 14:23:45 2015 +0300

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


http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/f8d842b1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0a9d175..d6d68b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,7 +77,7 @@
         <connection>scm:git:http://git-wip-us.apache.org/repos/asf/mina-sshd.git</connection>
         <developerConnection>scm:git:http://git-wip-us.apache.org/repos/asf/mina-sshd.git</developerConnection>
         <url>https://git-wip-us.apache.org/repos/asf?p=mina-sshd.git</url>
-      <tag>HEAD</tag>
+		<tag>HEAD</tag>
     </scm>
 
 	<properties>
@@ -96,7 +96,7 @@
 
         <min.required.maven.version>3.0</min.required.maven.version>
 
-		<bouncycastle.version>1.51</bouncycastle.version>
+		<bouncycastle.version>1.52</bouncycastle.version>
 		<slf4j.version>1.7.12</slf4j.version>
 		<spring.version>3.0.6.RELEASE</spring.version>
 		<jgit.version>3.4.1.201406201815-r</jgit.version>
@@ -125,7 +125,7 @@
             <dependency>
                 <groupId>org.apache.mina</groupId>
                 <artifactId>mina-core</artifactId>
-                <version>2.0.8</version>
+                <version>2.0.9</version>
             </dependency>
             <dependency>
                 <groupId>tomcat</groupId>
@@ -477,7 +477,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-assembly-plugin</artifactId>
-                <version>2.4.1</version>
+                <version>2.5.4</version>
                 <executions>
                     <execution>
                         <id>source-release-assembly</id>
@@ -504,7 +504,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-jar-plugin</artifactId>
-                <version>2.5</version>
+                <version>2.6</version>
                 <inherited>true</inherited>
                 <configuration>
                     <archive>