Move depends plugin version defintion to parent pom

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

Branch: refs/heads/3.0.x-fixes
Commit: 59549505ff5b4baa6e82ad5a1df65445616c18ea
Parents: 985739a
Author: Daniel Kulp <dk...@apache.org>
Authored: Fri Sep 12 09:38:41 2014 -0400
Committer: Daniel Kulp <dk...@apache.org>
Committed: Fri Sep 12 13:59:25 2014 -0400

----------------------------------------------------------------------
 osgi/itests/pom.xml               | 1 -
 parent/pom.xml                    | 5 +++++
 services/xkms/xkms-itests/pom.xml | 1 -
 3 files changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/59549505/osgi/itests/pom.xml
----------------------------------------------------------------------
diff --git a/osgi/itests/pom.xml b/osgi/itests/pom.xml
index 93dce8c..577f92e 100644
--- a/osgi/itests/pom.xml
+++ b/osgi/itests/pom.xml
@@ -166,7 +166,6 @@
             <plugin>
                 <groupId>org.apache.servicemix.tooling</groupId>
                 <artifactId>depends-maven-plugin</artifactId>
-                <version>1.2</version>
                 <executions>
                     <execution>
                         <id>generate-depends-file</id>

http://git-wip-us.apache.org/repos/asf/cxf/blob/59549505/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 54e4467..4fc3510 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -260,6 +260,11 @@
         <pluginManagement>
             <plugins>
                 <plugin>
+                    <groupId>org.apache.servicemix.tooling</groupId>
+                    <artifactId>depends-maven-plugin</artifactId>
+                    <version>1.2</version>
+                </plugin>
+                <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-source-plugin</artifactId>
                     <configuration>

http://git-wip-us.apache.org/repos/asf/cxf/blob/59549505/services/xkms/xkms-itests/pom.xml
----------------------------------------------------------------------
diff --git a/services/xkms/xkms-itests/pom.xml 
b/services/xkms/xkms-itests/pom.xml
index 64debcf..5f481b4 100644
--- a/services/xkms/xkms-itests/pom.xml
+++ b/services/xkms/xkms-itests/pom.xml
@@ -103,7 +103,6 @@
             <plugin>
                 <groupId>org.apache.servicemix.tooling</groupId>
                 <artifactId>depends-maven-plugin</artifactId>
-                <version>1.2</version>
                 <executions>
                     <execution>
                        <phase>generate-resources</phase>

Reply via email to