updated parent pom

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@817451 13f79535-47bb-0310-9956-ffa450edef68
master
Herve Boutemy 2009-09-21 22:42:33 +00:00
parent 8f3547b1a8
commit 78153ef33d
2 changed files with 3 additions and 9 deletions

View File

@ -62,7 +62,6 @@
<plugin>
<groupId>org.codehaus.modello</groupId>
<artifactId>modello-maven-plugin</artifactId>
<version>1.0-alpha-21</version>
<configuration>
<models>
<model>src/main/mdo/plugin-metadata.mdo</model>

View File

@ -25,7 +25,7 @@
<parent>
<artifactId>maven-parent</artifactId>
<groupId>org.apache.maven</groupId>
<version>11</version>
<version>13</version>
<relativePath>../pom/maven/pom.xml</relativePath>
</parent>
@ -211,11 +211,6 @@
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.4</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
@ -223,7 +218,7 @@
</plugin>
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>2.0-beta-7</version>
<version>2.0.1</version>
<configuration>
<stagingSiteURL>scp://people.apache.org/www/maven.apache.org/plugin-tools/${project.artifactId}-${project.version}</stagingSiteURL>
</configuration>