Author: mattmann
Date: Sat Sep 24 16:32:09 2011
New Revision: 1175193
URL: http://svn.apache.org/viewvc?rev=1175193&view=rev
Log:
Lock us in to Surefire 2.8; 2.9 has bugs that cause issues with Spring
classloading.
Modified:
oodt/trunk/metadata/pom.xml
Modified: oodt/trunk/metadata/pom.xml
URL:
http://svn.apache.org/viewvc/oodt/trunk/metadata/pom.xml?rev=1175193&r1=1175192&r2=1175193&view=diff
==============================================================================
--- oodt/trunk/metadata/pom.xml (original)
+++ oodt/trunk/metadata/pom.xml Sat Sep 24 16:32:09 2011
@@ -72,6 +72,7 @@ the License.
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
+ <version>2.8</version>
<configuration>
<systemPropertyVariables>
<java.io.tmpdir>${project.build.outputDirectory}</java.io.tmpdir>