This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch MSHARED-720 in repository https://gitbox.apache.org/repos/asf/maven-archiver.git
commit 1c5a12a1402ba0804554aa0a469b9fe895c462c8 Author: Karl Heinz Marbaise <[email protected]> AuthorDate: Mon Apr 16 08:57:06 2018 +0200 [MSHARED-720] - Upgrade mave-surefire/failsafe-plugin 2.21.0 o removed hard coded versions via pluginManagement --- 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 [email protected].
