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 750dc4b0d42f2bdbd8cd4cd364a6605a3bf8741b
Author: aldettinger <aldettin...@gmail.com>
AuthorDate: Wed Nov 13 17:04:37 2019 +0100

    CAMEL-11807: Experimental bumped to maven-surefire-plugin 3.0.0-M4 staging
---
 parent/pom.xml |  2 +-
 pom.xml        | 12 +++++++++++-
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 70c0704..6832f82 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-SNAPSHOT</maven-surefire-report-plugin-version>
+        
<maven-surefire-report-plugin-version>3.0.0-M4</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 479cd0c..bb24879 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-SNAPSHOT</maven-surefire-plugin-version>
+        <maven-surefire-plugin-version>3.0.0-M4</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>
 
@@ -146,6 +146,16 @@
     </repositories>
     <pluginRepositories>
         <pluginRepository>
+            <id>surefire-M4-stating</id>
+            
<url>https://repository.apache.org/content/repositories/maven-1538/</url>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+        </pluginRepository>
+        <pluginRepository>
             <id>apache.snapshots</id>
             <url>https://repository.apache.org/snapshots/</url>
             <snapshots>

Reply via email to