This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch MSHARED-727-surefire in repository https://gitbox.apache.org/repos/asf/maven-archiver.git
commit 3b6045b714b8767ec14730a77b08fafd9565fe6c Author: Karl Heinz Marbaise <khmarba...@apache.org> AuthorDate: Sun May 6 14:53:26 2018 +0200 [MSHARED-727] - Upgrade mave-surefire/failsafe-plugin 2.21.0 --- pom.xml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/pom.xml b/pom.xml index 4ba5481..ac6b33b 100644 --- a/pom.xml +++ b/pom.xml @@ -34,6 +34,7 @@ <description>Provides utility methods for creating JARs and other archive files from a Maven project.</description> <properties> + <surefire.version>2.21.0</surefire.version> <mavenVersion>3.0</mavenVersion> <javaVersion>7</javaVersion> </properties> @@ -123,20 +124,4 @@ </dependency> </dependencies> - <build> - <pluginManagement> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <version>2.20.1</version> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-failsafe-plugin</artifactId> - <version>2.20.1</version> - </plugin> - </plugins> - </pluginManagement> - </build> </project> -- To stop receiving notification emails like this one, please contact khmarba...@apache.org.