You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@causeway.apache.org by ah...@apache.org on 2023/03/22 09:22:41 UTC

[causeway] branch master updated: Bump maven-surefire-plugin 3.0.0-M7 -> 3.0.0

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0905153e05 Bump maven-surefire-plugin 3.0.0-M7 -> 3.0.0
0905153e05 is described below

commit 0905153e050deacfb9aa9b47e3d1e4a14e486c99
Author: Andi Huber <ah...@apache.org>
AuthorDate: Wed Mar 22 10:22:34 2023 +0100

    Bump maven-surefire-plugin 3.0.0-M7 -> 3.0.0
---
 bom/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bom/pom.xml b/bom/pom.xml
index 7db0aefc71..1cff7df5c3 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -78,7 +78,7 @@ It is therefore a copy of org.apache:apache, with customisations clearly identif
 		<datanucleus-maven-plugin.fork>false</datanucleus-maven-plugin.fork>
 
 		<maven-source-plugin.version>3.2.1</maven-source-plugin.version>
-		<maven-surefire-plugin.version>3.0.0-M7</maven-surefire-plugin.version>
+		<maven-surefire-plugin.version>3.0.0</maven-surefire-plugin.version>
 		<maven-surefire-report-plugin.version>3.0.0</maven-surefire-report-plugin.version>
         <!--  for surefire, failsafe and surefire-report  -->
         <maven.plugin.tools.version>3.8.1</maven.plugin.tools.version>