You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2019/12/24 05:55:07 UTC

[karaf] branch master updated: [KARAF-6565] Upgrade to maven-surefire-plugin 2.22.2

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

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/master by this push:
     new 8decc04  [KARAF-6565] Upgrade to maven-surefire-plugin 2.22.2
     new 7f04ab9  Merge pull request #1030 from jbonofre/KARAF-6565
8decc04 is described below

commit 8decc044cc62ff80ac895cc0b3ac9532d699e11d
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Dec 23 14:54:25 2019 +0100

    [KARAF-6565] Upgrade to maven-surefire-plugin 2.22.2
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0c7fe83..d085b0d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1895,7 +1895,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
-                    <version>2.22.0</version>
+                    <version>2.22.2</version>
                     <configuration>
                             <forkMode>once</forkMode>
                             <argLine>${surefire.argLine}</argLine>
@@ -2172,7 +2172,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-report-plugin</artifactId>
-                <version>2.22.0</version>
+                <version>2.22.2</version>
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>