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

[maven-surefire] branch master updated: [maven-release-plugin] prepare release surefire-3.0.0-M9

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6463194dc [maven-release-plugin] prepare release surefire-3.0.0-M9
6463194dc is described below

commit 6463194dc397b282c2d8963ed8af96f2d12a7eb8
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Fri Feb 10 16:13:43 2023 +1000

    [maven-release-plugin] prepare release surefire-3.0.0-M9
---
 maven-failsafe-plugin/pom.xml                      | 2 +-
 maven-surefire-common/pom.xml                      | 2 +-
 maven-surefire-plugin/pom.xml                      | 2 +-
 maven-surefire-report-plugin/pom.xml               | 2 +-
 pom.xml                                            | 6 +++---
 surefire-api/pom.xml                               | 2 +-
 surefire-booter/pom.xml                            | 2 +-
 surefire-extensions-api/pom.xml                    | 2 +-
 surefire-extensions-spi/pom.xml                    | 2 +-
 surefire-grouper/pom.xml                           | 2 +-
 surefire-its/pom.xml                               | 2 +-
 surefire-logger-api/pom.xml                        | 2 +-
 surefire-providers/common-java5/pom.xml            | 4 ++--
 surefire-providers/common-junit3/pom.xml           | 4 ++--
 surefire-providers/common-junit4/pom.xml           | 4 ++--
 surefire-providers/common-junit48/pom.xml          | 4 ++--
 surefire-providers/pom.xml                         | 2 +-
 surefire-providers/surefire-junit-platform/pom.xml | 4 ++--
 surefire-providers/surefire-junit3/pom.xml         | 4 ++--
 surefire-providers/surefire-junit4/pom.xml         | 4 ++--
 surefire-providers/surefire-junit47/pom.xml        | 4 ++--
 surefire-providers/surefire-testng-utils/pom.xml   | 4 ++--
 surefire-providers/surefire-testng/pom.xml         | 4 ++--
 surefire-report-parser/pom.xml                     | 2 +-
 surefire-shadefire/pom.xml                         | 2 +-
 surefire-shared-utils/pom.xml                      | 2 +-
 26 files changed, 38 insertions(+), 38 deletions(-)

diff --git a/maven-failsafe-plugin/pom.xml b/maven-failsafe-plugin/pom.xml
index 408aa3359..d22f35866 100644
--- a/maven-failsafe-plugin/pom.xml
+++ b/maven-failsafe-plugin/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.maven.surefire</groupId>
         <artifactId>surefire</artifactId>
-        <version>3.0.0-M9-SNAPSHOT</version>
+        <version>3.0.0-M9</version>
     </parent>
 
     <groupId>org.apache.maven.plugins</groupId>
diff --git a/maven-surefire-common/pom.xml b/maven-surefire-common/pom.xml
index 737a4ca0f..073dcc432 100644
--- a/maven-surefire-common/pom.xml
+++ b/maven-surefire-common/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.maven.surefire</groupId>
         <artifactId>surefire</artifactId>
-        <version>3.0.0-M9-SNAPSHOT</version>
+        <version>3.0.0-M9</version>
     </parent>
 
     <artifactId>maven-surefire-common</artifactId>
diff --git a/maven-surefire-plugin/pom.xml b/maven-surefire-plugin/pom.xml
index 6c9e63f1f..ad8fc5c33 100644
--- a/maven-surefire-plugin/pom.xml
+++ b/maven-surefire-plugin/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.maven.surefire</groupId>
         <artifactId>surefire</artifactId>
-        <version>3.0.0-M9-SNAPSHOT</version>
+        <version>3.0.0-M9</version>
     </parent>
 
     <groupId>org.apache.maven.plugins</groupId>
diff --git a/maven-surefire-report-plugin/pom.xml b/maven-surefire-report-plugin/pom.xml
index d6c00b01a..8f77329c2 100644
--- a/maven-surefire-report-plugin/pom.xml
+++ b/maven-surefire-report-plugin/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.maven.surefire</groupId>
         <artifactId>surefire</artifactId>
-        <version>3.0.0-M9-SNAPSHOT</version>
+        <version>3.0.0-M9</version>
     </parent>
 
     <groupId>org.apache.maven.plugins</groupId>
diff --git a/pom.xml b/pom.xml
index ecf1450d8..957132e4e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.maven.surefire</groupId>
   <artifactId>surefire</artifactId>
-  <version>3.0.0-M9-SNAPSHOT</version>
+  <version>3.0.0-M9</version>
   <packaging>pom</packaging>
 
   <name>Apache Maven Surefire</name>
@@ -69,7 +69,7 @@
     <connection>${maven.surefire.scm.devConnection}</connection>
     <developerConnection>${maven.surefire.scm.devConnection}</developerConnection>
     <url>https://github.com/apache/maven-surefire/tree/${project.scm.tag}</url>
-    <tag>surefire-3.0.0-M8</tag>
+    <tag>surefire-3.0.0-M9</tag>
   </scm>
   <issueManagement>
     <system>jira</system>
@@ -104,7 +104,7 @@
     <maven.compiler.testTarget>1.${javaVersion}</maven.compiler.testTarget>
     <jvm9ArgsTests />
     <jvm.args.tests>${jvm9ArgsTests} -Xms32m -Xmx144m -XX:SoftRefLRUPolicyMSPerMB=50 -Djava.awt.headless=true -Djdk.net.URLClassPath.disableClassPathURLCheck=true</jvm.args.tests>
-    <project.build.outputTimestamp>2023-01-07T09:11:08Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2023-02-10T06:11:29Z</project.build.outputTimestamp>
   </properties>
 
   <dependencyManagement>
diff --git a/surefire-api/pom.xml b/surefire-api/pom.xml
index 147c5e886..55a58b139 100644
--- a/surefire-api/pom.xml
+++ b/surefire-api/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire</artifactId>
-    <version>3.0.0-M9-SNAPSHOT</version>
+    <version>3.0.0-M9</version>
   </parent>
 
   <artifactId>surefire-api</artifactId>
diff --git a/surefire-booter/pom.xml b/surefire-booter/pom.xml
index d2d0b6b01..b0c0ecc68 100644
--- a/surefire-booter/pom.xml
+++ b/surefire-booter/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire</artifactId>
-    <version>3.0.0-M9-SNAPSHOT</version>
+    <version>3.0.0-M9</version>
   </parent>
 
   <artifactId>surefire-booter</artifactId>
diff --git a/surefire-extensions-api/pom.xml b/surefire-extensions-api/pom.xml
index b84346bb1..9d95d4fb1 100644
--- a/surefire-extensions-api/pom.xml
+++ b/surefire-extensions-api/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.maven.surefire</groupId>
         <artifactId>surefire</artifactId>
-        <version>3.0.0-M9-SNAPSHOT</version>
+        <version>3.0.0-M9</version>
     </parent>
 
     <artifactId>surefire-extensions-api</artifactId>
diff --git a/surefire-extensions-spi/pom.xml b/surefire-extensions-spi/pom.xml
index 87e470ce9..b4675817d 100644
--- a/surefire-extensions-spi/pom.xml
+++ b/surefire-extensions-spi/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.maven.surefire</groupId>
         <artifactId>surefire</artifactId>
-        <version>3.0.0-M9-SNAPSHOT</version>
+        <version>3.0.0-M9</version>
     </parent>
 
     <artifactId>surefire-extensions-spi</artifactId>
diff --git a/surefire-grouper/pom.xml b/surefire-grouper/pom.xml
index d298fa93c..755f43f83 100644
--- a/surefire-grouper/pom.xml
+++ b/surefire-grouper/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire</artifactId>
-    <version>3.0.0-M9-SNAPSHOT</version>
+    <version>3.0.0-M9</version>
   </parent>
 
   <artifactId>surefire-grouper</artifactId>
diff --git a/surefire-its/pom.xml b/surefire-its/pom.xml
index aef2500cd..c2c4f1499 100644
--- a/surefire-its/pom.xml
+++ b/surefire-its/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.maven.surefire</groupId>
         <artifactId>surefire</artifactId>
-        <version>3.0.0-M9-SNAPSHOT</version>
+        <version>3.0.0-M9</version>
     </parent>
 
     <artifactId>surefire-its</artifactId>
diff --git a/surefire-logger-api/pom.xml b/surefire-logger-api/pom.xml
index fcd890c7c..f4b07ec5a 100644
--- a/surefire-logger-api/pom.xml
+++ b/surefire-logger-api/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.maven.surefire</groupId>
         <artifactId>surefire</artifactId>
-        <version>3.0.0-M9-SNAPSHOT</version>
+        <version>3.0.0-M9</version>
     </parent>
 
     <artifactId>surefire-logger-api</artifactId>
diff --git a/surefire-providers/common-java5/pom.xml b/surefire-providers/common-java5/pom.xml
index 78022bb87..7c7098345 100644
--- a/surefire-providers/common-java5/pom.xml
+++ b/surefire-providers/common-java5/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire-providers</artifactId>
-    <version>3.0.0-M9-SNAPSHOT</version>
+    <version>3.0.0-M9</version>
   </parent>
 
   <artifactId>common-java5</artifactId>
@@ -73,6 +73,6 @@
   </build>
 
   <scm>
-    <tag>surefire-3.0.0-M8</tag>
+    <tag>surefire-3.0.0-M9</tag>
   </scm>
 </project>
diff --git a/surefire-providers/common-junit3/pom.xml b/surefire-providers/common-junit3/pom.xml
index d8cf946bf..59b905090 100644
--- a/surefire-providers/common-junit3/pom.xml
+++ b/surefire-providers/common-junit3/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire-providers</artifactId>
-    <version>3.0.0-M9-SNAPSHOT</version>
+    <version>3.0.0-M9</version>
   </parent>
 
   <artifactId>common-junit3</artifactId>
@@ -74,6 +74,6 @@
   </build>
 
   <scm>
-    <tag>surefire-3.0.0-M8</tag>
+    <tag>surefire-3.0.0-M9</tag>
   </scm>
 </project>
diff --git a/surefire-providers/common-junit4/pom.xml b/surefire-providers/common-junit4/pom.xml
index 87bb0f708..7d4503cca 100644
--- a/surefire-providers/common-junit4/pom.xml
+++ b/surefire-providers/common-junit4/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire-providers</artifactId>
-    <version>3.0.0-M9-SNAPSHOT</version>
+    <version>3.0.0-M9</version>
   </parent>
 
   <artifactId>common-junit4</artifactId>
@@ -84,6 +84,6 @@
   </build>
 
   <scm>
-    <tag>surefire-3.0.0-M8</tag>
+    <tag>surefire-3.0.0-M9</tag>
   </scm>
 </project>
diff --git a/surefire-providers/common-junit48/pom.xml b/surefire-providers/common-junit48/pom.xml
index 028e536cd..14fd0af92 100644
--- a/surefire-providers/common-junit48/pom.xml
+++ b/surefire-providers/common-junit48/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.maven.surefire</groupId>
         <artifactId>surefire-providers</artifactId>
-        <version>3.0.0-M9-SNAPSHOT</version>
+        <version>3.0.0-M9</version>
     </parent>
 
     <artifactId>common-junit48</artifactId>
@@ -173,6 +173,6 @@
     </build>
 
   <scm>
-    <tag>surefire-3.0.0-M8</tag>
+    <tag>surefire-3.0.0-M9</tag>
   </scm>
 </project>
diff --git a/surefire-providers/pom.xml b/surefire-providers/pom.xml
index 349cc8fea..632134c69 100644
--- a/surefire-providers/pom.xml
+++ b/surefire-providers/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire</artifactId>
-    <version>3.0.0-M9-SNAPSHOT</version>
+    <version>3.0.0-M9</version>
   </parent>
 
   <artifactId>surefire-providers</artifactId>
diff --git a/surefire-providers/surefire-junit-platform/pom.xml b/surefire-providers/surefire-junit-platform/pom.xml
index 0ddc44a20..3ef9916ef 100644
--- a/surefire-providers/surefire-junit-platform/pom.xml
+++ b/surefire-providers/surefire-junit-platform/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.maven.surefire</groupId>
         <artifactId>surefire-providers</artifactId>
-        <version>3.0.0-M9-SNAPSHOT</version>
+        <version>3.0.0-M9</version>
     </parent>
 
     <artifactId>surefire-junit-platform</artifactId>
@@ -139,6 +139,6 @@
     </build>
 
   <scm>
-    <tag>surefire-3.0.0-M8</tag>
+    <tag>surefire-3.0.0-M9</tag>
   </scm>
 </project>
diff --git a/surefire-providers/surefire-junit3/pom.xml b/surefire-providers/surefire-junit3/pom.xml
index 9ee909d9e..ccaec1258 100644
--- a/surefire-providers/surefire-junit3/pom.xml
+++ b/surefire-providers/surefire-junit3/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire-providers</artifactId>
-    <version>3.0.0-M9-SNAPSHOT</version>
+    <version>3.0.0-M9</version>
   </parent>
 
   <artifactId>surefire-junit3</artifactId>
@@ -84,6 +84,6 @@
   </build>
 
   <scm>
-    <tag>surefire-3.0.0-M8</tag>
+    <tag>surefire-3.0.0-M9</tag>
   </scm>
 </project>
diff --git a/surefire-providers/surefire-junit4/pom.xml b/surefire-providers/surefire-junit4/pom.xml
index 21f419571..bd4bcd365 100644
--- a/surefire-providers/surefire-junit4/pom.xml
+++ b/surefire-providers/surefire-junit4/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire-providers</artifactId>
-    <version>3.0.0-M9-SNAPSHOT</version>
+    <version>3.0.0-M9</version>
   </parent>
 
   <artifactId>surefire-junit4</artifactId>
@@ -82,6 +82,6 @@
   </build>
 
   <scm>
-    <tag>surefire-3.0.0-M8</tag>
+    <tag>surefire-3.0.0-M9</tag>
   </scm>
 </project>
diff --git a/surefire-providers/surefire-junit47/pom.xml b/surefire-providers/surefire-junit47/pom.xml
index fcbe3aca7..87d2bfc22 100644
--- a/surefire-providers/surefire-junit47/pom.xml
+++ b/surefire-providers/surefire-junit47/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.maven.surefire</groupId>
         <artifactId>surefire-providers</artifactId>
-        <version>3.0.0-M9-SNAPSHOT</version>
+        <version>3.0.0-M9</version>
     </parent>
 
     <artifactId>surefire-junit47</artifactId>
@@ -100,6 +100,6 @@
     </build>
 
   <scm>
-    <tag>surefire-3.0.0-M8</tag>
+    <tag>surefire-3.0.0-M9</tag>
   </scm>
 </project>
diff --git a/surefire-providers/surefire-testng-utils/pom.xml b/surefire-providers/surefire-testng-utils/pom.xml
index 477804e7e..709917562 100644
--- a/surefire-providers/surefire-testng-utils/pom.xml
+++ b/surefire-providers/surefire-testng-utils/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire-providers</artifactId>
-    <version>3.0.0-M9-SNAPSHOT</version>
+    <version>3.0.0-M9</version>
   </parent>
 
   <artifactId>surefire-testng-utils</artifactId>
@@ -86,6 +86,6 @@
   </build>
 
   <scm>
-    <tag>surefire-3.0.0-M8</tag>
+    <tag>surefire-3.0.0-M9</tag>
   </scm>
 </project>
diff --git a/surefire-providers/surefire-testng/pom.xml b/surefire-providers/surefire-testng/pom.xml
index 5cf06d236..4a562dc73 100644
--- a/surefire-providers/surefire-testng/pom.xml
+++ b/surefire-providers/surefire-testng/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.maven.surefire</groupId>
         <artifactId>surefire-providers</artifactId>
-        <version>3.0.0-M9-SNAPSHOT</version>
+        <version>3.0.0-M9</version>
     </parent>
 
     <artifactId>surefire-testng</artifactId>
@@ -102,6 +102,6 @@
     </build>
 
   <scm>
-    <tag>surefire-3.0.0-M8</tag>
+    <tag>surefire-3.0.0-M9</tag>
   </scm>
 </project>
diff --git a/surefire-report-parser/pom.xml b/surefire-report-parser/pom.xml
index fb35f1617..9f2e98ec4 100644
--- a/surefire-report-parser/pom.xml
+++ b/surefire-report-parser/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire</artifactId>
-    <version>3.0.0-M9-SNAPSHOT</version>
+    <version>3.0.0-M9</version>
   </parent>
 
   <artifactId>surefire-report-parser</artifactId>
diff --git a/surefire-shadefire/pom.xml b/surefire-shadefire/pom.xml
index 50b6f82e8..d6f674e03 100644
--- a/surefire-shadefire/pom.xml
+++ b/surefire-shadefire/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire</artifactId>
-    <version>3.0.0-M9-SNAPSHOT</version>
+    <version>3.0.0-M9</version>
   </parent>
 
   <artifactId>surefire-shadefire</artifactId>
diff --git a/surefire-shared-utils/pom.xml b/surefire-shared-utils/pom.xml
index cd899afcd..48ca5d97a 100644
--- a/surefire-shared-utils/pom.xml
+++ b/surefire-shared-utils/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.maven.surefire</groupId>
         <artifactId>surefire</artifactId>
-        <version>3.0.0-M9-SNAPSHOT</version>
+        <version>3.0.0-M9</version>
     </parent>
 
     <artifactId>surefire-shared-utils</artifactId>