You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cs...@apache.org on 2016/02/08 13:17:14 UTC

svn commit: r1729147 - in /aries/trunk/jpa/itests: jpa-container-itest-karaf/pom.xml jpa-container-itest/pom.xml

Author: cschneider
Date: Mon Feb  8 12:17:14 2016
New Revision: 1729147

URL: http://svn.apache.org/viewvc?rev=1729147&view=rev
Log:
Update depends plugin to use incremental build

Modified:
    aries/trunk/jpa/itests/jpa-container-itest-karaf/pom.xml
    aries/trunk/jpa/itests/jpa-container-itest/pom.xml

Modified: aries/trunk/jpa/itests/jpa-container-itest-karaf/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/jpa/itests/jpa-container-itest-karaf/pom.xml?rev=1729147&r1=1729146&r2=1729147&view=diff
==============================================================================
--- aries/trunk/jpa/itests/jpa-container-itest-karaf/pom.xml (original)
+++ aries/trunk/jpa/itests/jpa-container-itest-karaf/pom.xml Mon Feb  8 12:17:14 2016
@@ -129,7 +129,7 @@
             <plugin>
                 <groupId>org.apache.servicemix.tooling</groupId>
                 <artifactId>depends-maven-plugin</artifactId>
-                <version>1.2</version>
+                <version>1.3.1</version>
                 <executions>
                     <execution>
                         <id>generate-depends-file</id>

Modified: aries/trunk/jpa/itests/jpa-container-itest/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/jpa/itests/jpa-container-itest/pom.xml?rev=1729147&r1=1729146&r2=1729147&view=diff
==============================================================================
--- aries/trunk/jpa/itests/jpa-container-itest/pom.xml (original)
+++ aries/trunk/jpa/itests/jpa-container-itest/pom.xml Mon Feb  8 12:17:14 2016
@@ -442,7 +442,7 @@
             <plugin>
                 <groupId>org.apache.servicemix.tooling</groupId>
                 <artifactId>depends-maven-plugin</artifactId>
-                <version>1.3</version>
+                <version>1.3.1</version>
                 <executions>
                     <execution>
                         <id>generate-depends-file</id>