You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ol...@apache.org on 2012/10/17 15:15:08 UTC

[3/5] git commit: define version of dependency plugin in parent pom

define version of dependency plugin in parent pom


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/a900f5a3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/a900f5a3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/a900f5a3

Branch: refs/heads/master
Commit: a900f5a370232640adc8e3b0f3a727403d08b140
Parents: 45ec07c
Author: olivier lamy <ol...@apache.org>
Authored: Wed Oct 17 15:10:43 2012 +0200
Committer: olivier lamy <ol...@apache.org>
Committed: Wed Oct 17 15:10:43 2012 +0200

----------------------------------------------------------------------
 pom.xml |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/a900f5a3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2bad810..8c72dc6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -321,6 +321,11 @@
             </execution>
           </executions>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-dependency-plugin</artifactId>
+          <version>2.5.1</version>
+        </plugin>
       </plugins>
     </pluginManagement>
   </build>