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 2018/04/07 22:02:38 UTC

[maven-assembly-plugin] branch MASSEMBLY-882 created (now c71fdf8)

This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a change to branch MASSEMBLY-882
in repository https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git.


      at c71fdf8  [MASSEMBLY-882] - Upgrade mave-surefire/failsafe-plugin 2.21.0

This branch includes the following new commits:

     new c71fdf8  [MASSEMBLY-882] - Upgrade mave-surefire/failsafe-plugin 2.21.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.

[maven-assembly-plugin] 01/01: [MASSEMBLY-882] - Upgrade mave-surefire/failsafe-plugin 2.21.0

Posted by kh...@apache.org.
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 <kh...@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
khmarbaise@apache.org.