diff options
author | Brett Porter <brett@apache.org> | 2010-12-21 01:06:09 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2010-12-21 01:06:09 +0000 |
commit | 8ab39caf50ff240bc8550f8a3c8b786963796f2b (patch) | |
tree | 063fba09a694cb6ae447024f73fa038c855ddcf3 /pom.xml | |
parent | 4423d46b4f7f8f747513052d5d0a7a01eb9440c7 (diff) | |
download | archiva-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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |