You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2007/03/15 11:43:15 UTC

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

Author: aadamchik
Date: Thu Mar 15 03:43:12 2007
New Revision: 518572

URL: http://svn.apache.org/viewvc?view=rev&rev=518572
Log:
hardcoding surefire version as the newer version breaks the build

Modified:
    cayenne/main/trunk/pom.xml

Modified: cayenne/main/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/pom.xml?view=diff&rev=518572&r1=518571&r2=518572
==============================================================================
--- cayenne/main/trunk/pom.xml (original)
+++ cayenne/main/trunk/pom.xml Thu Mar 15 03:43:12 2007
@@ -551,6 +551,8 @@
 		<plugins>
 			<plugin>
 				<artifactId>maven-surefire-plugin</artifactId>
+				<!-- version is hardcoded as v23 breaks agent ClassLoader -->
+				<version>2.2</version>
 				<configuration>
 					<argLine>
 						-Dcayenne.test.connection=${cayenne.test.connection}