You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/06/11 06:36:51 UTC

svn commit: r190069 - /maven/maven-1/plugins/trunk/artifact/project.xml

Author: brett
Date: Fri Jun 10 21:36:49 2005
New Revision: 190069

URL: http://svn.apache.org/viewcvs?rev=190069&view=rev
Log:
final missing dep

Modified:
    maven/maven-1/plugins/trunk/artifact/project.xml

Modified: maven/maven-1/plugins/trunk/artifact/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/artifact/project.xml?rev=190069&r1=190068&r2=190069&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/artifact/project.xml (original)
+++ maven/maven-1/plugins/trunk/artifact/project.xml Fri Jun 10 21:36:49 2005
@@ -203,6 +203,11 @@
       <version>1.0-beta-1</version>
     </dependency>
     <dependency>
+      <groupId>forehead</groupId>
+      <artifactId>forehead</artifactId>
+      <version>1.0-beta-5</version>
+    </dependency>
+    <dependency>
       <groupId>commons-grant</groupId>
       <artifactId>commons-grant</artifactId>
       <version>1.0-beta-4</version>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org