You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ev...@apache.org on 2006/09/16 14:51:40 UTC

svn commit: r446870 - /maven/plugins/trunk/maven-release-plugin/pom.xml

Author: evenisse
Date: Sat Sep 16 05:51:40 2006
New Revision: 446870

URL: http://svn.apache.org/viewvc?view=rev&rev=446870
Log:
Add missing dependency

Modified:
    maven/plugins/trunk/maven-release-plugin/pom.xml

Modified: maven/plugins/trunk/maven-release-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-release-plugin/pom.xml?view=diff&rev=446870&r1=446869&r2=446870
==============================================================================
--- maven/plugins/trunk/maven-release-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-release-plugin/pom.xml Sat Sep 16 05:51:40 2006
@@ -98,6 +98,11 @@
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-utils</artifactId>
+      <version>1.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-interactivity-api</artifactId>
       <version>1.0-alpha-4</version>
       <exclusions>