You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by al...@apache.org on 2019/11/16 08:56:26 UTC

[camel] 01/04: Bumped to maven-surefire-plugin 3.0.0-SNAPSHOT

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

aldettinger pushed a commit to branch CAMEL-11807
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 51f3ec260d1d4cf9ec9011d5908648be5a738b3f
Author: aldettinger <al...@gmail.com>
AuthorDate: Tue Nov 12 15:01:58 2019 +0100

    Bumped to maven-surefire-plugin 3.0.0-SNAPSHOT
---
 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 ac85ad9..70c0704 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -449,7 +449,7 @@
         <maven-reporting-api-version>2.2.1</maven-reporting-api-version>
         <maven-reporting-impl-version>2.0.5</maven-reporting-impl-version>
         <maven-shade-plugin-version>3.2.1</maven-shade-plugin-version>
-        <maven-surefire-report-plugin-version>3.0.0-M3</maven-surefire-report-plugin-version>
+        <maven-surefire-report-plugin-version>3.0.0-SNAPSHOT</maven-surefire-report-plugin-version>
         <maven-war-plugin-version>3.2.3</maven-war-plugin-version>
         <metrics-version>3.2.6</metrics-version>
         <micrometer-version>1.2.2</micrometer-version>
diff --git a/pom.xml b/pom.xml
index e03a5a5..479cd0c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,7 +117,7 @@
 
         <maven-compiler-plugin-version>3.8.1</maven-compiler-plugin-version>
         <maven-javadoc-plugin-version>3.0.1</maven-javadoc-plugin-version>
-        <maven-surefire-plugin-version>3.0.0-M3</maven-surefire-plugin-version>
+        <maven-surefire-plugin-version>3.0.0-SNAPSHOT</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>