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 13:32:36 UTC

[maven-clean-plugin] branch MCLEAN-83 created (now 15df23c)

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

khmarbaise pushed a change to branch MCLEAN-83
in repository https://gitbox.apache.org/repos/asf/maven-clean-plugin.git.


      at 15df23c  [MCLEAN-83] - Upgrade mave-surefire/failsafe-plugin 2.21.0

This branch includes the following new commits:

     new 15df23c  [MCLEAN-83] - 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-clean-plugin] 01/01: [MCLEAN-83] - 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 MCLEAN-83
in repository https://gitbox.apache.org/repos/asf/maven-clean-plugin.git

commit 15df23c5e06442c25544702ed687f60d0d58c2bc
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun Mar 25 23:57:22 2018 +0200

    [MCLEAN-83] - Upgrade mave-surefire/failsafe-plugin 2.21.0
---
 pom.xml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/pom.xml b/pom.xml
index 82bf290..589794b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,6 +113,22 @@ under the License.
       <scope>test</scope>
     </dependency>
   </dependencies>
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <version>2.21.0</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-failsafe-plugin</artifactId>
+          <version>2.21.0</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
 
   <profiles>
     <profile>

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