updated parent pom

git-svn-id: https://svn.apache.org/repos/asf/maven/resources/trunk@1486521 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index cd97361..c4da4e4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,8 @@
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>21</version>
+    <version>24-SNAPSHOT</version>
+    <relativePath>../pom/maven/pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.apache.resources</groupId>
@@ -68,12 +69,10 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-deploy-plugin</artifactId>
-        <version>2.6</version>
         <inherited>false</inherited>
         <configuration>
           <skip>true</skip>
         </configuration>
-
       </plugin>
     </plugins>
   </build>