o Inherited from maven-shared-components:10

git-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@698021 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 5ffbe53..a481156 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.maven.shared</groupId>
     <artifactId>maven-shared-components</artifactId>
-    <version>9</version>
+    <version>10</version>
   </parent>
   <artifactId>maven-repository-builder</artifactId>
   <version>1.0-alpha-3-SNAPSHOT</version>
@@ -84,7 +84,6 @@
     <plugins>
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.3</version>
         <configuration>
           <excludes>
             <exclude>**/TestRepositoryBuilderConfigSource.java</exclude>
@@ -95,7 +94,6 @@
       <plugin>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-maven-plugin</artifactId>
-        <version>1.3.5</version>
         <executions>
           <execution>
             <id>create-component-descriptor</id>