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 ea9f04975 [maven-release-plugin] prepare release surefire-3.5.2 ea9f04975 is described below commit ea9f049756acf7a3be5234061624c02bd725c9d3 Author: Michael Osipov <micha...@apache.org> AuthorDate: Wed Oct 30 13:05:55 2024 +0100 [maven-release-plugin] prepare release surefire-3.5.2 --- 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 | 2 +- surefire-providers/common-junit3/pom.xml | 2 +- surefire-providers/common-junit4/pom.xml | 2 +- surefire-providers/common-junit48/pom.xml | 2 +- surefire-providers/pom.xml | 2 +- surefire-providers/surefire-junit-platform/pom.xml | 2 +- surefire-providers/surefire-junit3/pom.xml | 2 +- surefire-providers/surefire-junit4/pom.xml | 2 +- surefire-providers/surefire-junit47/pom.xml | 2 +- surefire-providers/surefire-testng-utils/pom.xml | 2 +- surefire-providers/surefire-testng/pom.xml | 2 +- surefire-report-parser/pom.xml | 2 +- surefire-shadefire/pom.xml | 2 +- surefire-shared-utils/pom.xml | 2 +- 26 files changed, 28 insertions(+), 28 deletions(-) diff --git a/maven-failsafe-plugin/pom.xml b/maven-failsafe-plugin/pom.xml index cc4d7c1c5..e6fc801e8 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.5.2-SNAPSHOT</version> + <version>3.5.2</version> </parent> <groupId>org.apache.maven.plugins</groupId> diff --git a/maven-surefire-common/pom.xml b/maven-surefire-common/pom.xml index c14279b55..fb911b199 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.5.2-SNAPSHOT</version> + <version>3.5.2</version> </parent> <artifactId>maven-surefire-common</artifactId> diff --git a/maven-surefire-plugin/pom.xml b/maven-surefire-plugin/pom.xml index f4c2b4900..7d4f6b27a 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.5.2-SNAPSHOT</version> + <version>3.5.2</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 f5aacb080..aa0014813 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.5.2-SNAPSHOT</version> + <version>3.5.2</version> </parent> <groupId>org.apache.maven.plugins</groupId> diff --git a/pom.xml b/pom.xml index 432d7ebae..0fcd0027a 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire</artifactId> - <version>3.5.2-SNAPSHOT</version> + <version>3.5.2</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.5.1</tag> + <tag>surefire-3.5.2</tag> <url>https://github.com/apache/maven-surefire/tree/${project.scm.tag}</url> </scm> <issueManagement> @@ -106,7 +106,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>2024-10-01T15:39:56Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-10-30T12:00:19Z</project.build.outputTimestamp> </properties> <dependencyManagement> diff --git a/surefire-api/pom.xml b/surefire-api/pom.xml index d302fb2b3..8a0cb5355 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.5.2-SNAPSHOT</version> + <version>3.5.2</version> </parent> <artifactId>surefire-api</artifactId> diff --git a/surefire-booter/pom.xml b/surefire-booter/pom.xml index 85c385adc..8a5d84f9c 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.5.2-SNAPSHOT</version> + <version>3.5.2</version> </parent> <artifactId>surefire-booter</artifactId> diff --git a/surefire-extensions-api/pom.xml b/surefire-extensions-api/pom.xml index 3e3bf6694..5f1af0e5f 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.5.2-SNAPSHOT</version> + <version>3.5.2</version> </parent> <artifactId>surefire-extensions-api</artifactId> diff --git a/surefire-extensions-spi/pom.xml b/surefire-extensions-spi/pom.xml index e483be71d..6231f32c6 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.5.2-SNAPSHOT</version> + <version>3.5.2</version> </parent> <artifactId>surefire-extensions-spi</artifactId> diff --git a/surefire-grouper/pom.xml b/surefire-grouper/pom.xml index a311b0e9c..1b29bcb5c 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.5.2-SNAPSHOT</version> + <version>3.5.2</version> </parent> <artifactId>surefire-grouper</artifactId> diff --git a/surefire-its/pom.xml b/surefire-its/pom.xml index 4bd378f03..c38e52e98 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.5.2-SNAPSHOT</version> + <version>3.5.2</version> </parent> <artifactId>surefire-its</artifactId> diff --git a/surefire-logger-api/pom.xml b/surefire-logger-api/pom.xml index 33a56e039..b70531b4f 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.5.2-SNAPSHOT</version> + <version>3.5.2</version> </parent> <artifactId>surefire-logger-api</artifactId> diff --git a/surefire-providers/common-java5/pom.xml b/surefire-providers/common-java5/pom.xml index ce85bc9ff..401a4798d 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.5.2-SNAPSHOT</version> + <version>3.5.2</version> </parent> <artifactId>common-java5</artifactId> diff --git a/surefire-providers/common-junit3/pom.xml b/surefire-providers/common-junit3/pom.xml index ccee58bd3..dc67274f7 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.5.2-SNAPSHOT</version> + <version>3.5.2</version> </parent> <artifactId>common-junit3</artifactId> diff --git a/surefire-providers/common-junit4/pom.xml b/surefire-providers/common-junit4/pom.xml index 0fa2fadbd..c221ac1db 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.5.2-SNAPSHOT</version> + <version>3.5.2</version> </parent> <artifactId>common-junit4</artifactId> diff --git a/surefire-providers/common-junit48/pom.xml b/surefire-providers/common-junit48/pom.xml index 2b95ce3c6..8aab6d078 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.5.2-SNAPSHOT</version> + <version>3.5.2</version> </parent> <artifactId>common-junit48</artifactId> diff --git a/surefire-providers/pom.xml b/surefire-providers/pom.xml index 50585fcd1..2bbd2c896 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.5.2-SNAPSHOT</version> + <version>3.5.2</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 8d806b898..be58356ae 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.5.2-SNAPSHOT</version> + <version>3.5.2</version> </parent> <artifactId>surefire-junit-platform</artifactId> diff --git a/surefire-providers/surefire-junit3/pom.xml b/surefire-providers/surefire-junit3/pom.xml index b1886524e..736021560 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.5.2-SNAPSHOT</version> + <version>3.5.2</version> </parent> <artifactId>surefire-junit3</artifactId> diff --git a/surefire-providers/surefire-junit4/pom.xml b/surefire-providers/surefire-junit4/pom.xml index 33c35151c..fd3a991f4 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.5.2-SNAPSHOT</version> + <version>3.5.2</version> </parent> <artifactId>surefire-junit4</artifactId> diff --git a/surefire-providers/surefire-junit47/pom.xml b/surefire-providers/surefire-junit47/pom.xml index dc585c1a7..45d54e6af 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.5.2-SNAPSHOT</version> + <version>3.5.2</version> </parent> <artifactId>surefire-junit47</artifactId> diff --git a/surefire-providers/surefire-testng-utils/pom.xml b/surefire-providers/surefire-testng-utils/pom.xml index 2816d9329..2c9e68811 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.5.2-SNAPSHOT</version> + <version>3.5.2</version> </parent> <artifactId>surefire-testng-utils</artifactId> diff --git a/surefire-providers/surefire-testng/pom.xml b/surefire-providers/surefire-testng/pom.xml index aa23267c3..acdb38e60 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.5.2-SNAPSHOT</version> + <version>3.5.2</version> </parent> <artifactId>surefire-testng</artifactId> diff --git a/surefire-report-parser/pom.xml b/surefire-report-parser/pom.xml index e616992ff..28e07ca1b 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.5.2-SNAPSHOT</version> + <version>3.5.2</version> </parent> <artifactId>surefire-report-parser</artifactId> diff --git a/surefire-shadefire/pom.xml b/surefire-shadefire/pom.xml index 8b8d3033c..7d6ca3e0e 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.5.2-SNAPSHOT</version> + <version>3.5.2</version> </parent> <artifactId>surefire-shadefire</artifactId> diff --git a/surefire-shared-utils/pom.xml b/surefire-shared-utils/pom.xml index 1eb85e576..6cbf5dcd9 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.5.2-SNAPSHOT</version> + <version>3.5.2</version> </parent> <artifactId>surefire-shared-utils</artifactId>