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 2019/03/23 20:10:41 UTC

[maven-jlink-plugin] 02/06: Upgrade surefire 2.22.1

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

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

commit 42800dcb6ef9fd857d483cf60feb769653121753
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Nov 3 12:23:15 2018 +0100

    Upgrade surefire 2.22.1
---
 src/it/projects/setup-01/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/it/projects/setup-01/pom.xml b/src/it/projects/setup-01/pom.xml
index dbf9514..de7bf94 100644
--- a/src/it/projects/setup-01/pom.xml
+++ b/src/it/projects/setup-01/pom.xml
@@ -67,9 +67,9 @@
     <maven-site-plugin.version>3.7.1</maven-site-plugin.version>
 
     <!-- The following belong together -->
-    <maven-failsafe-plugin.version>2.22.0</maven-failsafe-plugin.version>
-    <maven-surefire-plugin.version>2.22.0</maven-surefire-plugin.version>
-    <maven-surefire-report-plugin.version>2.22.0</maven-surefire-report-plugin.version>
+    <maven-failsafe-plugin.version>2.22.1</maven-failsafe-plugin.version>
+    <maven-surefire-plugin.version>2.22.1</maven-surefire-plugin.version>
+    <maven-surefire-report-plugin.version>2.22.1</maven-surefire-report-plugin.version>
 
 
     <!-- MojoHaus Plugins (formerly Codehaus) -->