]> source.dussan.org Git - archiva.git/commitdiff
back to 2.5 again due to SUREFIRE-679
authorBrett Porter <brett@apache.org>
Wed, 29 Dec 2010 11:58:45 +0000 (11:58 +0000)
committerBrett Porter <brett@apache.org>
Wed, 29 Dec 2010 11:58:45 +0000 (11:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1053621 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index db3bc5965ef73b46a4dd20ba1303aa170f70e922..e4b5e441f5d246385f61db284b0f933d390ce1b3 100644 (file)
--- a/pom.xml
+++ b/pom.xml
           <artifactId>maven-resources-plugin</artifactId>
           <version>2.2</version>
         </plugin>
+        <!-- 2.7.1 fails due in the webapp-tests (SUREFIRE-679) -->
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.7.1</version>
+          <version>2.5</version>
           <configuration>
             <redirectTestOutputToFile>true</redirectTestOutputToFile>
           </configuration>