You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ma...@apache.org on 2011/09/24 18:10:01 UTC

svn commit: r1175183 - /oodt/trunk/metadata/pom.xml

Author: mattmann
Date: Sat Sep 24 16:10:01 2011
New Revision: 1175183

URL: http://svn.apache.org/viewvc?rev=1175183&view=rev
Log:
Fix Unit tests: don't lock down to Maven Surefire 2.9

Modified:
    oodt/trunk/metadata/pom.xml

Modified: oodt/trunk/metadata/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/metadata/pom.xml?rev=1175183&r1=1175182&r2=1175183&view=diff
==============================================================================
--- oodt/trunk/metadata/pom.xml (original)
+++ oodt/trunk/metadata/pom.xml Sat Sep 24 16:10:01 2011
@@ -72,7 +72,6 @@ the License.
     <plugins>
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.9</version>
         <configuration>
         <systemPropertyVariables>
               <java.io.tmpdir>${project.build.outputDirectory}</java.io.tmpdir>