Author: vsiveton
Date: Sat Nov 17 03:40:15 2007
New Revision: 595936

URL: http://svn.apache.org/viewvc?rev=595936&view=rev
Log:
o lock surefire-plugin version to 2.3 to avoid Plexus pb

Modified:
    maven/shared/trunk/maven-shared-io/pom.xml

Modified: maven/shared/trunk/maven-shared-io/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/shared/trunk/maven-shared-io/pom.xml?rev=595936&r1=595935&r2=595936&view=diff
==============================================================================
--- maven/shared/trunk/maven-shared-io/pom.xml (original)
+++ maven/shared/trunk/maven-shared-io/pom.xml Sat Nov 17 03:40:15 2007
@@ -7,9 +7,9 @@
   to you under the Apache License, Version 2.0 (the
   "License"); you may not use this file except in compliance
   with the License.  You may obtain a copy of the License at
-  
+
   http://www.apache.org/licenses/LICENSE-2.0
-  
+
   Unless required by applicable law or agreed to in writing,
   software distributed under the License is distributed on an
   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -94,6 +94,7 @@
       -->
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.3</version>
         <configuration>
           <excludes>
             <exclude>**/TestUtils*</exclude>
@@ -115,7 +116,7 @@
     
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/shared/trunk/maven-shared-io</developerConnection>
     
<url>http://svn.apache.org/viewcvs.cgi/maven/shared/trunk/maven-shared-io</url>
   </scm>
-  
+
   <distributionManagement>
     <snapshotRepository>
       <id>apache.snapshots</id>


Reply via email to