Author: vsiveton
Date: Thu Nov 15 16:00:03 2007
New Revision: 595498

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

Modified:
    maven/shared/trunk/file-management/pom.xml

Modified: maven/shared/trunk/file-management/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/shared/trunk/file-management/pom.xml?rev=595498&r1=595497&r2=595498&view=diff
==============================================================================
--- maven/shared/trunk/file-management/pom.xml (original)
+++ maven/shared/trunk/file-management/pom.xml Thu Nov 15 16:00:03 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
@@ -58,6 +58,10 @@
         <configuration>
           <version>1.1.0</version>
         </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.3</version>
       </plugin>
     </plugins>
   </build>


Reply via email to