diff options
author | Brett Porter <brett@apache.org> | 2008-02-17 21:07:03 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2008-02-17 21:07:03 +0000 |
commit | 30d5d0f50af07b44d63b2304d568188638f5f93f (patch) | |
tree | fa420d230a6d29798a77029636aed3df75ab8c8a /pom.xml | |
parent | c1744c03129dfa9c043d6d4b6da5ca38b76dfed7 (diff) | |
download | archiva-30d5d0f50af07b44d63b2304d568188638f5f93f.tar.gz archiva-30d5d0f50af07b44d63b2304d568188638f5f93f.zip |
use latest surefire plugin
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@628549 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -92,7 +92,7 @@ </plugin> <plugin> <artifactId>maven-surefire-plugin</artifactId> - <version>2.2</version> + <version>2.4.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -739,6 +739,7 @@ </plugin> <plugin> <artifactId>maven-surefire-report-plugin</artifactId> + <version>2.4.1</version> </plugin> <plugin> <artifactId>maven-javadoc-plugin</artifactId> |