Author: bentmann
Date: Mon Aug 31 10:16:04 2009
New Revision: 809528
URL: http://svn.apache.org/viewvc?rev=809528&view=rev
Log:
o Fixed tests to use proper Maven version
Modified:
maven/surefire/trunk/surefire-integration-tests/pom.xml
Modified: maven/surefire/trunk/surefire-integration-tests/pom.xml
URL:
http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-integration-tests/pom.xml?rev=809528&r1=809527&r2=809528&view=diff
==============================================================================
--- maven/surefire/trunk/surefire-integration-tests/pom.xml (original)
+++ maven/surefire/trunk/surefire-integration-tests/pom.xml Mon Aug 31 10:16:04
2009
@@ -73,6 +73,10 @@
<name>surefire.version</name>
<value>${project.version}</value>
</property>
+ <property>
+ <name>maven.home</name>
+ <value>${maven.home}</value>
+ </property>
</systemProperties>
</configuration>