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:56:05 UTC

[karaf] branch karaf-4.2.x 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 karaf-4.2.x
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/karaf-4.2.x by this push:
     new 86bb612  [KARAF-6565] Upgrade to maven-surefire-plugin 2.22.2
86bb612 is described below

commit 86bb6121a610fbbcaf460df6f0a534a91ba573a3
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
    
    (cherry picked from commit 8decc044cc62ff80ac895cc0b3ac9532d699e11d)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8a0e0b3..cfd5d97 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1899,7 +1899,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>
@@ -2176,7 +2176,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>