You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2023/02/20 22:03:24 UTC

[maven-integration-testing] branch master updated: Upgrade to Maven Surefire 3.0.0-M9

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

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git


The following commit(s) were added to refs/heads/master by this push:
     new ba0a91b48 Upgrade to Maven Surefire 3.0.0-M9
ba0a91b48 is described below

commit ba0a91b4874e35ec34f558b6efe9a78f1ebef643
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Mon Feb 20 23:03:14 2023 +0100

    Upgrade to Maven Surefire 3.0.0-M9
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3111c6fb6..75c0661de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -184,7 +184,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>3.0.0-M7</version>
+          <version>3.0.0-M9</version>
           <configuration>
             <environmentVariables>
               <JENKINS_MAVEN_AGENT_DISABLED>true</JENKINS_MAVEN_AGENT_DISABLED>