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 ac9e574a9 [maven-release-plugin] prepare release surefire-3.2.3
ac9e574a9 is described below

commit ac9e574a9444cc825b09bae66f30155eb028da92
Author: Michael Osipov <micha...@apache.org>
AuthorDate: Sat Dec 9 21:26:49 2023 +0100

    [maven-release-plugin] prepare release surefire-3.2.3
---
 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 64c8a3b5b..16664c1fe 100644
--- a/maven-failsafe-plugin/pom.xml
+++ b/maven-failsafe-plugin/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire</artifactId>
-    <version>3.2.3-SNAPSHOT</version>
+    <version>3.2.3</version>
   </parent>
 
   <groupId>org.apache.maven.plugins</groupId>
diff --git a/maven-surefire-common/pom.xml b/maven-surefire-common/pom.xml
index 4535df14b..254e1d679 100644
--- a/maven-surefire-common/pom.xml
+++ b/maven-surefire-common/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire</artifactId>
-    <version>3.2.3-SNAPSHOT</version>
+    <version>3.2.3</version>
   </parent>
 
   <artifactId>maven-surefire-common</artifactId>
diff --git a/maven-surefire-plugin/pom.xml b/maven-surefire-plugin/pom.xml
index de5d0e80c..45d64c218 100644
--- a/maven-surefire-plugin/pom.xml
+++ b/maven-surefire-plugin/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire</artifactId>
-    <version>3.2.3-SNAPSHOT</version>
+    <version>3.2.3</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 2f80d1851..050ef2cbb 100644
--- a/maven-surefire-report-plugin/pom.xml
+++ b/maven-surefire-report-plugin/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire</artifactId>
-    <version>3.2.3-SNAPSHOT</version>
+    <version>3.2.3</version>
   </parent>
 
   <groupId>org.apache.maven.plugins</groupId>
diff --git a/pom.xml b/pom.xml
index a0377c584..21171d103 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.maven.surefire</groupId>
   <artifactId>surefire</artifactId>
-  <version>3.2.3-SNAPSHOT</version>
+  <version>3.2.3</version>
   <packaging>pom</packaging>
 
   <name>Apache Maven Surefire</name>
@@ -68,7 +68,7 @@
   <scm>
     <connection>${maven.surefire.scm.devConnection}</connection>
     
<developerConnection>${maven.surefire.scm.devConnection}</developerConnection>
-    <tag>surefire-3.0.0-M8</tag>
+    <tag>surefire-3.2.3</tag>
     <url>https://github.com/apache/maven-surefire/tree/${project.scm.tag}</url>
   </scm>
   <issueManagement>
@@ -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-11-03T08:14:11Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2023-12-09T20:20:48Z</project.build.outputTimestamp>
   </properties>
 
   <dependencyManagement>
diff --git a/surefire-api/pom.xml b/surefire-api/pom.xml
index 4f9a193cd..61b22f668 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.2.3-SNAPSHOT</version>
+    <version>3.2.3</version>
   </parent>
 
   <artifactId>surefire-api</artifactId>
diff --git a/surefire-booter/pom.xml b/surefire-booter/pom.xml
index 16f35e292..15907d940 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.2.3-SNAPSHOT</version>
+    <version>3.2.3</version>
   </parent>
 
   <artifactId>surefire-booter</artifactId>
diff --git a/surefire-extensions-api/pom.xml b/surefire-extensions-api/pom.xml
index d881654d0..febd6069d 100644
--- a/surefire-extensions-api/pom.xml
+++ b/surefire-extensions-api/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire</artifactId>
-    <version>3.2.3-SNAPSHOT</version>
+    <version>3.2.3</version>
   </parent>
 
   <artifactId>surefire-extensions-api</artifactId>
diff --git a/surefire-extensions-spi/pom.xml b/surefire-extensions-spi/pom.xml
index d41477fd6..3312dfef1 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.2.3-SNAPSHOT</version>
+    <version>3.2.3</version>
   </parent>
 
   <artifactId>surefire-extensions-spi</artifactId>
diff --git a/surefire-grouper/pom.xml b/surefire-grouper/pom.xml
index a2d2f4b61..7f8742e98 100644
--- a/surefire-grouper/pom.xml
+++ b/surefire-grouper/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire</artifactId>
-    <version>3.2.3-SNAPSHOT</version>
+    <version>3.2.3</version>
   </parent>
 
   <artifactId>surefire-grouper</artifactId>
diff --git a/surefire-its/pom.xml b/surefire-its/pom.xml
index 195728da4..dc75523f2 100644
--- a/surefire-its/pom.xml
+++ b/surefire-its/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire</artifactId>
-    <version>3.2.3-SNAPSHOT</version>
+    <version>3.2.3</version>
   </parent>
 
   <artifactId>surefire-its</artifactId>
diff --git a/surefire-logger-api/pom.xml b/surefire-logger-api/pom.xml
index ed85576ab..06d3700cc 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.2.3-SNAPSHOT</version>
+    <version>3.2.3</version>
   </parent>
 
   <artifactId>surefire-logger-api</artifactId>
diff --git a/surefire-providers/common-java5/pom.xml 
b/surefire-providers/common-java5/pom.xml
index df5511be6..dff482e0f 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.2.3-SNAPSHOT</version>
+    <version>3.2.3</version>
   </parent>
 
   <artifactId>common-java5</artifactId>
@@ -32,7 +32,7 @@
   <description>Shared Java 5 code for all providers.</description>
 
   <scm>
-    <tag>surefire-3.0.0-M8</tag>
+    <tag>surefire-3.2.3</tag>
   </scm>
 
   <dependencies>
diff --git a/surefire-providers/common-junit3/pom.xml 
b/surefire-providers/common-junit3/pom.xml
index 70854402b..9c4dccfe0 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.2.3-SNAPSHOT</version>
+    <version>3.2.3</version>
   </parent>
 
   <artifactId>common-junit3</artifactId>
@@ -32,7 +32,7 @@
   <description>Shared JUnit3 Provider Code</description>
 
   <scm>
-    <tag>surefire-3.0.0-M8</tag>
+    <tag>surefire-3.2.3</tag>
   </scm>
 
   <dependencies>
diff --git a/surefire-providers/common-junit4/pom.xml 
b/surefire-providers/common-junit4/pom.xml
index 95a95b024..a7031dd6b 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.2.3-SNAPSHOT</version>
+    <version>3.2.3</version>
   </parent>
 
   <artifactId>common-junit4</artifactId>
@@ -32,7 +32,7 @@
   <description>Shared JUnit4 Provider Code</description>
 
   <scm>
-    <tag>surefire-3.0.0-M8</tag>
+    <tag>surefire-3.2.3</tag>
   </scm>
 
   <dependencies>
diff --git a/surefire-providers/common-junit48/pom.xml 
b/surefire-providers/common-junit48/pom.xml
index e586441cf..5e3fee473 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.2.3-SNAPSHOT</version>
+    <version>3.2.3</version>
   </parent>
 
   <artifactId>common-junit48</artifactId>
@@ -32,7 +32,7 @@
   <description>Shared JUnit48 Provider Code</description>
 
   <scm>
-    <tag>surefire-3.0.0-M8</tag>
+    <tag>surefire-3.2.3</tag>
   </scm>
 
   <dependencies>
diff --git a/surefire-providers/pom.xml b/surefire-providers/pom.xml
index 8e66306f2..64e802556 100644
--- a/surefire-providers/pom.xml
+++ b/surefire-providers/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire</artifactId>
-    <version>3.2.3-SNAPSHOT</version>
+    <version>3.2.3</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 b8accf364..4fe507bbe 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.2.3-SNAPSHOT</version>
+    <version>3.2.3</version>
   </parent>
 
   <artifactId>surefire-junit-platform</artifactId>
@@ -77,7 +77,7 @@
   </contributors>
 
   <scm>
-    <tag>surefire-3.0.0-M8</tag>
+    <tag>surefire-3.2.3</tag>
   </scm>
 
   <dependencies>
diff --git a/surefire-providers/surefire-junit3/pom.xml 
b/surefire-providers/surefire-junit3/pom.xml
index 294fe4472..3ba20a6f8 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.2.3-SNAPSHOT</version>
+    <version>3.2.3</version>
   </parent>
 
   <artifactId>surefire-junit3</artifactId>
@@ -32,7 +32,7 @@
   <description>SureFire JUnit3 Runner</description>
 
   <scm>
-    <tag>surefire-3.0.0-M8</tag>
+    <tag>surefire-3.2.3</tag>
   </scm>
 
   <dependencies>
diff --git a/surefire-providers/surefire-junit4/pom.xml 
b/surefire-providers/surefire-junit4/pom.xml
index eba72a7bd..5835f3c3c 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.2.3-SNAPSHOT</version>
+    <version>3.2.3</version>
   </parent>
 
   <artifactId>surefire-junit4</artifactId>
@@ -32,7 +32,7 @@
   <description>SureFire JUnit 4.0+ Runner</description>
 
   <scm>
-    <tag>surefire-3.0.0-M8</tag>
+    <tag>surefire-3.2.3</tag>
   </scm>
 
   <dependencies>
diff --git a/surefire-providers/surefire-junit47/pom.xml 
b/surefire-providers/surefire-junit47/pom.xml
index 9f0fab91a..d72fe0ab1 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.2.3-SNAPSHOT</version>
+    <version>3.2.3</version>
   </parent>
 
   <artifactId>surefire-junit47</artifactId>
@@ -32,7 +32,7 @@
   <description>SureFire JUnitCore (JUnit 4.7+) Runner</description>
 
   <scm>
-    <tag>surefire-3.0.0-M8</tag>
+    <tag>surefire-3.2.3</tag>
   </scm>
 
   <dependencies>
diff --git a/surefire-providers/surefire-testng-utils/pom.xml 
b/surefire-providers/surefire-testng-utils/pom.xml
index 151640e7c..d0848ed09 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.2.3-SNAPSHOT</version>
+    <version>3.2.3</version>
   </parent>
 
   <artifactId>surefire-testng-utils</artifactId>
@@ -32,7 +32,7 @@
   <description>TestNG Utilities</description>
 
   <scm>
-    <tag>surefire-3.0.0-M8</tag>
+    <tag>surefire-3.2.3</tag>
   </scm>
 
   <dependencies>
diff --git a/surefire-providers/surefire-testng/pom.xml 
b/surefire-providers/surefire-testng/pom.xml
index 2f17ad44a..793bf5b5f 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.2.3-SNAPSHOT</version>
+    <version>3.2.3</version>
   </parent>
 
   <artifactId>surefire-testng</artifactId>
@@ -32,7 +32,7 @@
   <description>SureFire TestNG Runner</description>
 
   <scm>
-    <tag>surefire-3.0.0-M8</tag>
+    <tag>surefire-3.2.3</tag>
   </scm>
 
   <dependencies>
diff --git a/surefire-report-parser/pom.xml b/surefire-report-parser/pom.xml
index 0b62ec4e4..9d2f911c2 100644
--- a/surefire-report-parser/pom.xml
+++ b/surefire-report-parser/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire</artifactId>
-    <version>3.2.3-SNAPSHOT</version>
+    <version>3.2.3</version>
   </parent>
 
   <artifactId>surefire-report-parser</artifactId>
diff --git a/surefire-shadefire/pom.xml b/surefire-shadefire/pom.xml
index d14dc8cc7..7e32acbef 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.2.3-SNAPSHOT</version>
+    <version>3.2.3</version>
   </parent>
 
   <artifactId>surefire-shadefire</artifactId>
diff --git a/surefire-shared-utils/pom.xml b/surefire-shared-utils/pom.xml
index 64a57c35c..b4c62cdcf 100644
--- a/surefire-shared-utils/pom.xml
+++ b/surefire-shared-utils/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire</artifactId>
-    <version>3.2.3-SNAPSHOT</version>
+    <version>3.2.3</version>
   </parent>
 
   <artifactId>surefire-shared-utils</artifactId>

Reply via email to