summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2011-06-20 23:03:18 +0000
committerOlivier Lamy <olamy@apache.org>2011-06-20 23:03:18 +0000
commit0d6a0d7362e7dd56a2db5e18a9a8ad6f2e4ab02f (patch)
tree675217f30771b9e86a6bc7a4b32432694b69e48c /pom.xml
parent41a9446b4b2cdd9c96aea1b270f11320bcf44b76 (diff)
downloadarchiva-0d6a0d7362e7dd56a2db5e18a9a8ad6f2e4ab02f.tar.gz
archiva-0d6a0d7362e7dd56a2db5e18a9a8ad6f2e4ab02f.zip
use surefire 2.9
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1137816 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 8c6ae6572..976301cf6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1318,7 +1318,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.8.1</version>
+ <version>2.9</version>
<configuration>
<redirectTestOutputToFile>${surefire.redirectTestOutputToFile}</redirectTestOutputToFile>
</configuration>