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

git-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@546941 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 53d41ee..49fa55d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>