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-shared-utils.git
The following commit(s) were added to refs/heads/master by this push:
new 25e3606 Upgraded maven-surefire/maven-failsafe to 2.20.1 to check for
the failures of tests on Jenkins.
25e3606 is described below
commit 25e36069b555cac2e1cf2fb7edbac55d4a26d296
Author: Karl Heinz Marbaise <[email protected]>
AuthorDate: Sun Dec 31 13:22:34 2017 +0100
Upgraded maven-surefire/maven-failsafe to 2.20.1
to check for the failures of tests on Jenkins.
---
pom.xml | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/pom.xml b/pom.xml
index 662b1e2..10f2bf0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,6 +120,20 @@
</dependencies>
<build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.20.1</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-failsafe-plugin</artifactId>
+ <version>2.20.1</version>
+ </plugin>
+ </plugins>
+ </pluginManagement>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].