use the new parent

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@744349 13f79535-47bb-0310-9956-ffa450edef68
master
Brian E Fox 2009-02-14 01:25:24 +00:00
parent 9d329bb771
commit 1b3bc47cc5
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugins</artifactId>
<version>12</version>
<version>13-SNAPSHOT</version>
</parent>
<groupId>org.apache.maven.plugins</groupId>

View File

@ -25,7 +25,7 @@
<parent>
<artifactId>maven-parent</artifactId>
<groupId>org.apache.maven</groupId>
<version>10</version>
<version>11-SNAPSHOT</version>
<relativePath>../pom/maven/pom.xml</relativePath>
</parent>