aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorBrett Porter <brett@apache.org>2010-12-21 01:06:09 +0000
committerBrett Porter <brett@apache.org>2010-12-21 01:06:09 +0000
commit8ab39caf50ff240bc8550f8a3c8b786963796f2b (patch)
tree063fba09a694cb6ae447024f73fa038c855ddcf3 /pom.xml
parent4423d46b4f7f8f747513052d5d0a7a01eb9440c7 (diff)
downloadarchiva-8ab39caf50ff240bc8550f8a3c8b786963796f2b.tar.gz
archiva-8ab39caf50ff240bc8550f8a3c8b786963796f2b.zip
upgrade to Surefire 2.7
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1051354 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 783e004fc..9b98d9d19 100644
--- a/pom.xml
+++ b/pom.xml
@@ -184,7 +184,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.4.2</version>
+ <version>2.7</version>
<configuration>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
</configuration>