You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2018/10/18 16:02:27 UTC

[camel] 03/45: Update maven-surefire-plugin to version 2.22.1

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

acosentino pushed a commit to branch sandbox/camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 44504ebefad432a62a22232e97a048d5e8609a82
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Sat Oct 13 21:39:55 2018 +0200

    Update maven-surefire-plugin to version 2.22.1
---
 parent/pom.xml | 2 +-
 pom.xml        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 9d1feee..659c537 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -492,7 +492,7 @@
     <maven-reporting-impl-version>2.0.5</maven-reporting-impl-version>
     <maven-scr-plugin-version>1.25.0</maven-scr-plugin-version>
     <maven-shade-plugin-version>3.0.0</maven-shade-plugin-version>
-    <maven-surefire-report-plugin-version>2.22.0</maven-surefire-report-plugin-version>
+    <maven-surefire-report-plugin-version>2.22.1</maven-surefire-report-plugin-version>
     <maven-war-plugin-version>3.0.0</maven-war-plugin-version>
     <metrics-version>3.2.6</metrics-version>
     <micrometer-version>1.0.6</micrometer-version>
diff --git a/pom.xml b/pom.xml
index aa5e898..b5b4c41 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,7 +53,7 @@
 
     <maven-compiler-plugin-version>3.8.0</maven-compiler-plugin-version>
     <maven-javadoc-plugin-version>3.0.1</maven-javadoc-plugin-version>
-    <maven-surefire-plugin-version>2.22.0</maven-surefire-plugin-version>
+    <maven-surefire-plugin-version>2.22.1</maven-surefire-plugin-version>
     <!-- we need to override the version inherited from Apache POM for modules that use this POM as parent -->
     <surefire.version>${maven-surefire-plugin-version}</surefire.version>