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/02/13 13:17:29 UTC

git commit: Fix warning about duplicate plugin declaration

Updated Branches:
  refs/heads/master b971c90ca -> 2ec647f52


Fix warning about duplicate plugin declaration

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

Branch: refs/heads/master
Commit: 2ec647f522b66254c24c843161ad3811a1ebbfbb
Parents: b971c90
Author: Guillaume Nodet <gn...@apache.org>
Authored: Thu Feb 13 13:17:22 2014 +0100
Committer: Guillaume Nodet <gn...@apache.org>
Committed: Thu Feb 13 13:17:22 2014 +0100

----------------------------------------------------------------------
 pom.xml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/2ec647f5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 53fadf7..3051328 100644
--- a/pom.xml
+++ b/pom.xml
@@ -216,10 +216,6 @@
                 </configuration>
             </plugin>
             <plugin>
-                <artifactId>maven-assembly-plugin</artifactId>
-                <version>2.2-beta-4</version>
-            </plugin>
-            <plugin>
                 <artifactId>maven-remote-resources-plugin</artifactId>
                 <executions>
                     <execution>
@@ -262,7 +258,9 @@
                 </executions>
             </plugin>
             <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-assembly-plugin</artifactId>
+                <version>2.2-beta-4</version>
                 <executions>
                     <execution>
                         <id>source-release-assembly</id>