You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ri...@apache.org on 2007/04/27 19:03:50 UTC

svn commit: r533163 - /incubator/felix/trunk/tools/maven2/maven-bundle-plugin/pom.xml

Author: rickhall
Date: Fri Apr 27 10:03:49 2007
New Revision: 533163

URL: http://svn.apache.org/viewvc?view=rev&rev=533163
Log:
Applied patch (FELIX-275) to update some dependencies.

Modified:
    incubator/felix/trunk/tools/maven2/maven-bundle-plugin/pom.xml

Modified: incubator/felix/trunk/tools/maven2/maven-bundle-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/tools/maven2/maven-bundle-plugin/pom.xml?view=diff&rev=533163&r1=533162&r2=533163
==============================================================================
--- incubator/felix/trunk/tools/maven2/maven-bundle-plugin/pom.xml (original)
+++ incubator/felix/trunk/tools/maven2/maven-bundle-plugin/pom.xml Fri Apr 27 10:03:49 2007
@@ -67,12 +67,12 @@
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-dependency-tree</artifactId>
-      <version>1.0-alpha-3-SNAPSHOT</version>
+      <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-plugin-testing-harness</artifactId>
-      <version>1.0-beta-2-SNAPSHOT</version>
+      <version>1.0</version>
       <scope>test</scope>
     </dependency>
  </dependencies>