This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch MASSEMBLY-882 in repository https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git
commit c71fdf873320d293000609345ce7e59c8ae13728 Author: Karl Heinz Marbaise <khmarba...@apache.org> AuthorDate: Sat Apr 7 22:43:47 2018 +0200 [MASSEMBLY-882] - Upgrade mave-surefire/failsafe-plugin 2.21.0 --- .gitignore | 1 + pom.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 5db0b83..9c05157 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ target .settings .idea *.iml +.checkstyle diff --git a/pom.xml b/pom.xml index ea457c7..52e83ba 100644 --- a/pom.xml +++ b/pom.xml @@ -62,6 +62,7 @@ under the License. </distributionManagement> <properties> + <surefire.version>2.21.0</surefire.version> <javaVersion>7</javaVersion> <mdoVersion>2.0.0</mdoVersion> <mavenArchiverVersion>3.2.0</mavenArchiverVersion> -- To stop receiving notification emails like this one, please contact khmarba...@apache.org.