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:37 UTC

[maven-clean-plugin] 01/01: [MCLEAN-83] - Upgrade mave-surefire/failsafe-plugin 2.21.0

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.