Author: jdcasey
Date: Wed Jun 13 09:07:43 2007
New Revision: 546941
URL: http://svn.apache.org/viewvc?view=rev&rev=546941
Log:
Bumping plexus-maven-plugin version to get component requirements without the
'default' role hint when role-hint is unspecified...this is necessary to work
with maven-artifact, which doesn't specify a role-hint for
DefaultArtifactFactory's definition in its components.xml
Modified:
maven/shared/trunk/maven-repository-builder/pom.xml
Modified: maven/shared/trunk/maven-repository-builder/pom.xml
URL:
http://svn.apache.org/viewvc/maven/shared/trunk/maven-repository-builder/pom.xml?view=diff&rev=546941&r1=546940&r2=546941
==============================================================================
--- maven/shared/trunk/maven-repository-builder/pom.xml (original)
+++ maven/shared/trunk/maven-repository-builder/pom.xml Wed Jun 13 09:07:43 2007
@@ -8,22 +8,22 @@
<artifactId>maven-repository-builder</artifactId>
<version>1.0-alpha-2-SNAPSHOT</version>
<name>Maven Repository Builder</name>
- <url>http://maven.apache.org</url>
+
<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-artifact</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-artifact-manager</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-project</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4</version>
</dependency>
<dependency>
<groupId>org.apache.maven.shared</groupId>
@@ -54,7 +54,7 @@
<plugin>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-maven-plugin</artifactId>
- <version>1.3</version>
+ <version>1.3.5</version>
<executions>
<execution>
<id>create-component-descriptor</id>