Repository: cxf
Updated Branches:
  refs/heads/master 77df31712 -> 9cb53caf8


Update depends plugin to 1.4.0


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

Branch: refs/heads/master
Commit: 9cb53caf887415c1c025de9e62aa3831b9a6ff8e
Parents: 77df317
Author: Christian Schneider <ch...@die-schneider.net>
Authored: Mon May 8 10:53:43 2017 +0200
Committer: Christian Schneider <ch...@die-schneider.net>
Committed: Mon May 8 10:53:43 2017 +0200

----------------------------------------------------------------------
 osgi/itests/pom.xml | 15 +++++++--------
 parent/pom.xml      |  2 +-
 2 files changed, 8 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/9cb53caf/osgi/itests/pom.xml
----------------------------------------------------------------------
diff --git a/osgi/itests/pom.xml b/osgi/itests/pom.xml
index ed4e0be..85aff83 100644
--- a/osgi/itests/pom.xml
+++ b/osgi/itests/pom.xml
@@ -174,21 +174,20 @@
             <version>${cxf.karaf.version}</version>
             <type>tar.gz</type>
             <scope>test</scope>
-               <exclusions>
-                       <exclusion>
-               <groupId>*</groupId>
-               <artifactId>*</artifactId>
-                       </exclusion>
-               </exclusions>
+            <exclusions>
+                <exclusion>
+                <groupId>*</groupId>
+                <artifactId>*</artifactId>
+               </exclusion>
+            </exclusions>
         </dependency>
     </dependencies>
     <build>
         <plugins>
-            <!-- generate dependencies versions -->
+            <!-- generate dependencies versions for pax exam -->
             <plugin>
                 <groupId>org.apache.servicemix.tooling</groupId>
                 <artifactId>depends-maven-plugin</artifactId>
-                <version>1.4.0</version>
                 <executions>
                     <execution>
                         <id>generate-depends-file</id>

http://git-wip-us.apache.org/repos/asf/cxf/blob/9cb53caf/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 2de8b2e..6dd0909 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -281,7 +281,7 @@
                 <plugin>
                     <groupId>org.apache.servicemix.tooling</groupId>
                     <artifactId>depends-maven-plugin</artifactId>
-                    <version>1.3.1</version>
+                    <version>1.4.0</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>

Reply via email to