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/01/07 09:11:04 UTC

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

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-surefire.git


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

commit 54dfdc194d60b11d26943fed09027ddeec9a4c79
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sat Jan 7 10:10:58 2023 +0100

    [maven-release-plugin] prepare release surefire-3.0.0-M8
---
 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               | 6 +++++-
 surefire-providers/common-junit3/pom.xml              | 6 +++++-
 surefire-providers/common-junit4/pom.xml              | 6 +++++-
 surefire-providers/common-junit48/pom.xml             | 6 +++++-
 surefire-providers/pom.xml                            | 2 +-
 surefire-providers/{pom.xml => pom.xml.releaseBackup} | 0
 surefire-providers/surefire-junit-platform/pom.xml    | 6 +++++-
 surefire-providers/surefire-junit3/pom.xml            | 6 +++++-
 surefire-providers/surefire-junit4/pom.xml            | 6 +++++-
 surefire-providers/surefire-junit47/pom.xml           | 6 +++++-
 surefire-providers/surefire-testng-utils/pom.xml      | 6 +++++-
 surefire-providers/surefire-testng/pom.xml            | 6 +++++-
 surefire-report-parser/pom.xml                        | 2 +-
 surefire-shadefire/pom.xml                            | 2 +-
 surefire-shared-utils/pom.xml                         | 2 +-
 27 files changed, 68 insertions(+), 28 deletions(-)

diff --git a/maven-failsafe-plugin/pom.xml b/maven-failsafe-plugin/pom.xml
index 08eec2474..509786da6 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-M8-SNAPSHOT</version>
+        <version>3.0.0-M8</version>
     </parent>
 
     <groupId>org.apache.maven.plugins</groupId>
diff --git a/maven-surefire-common/pom.xml b/maven-surefire-common/pom.xml
index c00129c9e..00b462320 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-M8-SNAPSHOT</version>
+        <version>3.0.0-M8</version>
     </parent>
 
     <artifactId>maven-surefire-common</artifactId>
diff --git a/maven-surefire-plugin/pom.xml b/maven-surefire-plugin/pom.xml
index dc95eaf6f..4f8422d0a 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-M8-SNAPSHOT</version>
+        <version>3.0.0-M8</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 486a5b926..d634bffaf 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-M8-SNAPSHOT</version>
+        <version>3.0.0-M8</version>
     </parent>
 
     <groupId>org.apache.maven.plugins</groupId>
diff --git a/pom.xml b/pom.xml
index 03b0bda92..94e30c4d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.maven.surefire</groupId>
   <artifactId>surefire</artifactId>
-  <version>3.0.0-M8-SNAPSHOT</version>
+  <version>3.0.0-M8</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>HEAD</tag>
+    <tag>surefire-3.0.0-M8</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>2022-06-03T09:25:43Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2023-01-07T08:46:00Z</project.build.outputTimestamp>
   </properties>
 
   <dependencyManagement>
diff --git a/surefire-api/pom.xml b/surefire-api/pom.xml
index 11220365d..2b524fe11 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-M8-SNAPSHOT</version>
+    <version>3.0.0-M8</version>
   </parent>
 
   <artifactId>surefire-api</artifactId>
diff --git a/surefire-booter/pom.xml b/surefire-booter/pom.xml
index 8967a4ff5..f4b06a444 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-M8-SNAPSHOT</version>
+    <version>3.0.0-M8</version>
   </parent>
 
   <artifactId>surefire-booter</artifactId>
diff --git a/surefire-extensions-api/pom.xml b/surefire-extensions-api/pom.xml
index b2c489f9b..802f5a256 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-M8-SNAPSHOT</version>
+        <version>3.0.0-M8</version>
     </parent>
 
     <artifactId>surefire-extensions-api</artifactId>
diff --git a/surefire-extensions-spi/pom.xml b/surefire-extensions-spi/pom.xml
index e43635142..8d13d8b14 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-M8-SNAPSHOT</version>
+        <version>3.0.0-M8</version>
     </parent>
 
     <artifactId>surefire-extensions-spi</artifactId>
diff --git a/surefire-grouper/pom.xml b/surefire-grouper/pom.xml
index 9dc956226..18430e573 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-M8-SNAPSHOT</version>
+    <version>3.0.0-M8</version>
   </parent>
 
   <artifactId>surefire-grouper</artifactId>
diff --git a/surefire-its/pom.xml b/surefire-its/pom.xml
index b66e01da5..f0e3e2a15 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-M8-SNAPSHOT</version>
+        <version>3.0.0-M8</version>
     </parent>
 
     <artifactId>surefire-its</artifactId>
diff --git a/surefire-logger-api/pom.xml b/surefire-logger-api/pom.xml
index 557500a76..8765e9e22 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-M8-SNAPSHOT</version>
+        <version>3.0.0-M8</version>
     </parent>
 
     <artifactId>surefire-logger-api</artifactId>
diff --git a/surefire-providers/common-java5/pom.xml b/surefire-providers/common-java5/pom.xml
index 0758cc653..0c3ca172b 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-M8-SNAPSHOT</version>
+    <version>3.0.0-M8</version>
   </parent>
 
   <artifactId>common-java5</artifactId>
@@ -71,4 +71,8 @@
       </plugin>
     </plugins>
   </build>
+
+  <scm>
+    <tag>surefire-3.0.0-M8</tag>
+  </scm>
 </project>
diff --git a/surefire-providers/common-junit3/pom.xml b/surefire-providers/common-junit3/pom.xml
index b8664b46f..988da258d 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-M8-SNAPSHOT</version>
+    <version>3.0.0-M8</version>
   </parent>
 
   <artifactId>common-junit3</artifactId>
@@ -72,4 +72,8 @@
       </plugin>
     </plugins>
   </build>
+
+  <scm>
+    <tag>surefire-3.0.0-M8</tag>
+  </scm>
 </project>
diff --git a/surefire-providers/common-junit4/pom.xml b/surefire-providers/common-junit4/pom.xml
index c6b55f0a0..b4d91e885 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-M8-SNAPSHOT</version>
+    <version>3.0.0-M8</version>
   </parent>
 
   <artifactId>common-junit4</artifactId>
@@ -82,4 +82,8 @@
       </plugin>
     </plugins>
   </build>
+
+  <scm>
+    <tag>surefire-3.0.0-M8</tag>
+  </scm>
 </project>
diff --git a/surefire-providers/common-junit48/pom.xml b/surefire-providers/common-junit48/pom.xml
index 347a94e84..2b750bc9e 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-M8-SNAPSHOT</version>
+        <version>3.0.0-M8</version>
     </parent>
 
     <artifactId>common-junit48</artifactId>
@@ -171,4 +171,8 @@
             </plugin>
         </plugins>
     </build>
+
+  <scm>
+    <tag>surefire-3.0.0-M8</tag>
+  </scm>
 </project>
diff --git a/surefire-providers/pom.xml b/surefire-providers/pom.xml
index 7aab4c2e4..1f06db728 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-M8-SNAPSHOT</version>
+    <version>3.0.0-M8</version>
   </parent>
 
   <artifactId>surefire-providers</artifactId>
diff --git a/surefire-providers/pom.xml b/surefire-providers/pom.xml.releaseBackup
similarity index 100%
copy from surefire-providers/pom.xml
copy to surefire-providers/pom.xml.releaseBackup
diff --git a/surefire-providers/surefire-junit-platform/pom.xml b/surefire-providers/surefire-junit-platform/pom.xml
index a0e42a2dd..39bdaf152 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-M8-SNAPSHOT</version>
+        <version>3.0.0-M8</version>
     </parent>
 
     <artifactId>surefire-junit-platform</artifactId>
@@ -137,4 +137,8 @@
             </plugin>
         </plugins>
     </build>
+
+  <scm>
+    <tag>surefire-3.0.0-M8</tag>
+  </scm>
 </project>
diff --git a/surefire-providers/surefire-junit3/pom.xml b/surefire-providers/surefire-junit3/pom.xml
index e6edc5b8d..a23e4ebaf 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-M8-SNAPSHOT</version>
+    <version>3.0.0-M8</version>
   </parent>
 
   <artifactId>surefire-junit3</artifactId>
@@ -82,4 +82,8 @@
       </plugin>
     </plugins>
   </build>
+
+  <scm>
+    <tag>surefire-3.0.0-M8</tag>
+  </scm>
 </project>
diff --git a/surefire-providers/surefire-junit4/pom.xml b/surefire-providers/surefire-junit4/pom.xml
index 6a7e474ff..f469d993b 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-M8-SNAPSHOT</version>
+    <version>3.0.0-M8</version>
   </parent>
 
   <artifactId>surefire-junit4</artifactId>
@@ -80,4 +80,8 @@
       </plugin>
     </plugins>
   </build>
+
+  <scm>
+    <tag>surefire-3.0.0-M8</tag>
+  </scm>
 </project>
diff --git a/surefire-providers/surefire-junit47/pom.xml b/surefire-providers/surefire-junit47/pom.xml
index 03b02244f..e677e928d 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-M8-SNAPSHOT</version>
+        <version>3.0.0-M8</version>
     </parent>
 
     <artifactId>surefire-junit47</artifactId>
@@ -98,4 +98,8 @@
             </plugin>
         </plugins>
     </build>
+
+  <scm>
+    <tag>surefire-3.0.0-M8</tag>
+  </scm>
 </project>
diff --git a/surefire-providers/surefire-testng-utils/pom.xml b/surefire-providers/surefire-testng-utils/pom.xml
index f3fa6490c..8c695d02e 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-M8-SNAPSHOT</version>
+    <version>3.0.0-M8</version>
   </parent>
 
   <artifactId>surefire-testng-utils</artifactId>
@@ -84,4 +84,8 @@
       </plugin>
     </plugins>
   </build>
+
+  <scm>
+    <tag>surefire-3.0.0-M8</tag>
+  </scm>
 </project>
diff --git a/surefire-providers/surefire-testng/pom.xml b/surefire-providers/surefire-testng/pom.xml
index 7a2cc0334..d26124f5d 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-M8-SNAPSHOT</version>
+        <version>3.0.0-M8</version>
     </parent>
 
     <artifactId>surefire-testng</artifactId>
@@ -100,4 +100,8 @@
             </plugin>
         </plugins>
     </build>
+
+  <scm>
+    <tag>surefire-3.0.0-M8</tag>
+  </scm>
 </project>
diff --git a/surefire-report-parser/pom.xml b/surefire-report-parser/pom.xml
index 155cc7baa..7af127f4b 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-M8-SNAPSHOT</version>
+    <version>3.0.0-M8</version>
   </parent>
 
   <artifactId>surefire-report-parser</artifactId>
diff --git a/surefire-shadefire/pom.xml b/surefire-shadefire/pom.xml
index d25a4c854..9ff5c81f0 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-M8-SNAPSHOT</version>
+    <version>3.0.0-M8</version>
   </parent>
 
   <artifactId>surefire-shadefire</artifactId>
diff --git a/surefire-shared-utils/pom.xml b/surefire-shared-utils/pom.xml
index 03a12ed58..fab10f500 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-M8-SNAPSHOT</version>
+        <version>3.0.0-M8</version>
     </parent>
 
     <artifactId>surefire-shared-utils</artifactId>