Author: brett
Date: Sat Jul 30 04:52:29 2005
New Revision: 226498
URL: http://svn.apache.org/viewcvs?rev=226498&view=rev
Log:
add back the forhead dependency for cases when the unit tests are forked
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=226498&r1=226497&r2=226498&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/artifact/project.xml (original)
+++ maven/maven-1/plugins/trunk/artifact/project.xml Sat Jul 30 04:52:29 2005
@@ -23,7 +23,7 @@
<id>maven-artifact-plugin</id>
<name>Maven Artifact Plugin</name>
<!-- WARNING: some dependency checks will break if we get to 1.10, need to
go to 2.0 from there -->
- <currentVersion>1.6</currentVersion>
+ <currentVersion>1.6.1-SNAPSHOT</currentVersion>
<description>Tools to manage artifacts and deployment. Requires Maven
1.1.</description>
<shortDescription>Tools to manage artifacts and deployment</shortDescription>
<url>http://maven.apache.org/reference/plugins/artifact/</url>
@@ -182,6 +182,12 @@
<groupId>commons-jexl</groupId>
<artifactId>commons-jexl</artifactId>
<version>1.0-beta-1</version>
+ </dependency>
+ <!-- Used in the bootstrap -->
+ <dependency>
+ <groupId>forehead</groupId>
+ <artifactId>forehead</artifactId>
+ <version>1.0-beta-5</version>
</dependency>
</dependencies>
<build>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]