You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by gn...@apache.org on 2014/10/21 09:22:22 UTC

[2/2] git commit: Upgrade maven plugins

Upgrade maven plugins

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

Branch: refs/heads/master
Commit: 4a60ed12327fefc2931969285ba3095df69b7b46
Parents: d05ce8f
Author: Guillaume Nodet <gn...@apache.org>
Authored: Tue Oct 21 09:21:13 2014 +0200
Committer: Guillaume Nodet <gn...@apache.org>
Committed: Tue Oct 21 09:21:13 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/4a60ed12/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7a496bf..d5f4120 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>14</version>
+        <version>15</version>
     </parent>
 
     <groupId>org.apache.sshd</groupId>
@@ -201,6 +201,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-release-plugin</artifactId>
+                    <version>2.5.1</version>
                     <configuration>
                         <autoVersionSubmodules>true</autoVersionSubmodules>
                     </configuration>
@@ -212,6 +213,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
+                <version>3.2</version>
                 <configuration>
                     <source>1.5</source>
                     <target>1.5</target>
@@ -219,6 +221,7 @@
             </plugin>
             <plugin>
                 <artifactId>maven-remote-resources-plugin</artifactId>
+                <version>1.5</version>
                 <executions>
                     <execution>
                         <goals>
@@ -243,6 +246,7 @@
             <plugin>
                 <groupId>org.apache.rat</groupId>
                 <artifactId>apache-rat-plugin</artifactId>
+                <version>0.11</version>
                 <executions>
                     <execution>
                         <goals>
@@ -263,7 +267,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-assembly-plugin</artifactId>
-                <version>2.2-beta-4</version>
+                <version>2.4.1</version>
                 <executions>
                     <execution>
                         <id>source-release-assembly</id>
@@ -290,6 +294,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-jar-plugin</artifactId>
+                <version>2.5</version>
                 <inherited>true</inherited>
                 <configuration>
                     <archive>
@@ -300,6 +305,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
+                <version>2.17</version>
                 <configuration>
                     <redirectTestOutputToFile>true</redirectTestOutputToFile>
                 </configuration>