You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2015/01/30 18:59:33 UTC

svn commit: r1656074 - /maven/plugins/trunk/maven-repository-plugin/src/it/it-parent/pom.xml

Author: khmarbaise
Date: Fri Jan 30 17:59:32 2015
New Revision: 1656074

URL: http://svn.apache.org/r1656074
Log:
[MREPOSITORY-37] Problem with integration tests (it-parent)
 Updated the integration test parent to maven-surefire-plugin 2.17

Modified:
    maven/plugins/trunk/maven-repository-plugin/src/it/it-parent/pom.xml

Modified: maven/plugins/trunk/maven-repository-plugin/src/it/it-parent/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-repository-plugin/src/it/it-parent/pom.xml?rev=1656074&r1=1656073&r2=1656074&view=diff
==============================================================================
--- maven/plugins/trunk/maven-repository-plugin/src/it/it-parent/pom.xml (original)
+++ maven/plugins/trunk/maven-repository-plugin/src/it/it-parent/pom.xml Fri Jan 30 17:59:32 2015
@@ -82,7 +82,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.12</version>
+          <version>2.17</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>