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 e99f11e18 [maven-release-plugin] prepare for next development iteration e99f11e18 is described below commit e99f11e1849b7a00ee9a6f6bb8cc362a14dd2d3c Author: Michael Osipov <micha...@apache.org> AuthorDate: Thu Aug 22 19:34:48 2024 +0200 [maven-release-plugin] prepare for next development iteration --- 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 ce96f3c4c..71accbc7e 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.0</version> + <version>3.5.1-SNAPSHOT</version> </parent> <groupId>org.apache.maven.plugins</groupId> diff --git a/maven-surefire-common/pom.xml b/maven-surefire-common/pom.xml index d0942a1bf..bcd08ed5e 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.0</version> + <version>3.5.1-SNAPSHOT</version> </parent> <artifactId>maven-surefire-common</artifactId> diff --git a/maven-surefire-plugin/pom.xml b/maven-surefire-plugin/pom.xml index a9b2d53b3..e91e2a866 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.0</version> + <version>3.5.1-SNAPSHOT</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 0885d1f18..2637eacad 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.0</version> + <version>3.5.1-SNAPSHOT</version> </parent> <groupId>org.apache.maven.plugins</groupId> diff --git a/pom.xml b/pom.xml index 23404b39d..331ffeb5a 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire</artifactId> - <version>3.5.0</version> + <version>3.5.1-SNAPSHOT</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.0</tag> + <tag>HEAD</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-08-22T17:28:04Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-08-22T17:34:45Z</project.build.outputTimestamp> </properties> <dependencyManagement> diff --git a/surefire-api/pom.xml b/surefire-api/pom.xml index b8585f803..5eae89a26 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.0</version> + <version>3.5.1-SNAPSHOT</version> </parent> <artifactId>surefire-api</artifactId> diff --git a/surefire-booter/pom.xml b/surefire-booter/pom.xml index 466dd4fb3..2b7144f1a 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.0</version> + <version>3.5.1-SNAPSHOT</version> </parent> <artifactId>surefire-booter</artifactId> diff --git a/surefire-extensions-api/pom.xml b/surefire-extensions-api/pom.xml index ccd28a79c..940e41dd2 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.0</version> + <version>3.5.1-SNAPSHOT</version> </parent> <artifactId>surefire-extensions-api</artifactId> diff --git a/surefire-extensions-spi/pom.xml b/surefire-extensions-spi/pom.xml index 81a804d76..97c8de87a 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.0</version> + <version>3.5.1-SNAPSHOT</version> </parent> <artifactId>surefire-extensions-spi</artifactId> diff --git a/surefire-grouper/pom.xml b/surefire-grouper/pom.xml index 98aec135c..52b6e546e 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.0</version> + <version>3.5.1-SNAPSHOT</version> </parent> <artifactId>surefire-grouper</artifactId> diff --git a/surefire-its/pom.xml b/surefire-its/pom.xml index 578ff3b6a..3fff376da 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.0</version> + <version>3.5.1-SNAPSHOT</version> </parent> <artifactId>surefire-its</artifactId> diff --git a/surefire-logger-api/pom.xml b/surefire-logger-api/pom.xml index 160a5f6cc..bcefcc386 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.0</version> + <version>3.5.1-SNAPSHOT</version> </parent> <artifactId>surefire-logger-api</artifactId> diff --git a/surefire-providers/common-java5/pom.xml b/surefire-providers/common-java5/pom.xml index 1198eeeca..52606a42e 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.0</version> + <version>3.5.1-SNAPSHOT</version> </parent> <artifactId>common-java5</artifactId> diff --git a/surefire-providers/common-junit3/pom.xml b/surefire-providers/common-junit3/pom.xml index 776f568cb..1b7c65dd4 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.0</version> + <version>3.5.1-SNAPSHOT</version> </parent> <artifactId>common-junit3</artifactId> diff --git a/surefire-providers/common-junit4/pom.xml b/surefire-providers/common-junit4/pom.xml index 783f582df..5fcef24e1 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.0</version> + <version>3.5.1-SNAPSHOT</version> </parent> <artifactId>common-junit4</artifactId> diff --git a/surefire-providers/common-junit48/pom.xml b/surefire-providers/common-junit48/pom.xml index dec767c78..8a3a93239 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.0</version> + <version>3.5.1-SNAPSHOT</version> </parent> <artifactId>common-junit48</artifactId> diff --git a/surefire-providers/pom.xml b/surefire-providers/pom.xml index f6d2de49b..3805564b2 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.0</version> + <version>3.5.1-SNAPSHOT</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 04602cdbe..37e54fe69 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.0</version> + <version>3.5.1-SNAPSHOT</version> </parent> <artifactId>surefire-junit-platform</artifactId> diff --git a/surefire-providers/surefire-junit3/pom.xml b/surefire-providers/surefire-junit3/pom.xml index 9773b5ce3..9866b5792 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.0</version> + <version>3.5.1-SNAPSHOT</version> </parent> <artifactId>surefire-junit3</artifactId> diff --git a/surefire-providers/surefire-junit4/pom.xml b/surefire-providers/surefire-junit4/pom.xml index 292aa17aa..17f632d96 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.0</version> + <version>3.5.1-SNAPSHOT</version> </parent> <artifactId>surefire-junit4</artifactId> diff --git a/surefire-providers/surefire-junit47/pom.xml b/surefire-providers/surefire-junit47/pom.xml index d4b82e7e4..8c7503be3 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.0</version> + <version>3.5.1-SNAPSHOT</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 d4ba57110..ff8aa1740 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.0</version> + <version>3.5.1-SNAPSHOT</version> </parent> <artifactId>surefire-testng-utils</artifactId> diff --git a/surefire-providers/surefire-testng/pom.xml b/surefire-providers/surefire-testng/pom.xml index b51901875..77b3a0d46 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.0</version> + <version>3.5.1-SNAPSHOT</version> </parent> <artifactId>surefire-testng</artifactId> diff --git a/surefire-report-parser/pom.xml b/surefire-report-parser/pom.xml index 348fc8d8f..1010cbce2 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.0</version> + <version>3.5.1-SNAPSHOT</version> </parent> <artifactId>surefire-report-parser</artifactId> diff --git a/surefire-shadefire/pom.xml b/surefire-shadefire/pom.xml index b18804aca..cafa27e17 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.0</version> + <version>3.5.1-SNAPSHOT</version> </parent> <artifactId>surefire-shadefire</artifactId> diff --git a/surefire-shared-utils/pom.xml b/surefire-shared-utils/pom.xml index 0ca1dd167..4de4b27e9 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.0</version> + <version>3.5.1-SNAPSHOT</version> </parent> <artifactId>surefire-shared-utils</artifactId>