o Upgrade to maven-parent 18.

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1067532 13f79535-47bb-0310-9956-ffa450edef68
master
Dennis Lundberg 2011-02-05 21:48:33 +00:00
parent b42791542d
commit 6f9281c25b
1 changed files with 1 additions and 7 deletions

View File

@ -25,7 +25,7 @@
<parent> <parent>
<artifactId>maven-parent</artifactId> <artifactId>maven-parent</artifactId>
<groupId>org.apache.maven</groupId> <groupId>org.apache.maven</groupId>
<version>16</version> <version>18</version>
<relativePath>../pom/maven/pom.xml</relativePath> <relativePath>../pom/maven/pom.xml</relativePath>
</parent> </parent>
@ -216,14 +216,8 @@
<build> <build>
<pluginManagement> <pluginManagement>
<plugins> <plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.4.3</version>
</plugin>
<plugin> <plugin>
<artifactId>maven-site-plugin</artifactId> <artifactId>maven-site-plugin</artifactId>
<version>2.0.1</version>
<configuration> <configuration>
<stagingSiteURL>scp://people.apache.org/www/maven.apache.org/plugin-tools/${project.artifactId}-${project.version}</stagingSiteURL> <stagingSiteURL>scp://people.apache.org/www/maven.apache.org/plugin-tools/${project.artifactId}-${project.version}</stagingSiteURL>
</configuration> </configuration>