You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by gn...@apache.org on 2009/04/30 22:37:00 UTC

svn commit: r770437 - /felix/trunk/karaf/itests/pom.xml

Author: gnodet
Date: Thu Apr 30 20:37:00 2009
New Revision: 770437

URL: http://svn.apache.org/viewvc?rev=770437&view=rev
Log:
Use the latest snapshot of the plugin so that SNAPSHOT dependencies are not resolved as timestamped versions

Modified:
    felix/trunk/karaf/itests/pom.xml

Modified: felix/trunk/karaf/itests/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/karaf/itests/pom.xml?rev=770437&r1=770436&r2=770437&view=diff
==============================================================================
--- felix/trunk/karaf/itests/pom.xml (original)
+++ felix/trunk/karaf/itests/pom.xml Thu Apr 30 20:37:00 2009
@@ -143,6 +143,7 @@
             <plugin>
                 <groupId>org.apache.servicemix.tooling</groupId>
                 <artifactId>depends-maven-plugin</artifactId>
+                <version>1.2-SNAPSHOT</version>
                 <executions>
                     <execution>
                         <id>generate-depends-file</id>