You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2011/06/09 23:53:06 UTC

svn commit: r1134101 - /maven/core-integration-testing/trunk/pom.xml

Author: olamy
Date: Thu Jun  9 21:53:05 2011
New Revision: 1134101

URL: http://svn.apache.org/viewvc?rev=1134101&view=rev
Log:
upgrade surefire version to 2.8.1

Modified:
    maven/core-integration-testing/trunk/pom.xml

Modified: maven/core-integration-testing/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/pom.xml?rev=1134101&r1=1134100&r2=1134101&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/pom.xml (original)
+++ maven/core-integration-testing/trunk/pom.xml Thu Jun  9 21:53:05 2011
@@ -46,4 +46,15 @@ under the License.
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk/</developerConnection>
     <url>http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/</url>
   </scm>
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <version>2.8.1</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
 </project>