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

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


The following commit(s) were added to refs/heads/master by this push:
     new 48b7e89  [MCLEAN-83] - Upgrade mave-surefire/failsafe-plugin 2.21.0  o 
followup make it simpler.
48b7e89 is described below

commit 48b7e893a8dff19a8efd78b46b8b628b6bed5897
Author: Karl Heinz Marbaise <khmarba...@apache.org>
AuthorDate: Sat Apr 7 16:27:31 2018 +0200

    [MCLEAN-83] - Upgrade mave-surefire/failsafe-plugin 2.21.0
     o followup make it simpler.
---
 pom.xml | 17 +----------------
 1 file changed, 1 insertion(+), 16 deletions(-)

diff --git a/pom.xml b/pom.xml
index 589794b..4fb7ae0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,6 +66,7 @@ under the License.
 
   <properties>
     <mavenVersion>3.0</mavenVersion>
+    <surefire.version>2.21.0</surefire.version>
   </properties>
 
   <dependencies>
@@ -113,22 +114,6 @@ 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
khmarba...@apache.org.

Reply via email to