This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch 1.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git
The following commit(s) were added to refs/heads/1.4.x-fixes by this push:
new d028043 Updating surefire
d028043 is described below
commit d0280432af7ef68a223409d9fb7c8a7d647d6e84
Author: Colm O hEigeartaigh <coheigea@apache.org>
AuthorDate: Wed Oct 18 12:49:10 2017 +0100
Updating surefire
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index e9df022..86b1920 100644
--- a/pom.xml
+++ b/pom.xml
@@ -386,7 +386,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
- <version>2.20</version>
+ <version>2.20.1</version>
</plugin>
<!-- TODO commented out for now
<plugin>
@@ -516,7 +516,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.19.1</version>
+ <version>2.20.1</version>
<configuration>
<includes>
<include>**/*Test.java</include>
--
To stop receiving notification emails like this one, please contact
['"commits@cxf.apache.org" <commits@cxf.apache.org>'].
|