aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorBrett Porter <brett@apache.org>2008-02-17 21:07:03 +0000
committerBrett Porter <brett@apache.org>2008-02-17 21:07:03 +0000
commit30d5d0f50af07b44d63b2304d568188638f5f93f (patch)
treefa420d230a6d29798a77029636aed3df75ab8c8a /pom.xml
parentc1744c03129dfa9c043d6d4b6da5ca38b76dfed7 (diff)
downloadarchiva-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.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index c31e3e019..f4e79eed9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>