o upgraded to some latest plugins

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@677130 13f79535-47bb-0310-9956-ffa450edef68
master
Vincent Siveton 2008-07-16 02:05:31 +00:00
parent cda65146bf
commit 5ed3f4f8f7
1 changed files with 2 additions and 2 deletions

View File

@ -146,11 +146,11 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId> <artifactId>maven-surefire-plugin</artifactId>
<version>2.3</version> <version>2.4.3</version>
</plugin> </plugin>
<plugin> <plugin>
<artifactId>maven-site-plugin</artifactId> <artifactId>maven-site-plugin</artifactId>
<version>2.0-beta-6</version> <version>2.0-beta-7</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>