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 2013/10/24 02:09:15 UTC

svn commit: r1535220 - /maven/release/trunk/pom.xml

Author: olamy
Date: Thu Oct 24 00:09:14 2013
New Revision: 1535220

URL: http://svn.apache.org/r1535220
Log:
surefire 2.16

Modified:
    maven/release/trunk/pom.xml

Modified: maven/release/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/release/trunk/pom.xml?rev=1535220&r1=1535219&r2=1535220&view=diff
==============================================================================
--- maven/release/trunk/pom.xml (original)
+++ maven/release/trunk/pom.xml Thu Oct 24 00:09:14 2013
@@ -104,6 +104,11 @@
       <plugins>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <version>2.16</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-scm-publish-plugin</artifactId>
           <configuration>
             <checkoutDirectory>${maven.release.scmPubCheckoutDirectory}</checkoutDirectory>