You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by am...@apache.org on 2009/10/11 06:44:39 UTC

svn commit: r824019 - /cayenne/main/trunk/pom.xml

Author: amaniatis
Date: Sun Oct 11 04:44:39 2009
New Revision: 824019

URL: http://svn.apache.org/viewvc?rev=824019&view=rev
Log:
Force surefire to snapshot version to avoid problem with brackets in path name.


Modified:
    cayenne/main/trunk/pom.xml

Modified: cayenne/main/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/pom.xml?rev=824019&r1=824018&r2=824019&view=diff
==============================================================================
--- cayenne/main/trunk/pom.xml (original)
+++ cayenne/main/trunk/pom.xml Sun Oct 11 04:44:39 2009
@@ -553,6 +553,7 @@
 		<plugins>
 			<plugin>
 				<artifactId>maven-surefire-plugin</artifactId>
+                <version>2.5-SNAPSHOT</version>
 				<configuration>
 					<argLine>
 						-Dcayenne.test.connection=${cayenne.test.connection} -Djava.net.preferIPv4Stack=true