Author: jlaskowski
Date: Sat Sep 15 12:38:41 2007
New Revision: 575963
URL: http://svn.apache.org/viewvc?rev=575963&view=rev
Log:
Removing maven-surefire-plugin version from subproject as it's in the top-level
pom's pluginManagement section
Modified:
openejb/branches/3.0-beta-1/container/openejb-core/pom.xml
Modified: openejb/branches/3.0-beta-1/container/openejb-core/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/branches/3.0-beta-1/container/openejb-core/pom.xml?rev=575963&r1=575962&r2=575963&view=diff
==============================================================================
--- openejb/branches/3.0-beta-1/container/openejb-core/pom.xml (original)
+++ openejb/branches/3.0-beta-1/container/openejb-core/pom.xml Sat Sep 15
12:38:41 2007
@@ -65,7 +65,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.2</version>
<configuration>
<forkMode>pertest</forkMode>
<!-- DEBUG: Uncomment this line and comment out the next -->