This is an automated email from the ASF dual-hosted git repository. cstamas pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/master by this push: new 697c543b4e [maven-release-plugin] prepare release maven-4.0.0-beta-4 697c543b4e is described below commit 697c543b4e3bbec1b99e9d4d1ee8e0302e748f09 Author: Tamas Cservenak <ta...@cservenak.net> AuthorDate: Fri Aug 30 14:58:34 2024 +0200 [maven-release-plugin] prepare release maven-4.0.0-beta-4 --- apache-maven/pom.xml | 2 +- api/maven-api-core/pom.xml | 2 +- api/maven-api-di/pom.xml | 2 +- api/maven-api-meta/pom.xml | 2 +- api/maven-api-metadata/pom.xml | 2 +- api/maven-api-model/pom.xml | 2 +- api/maven-api-plugin/pom.xml | 2 +- api/maven-api-settings/pom.xml | 2 +- api/maven-api-spi/pom.xml | 2 +- api/maven-api-toolchain/pom.xml | 2 +- api/maven-api-xml/pom.xml | 2 +- api/pom.xml | 2 +- maven-api-impl/pom.xml | 2 +- maven-artifact/pom.xml | 2 +- maven-bom/pom.xml | 4 ++-- maven-builder-support/pom.xml | 2 +- maven-compat/pom.xml | 2 +- maven-core/pom.xml | 2 +- maven-di/pom.xml | 2 +- maven-docgen/pom.xml | 2 +- maven-embedder/pom.xml | 2 +- maven-jline/pom.xml | 2 +- maven-model-builder/pom.xml | 2 +- maven-model/pom.xml | 2 +- maven-plugin-api/pom.xml | 2 +- maven-repository-metadata/pom.xml | 2 +- maven-resolver-provider/pom.xml | 2 +- maven-settings-builder/pom.xml | 2 +- maven-settings/pom.xml | 2 +- maven-slf4j-provider/pom.xml | 2 +- maven-slf4j-wrapper/pom.xml | 2 +- maven-toolchain-builder/pom.xml | 2 +- maven-toolchain-model/pom.xml | 2 +- maven-xml-impl/pom.xml | 2 +- pom.xml | 6 +++--- 35 files changed, 38 insertions(+), 38 deletions(-) diff --git a/apache-maven/pom.xml b/apache-maven/pom.xml index f73fb67879..564d68b48f 100644 --- a/apache-maven/pom.xml +++ b/apache-maven/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.maven</groupId> <artifactId>maven</artifactId> - <version>4.0.0-beta-4-SNAPSHOT</version> + <version>4.0.0-beta-4</version> </parent> <artifactId>apache-maven</artifactId> diff --git a/api/maven-api-core/pom.xml b/api/maven-api-core/pom.xml index 0c57d07893..a5bb243ced 100644 --- a/api/maven-api-core/pom.xml +++ b/api/maven-api-core/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.maven</groupId> <artifactId>maven-api</artifactId> - <version>4.0.0-beta-4-SNAPSHOT</version> + <version>4.0.0-beta-4</version> </parent> <artifactId>maven-api-core</artifactId> diff --git a/api/maven-api-di/pom.xml b/api/maven-api-di/pom.xml index 94c1c5a863..6b1ac9c2e0 100644 --- a/api/maven-api-di/pom.xml +++ b/api/maven-api-di/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.maven</groupId> <artifactId>maven-api</artifactId> - <version>4.0.0-beta-4-SNAPSHOT</version> + <version>4.0.0-beta-4</version> </parent> <artifactId>maven-api-di</artifactId> diff --git a/api/maven-api-meta/pom.xml b/api/maven-api-meta/pom.xml index 13ab512d3f..fe74832773 100644 --- a/api/maven-api-meta/pom.xml +++ b/api/maven-api-meta/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.maven</groupId> <artifactId>maven-api</artifactId> - <version>4.0.0-beta-4-SNAPSHOT</version> + <version>4.0.0-beta-4</version> </parent> <artifactId>maven-api-meta</artifactId> diff --git a/api/maven-api-metadata/pom.xml b/api/maven-api-metadata/pom.xml index 82bb2e5114..647549582e 100644 --- a/api/maven-api-metadata/pom.xml +++ b/api/maven-api-metadata/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.maven</groupId> <artifactId>maven-api</artifactId> - <version>4.0.0-beta-4-SNAPSHOT</version> + <version>4.0.0-beta-4</version> </parent> <artifactId>maven-api-metadata</artifactId> diff --git a/api/maven-api-model/pom.xml b/api/maven-api-model/pom.xml index 7d310e21c2..33b76e2a92 100644 --- a/api/maven-api-model/pom.xml +++ b/api/maven-api-model/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.maven</groupId> <artifactId>maven-api</artifactId> - <version>4.0.0-beta-4-SNAPSHOT</version> + <version>4.0.0-beta-4</version> </parent> <artifactId>maven-api-model</artifactId> diff --git a/api/maven-api-plugin/pom.xml b/api/maven-api-plugin/pom.xml index b5a8bdab7c..fd36811b40 100644 --- a/api/maven-api-plugin/pom.xml +++ b/api/maven-api-plugin/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.maven</groupId> <artifactId>maven-api</artifactId> - <version>4.0.0-beta-4-SNAPSHOT</version> + <version>4.0.0-beta-4</version> </parent> <artifactId>maven-api-plugin</artifactId> diff --git a/api/maven-api-settings/pom.xml b/api/maven-api-settings/pom.xml index bf3d40c468..da8e925f1d 100644 --- a/api/maven-api-settings/pom.xml +++ b/api/maven-api-settings/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.maven</groupId> <artifactId>maven-api</artifactId> - <version>4.0.0-beta-4-SNAPSHOT</version> + <version>4.0.0-beta-4</version> </parent> <artifactId>maven-api-settings</artifactId> diff --git a/api/maven-api-spi/pom.xml b/api/maven-api-spi/pom.xml index 43cc4efbff..d4e4aa9361 100644 --- a/api/maven-api-spi/pom.xml +++ b/api/maven-api-spi/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.maven</groupId> <artifactId>maven-api</artifactId> - <version>4.0.0-beta-4-SNAPSHOT</version> + <version>4.0.0-beta-4</version> </parent> <artifactId>maven-api-spi</artifactId> diff --git a/api/maven-api-toolchain/pom.xml b/api/maven-api-toolchain/pom.xml index 842f7e9473..3b9ebd4a58 100644 --- a/api/maven-api-toolchain/pom.xml +++ b/api/maven-api-toolchain/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.maven</groupId> <artifactId>maven-api</artifactId> - <version>4.0.0-beta-4-SNAPSHOT</version> + <version>4.0.0-beta-4</version> </parent> <artifactId>maven-api-toolchain</artifactId> diff --git a/api/maven-api-xml/pom.xml b/api/maven-api-xml/pom.xml index 05f516c912..5ea3a57845 100644 --- a/api/maven-api-xml/pom.xml +++ b/api/maven-api-xml/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.maven</groupId> <artifactId>maven-api</artifactId> - <version>4.0.0-beta-4-SNAPSHOT</version> + <version>4.0.0-beta-4</version> </parent> <artifactId>maven-api-xml</artifactId> diff --git a/api/pom.xml b/api/pom.xml index 926abe3edd..81c3798b19 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.maven</groupId> <artifactId>maven</artifactId> - <version>4.0.0-beta-4-SNAPSHOT</version> + <version>4.0.0-beta-4</version> </parent> <artifactId>maven-api</artifactId> diff --git a/maven-api-impl/pom.xml b/maven-api-impl/pom.xml index d25b129900..571ce1d09e 100644 --- a/maven-api-impl/pom.xml +++ b/maven-api-impl/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.maven</groupId> <artifactId>maven</artifactId> - <version>4.0.0-beta-4-SNAPSHOT</version> + <version>4.0.0-beta-4</version> </parent> <artifactId>maven-api-impl</artifactId> diff --git a/maven-artifact/pom.xml b/maven-artifact/pom.xml index cd3e74777d..e6ddbeeddb 100644 --- a/maven-artifact/pom.xml +++ b/maven-artifact/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.maven</groupId> <artifactId>maven</artifactId> - <version>4.0.0-beta-4-SNAPSHOT</version> + <version>4.0.0-beta-4</version> </parent> <artifactId>maven-artifact</artifactId> diff --git a/maven-bom/pom.xml b/maven-bom/pom.xml index d89dfa15d6..a228a335b9 100644 --- a/maven-bom/pom.xml +++ b/maven-bom/pom.xml @@ -28,7 +28,7 @@ under the License. <groupId>org.apache.maven</groupId> <artifactId>maven-bom</artifactId> - <version>4.0.0-beta-4-SNAPSHOT</version> + <version>4.0.0-beta-4</version> <packaging>pom</packaging> <name>Maven Dependencies BOM</name> @@ -38,7 +38,7 @@ under the License. <scm> <connection>scm:git:https://gitbox.apache.org/repos/asf/maven.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven.git</developerConnection> - <tag>maven-4.0.0-beta-3</tag> + <tag>maven-4.0.0-beta-4</tag> <url>https://github.com/apache/maven/tree/${project.scm.tag}/${project.artifactId}</url> </scm> <issueManagement> diff --git a/maven-builder-support/pom.xml b/maven-builder-support/pom.xml index fc9d138c07..a81cb9141c 100644 --- a/maven-builder-support/pom.xml +++ b/maven-builder-support/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.maven</groupId> <artifactId>maven</artifactId> - <version>4.0.0-beta-4-SNAPSHOT</version> + <version>4.0.0-beta-4</version> </parent> <artifactId>maven-builder-support</artifactId> diff --git a/maven-compat/pom.xml b/maven-compat/pom.xml index e42eba4687..7bbe557d2f 100644 --- a/maven-compat/pom.xml +++ b/maven-compat/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.maven</groupId> <artifactId>maven</artifactId> - <version>4.0.0-beta-4-SNAPSHOT</version> + <version>4.0.0-beta-4</version> </parent> <artifactId>maven-compat</artifactId> diff --git a/maven-core/pom.xml b/maven-core/pom.xml index 39eca04145..ce9ad21a04 100644 --- a/maven-core/pom.xml +++ b/maven-core/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.maven</groupId> <artifactId>maven</artifactId> - <version>4.0.0-beta-4-SNAPSHOT</version> + <version>4.0.0-beta-4</version> </parent> <artifactId>maven-core</artifactId> diff --git a/maven-di/pom.xml b/maven-di/pom.xml index b3747fc094..bfb5b05d4d 100644 --- a/maven-di/pom.xml +++ b/maven-di/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.maven</groupId> <artifactId>maven</artifactId> - <version>4.0.0-beta-4-SNAPSHOT</version> + <version>4.0.0-beta-4</version> </parent> <artifactId>maven-di</artifactId> diff --git a/maven-docgen/pom.xml b/maven-docgen/pom.xml index 11c226f8d3..97ee3d3aeb 100644 --- a/maven-docgen/pom.xml +++ b/maven-docgen/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.maven</groupId> <artifactId>maven</artifactId> - <version>4.0.0-beta-4-SNAPSHOT</version> + <version>4.0.0-beta-4</version> </parent> <artifactId>maven-docgen</artifactId> diff --git a/maven-embedder/pom.xml b/maven-embedder/pom.xml index 0c823eb6c6..be0a29f1d0 100644 --- a/maven-embedder/pom.xml +++ b/maven-embedder/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.maven</groupId> <artifactId>maven</artifactId> - <version>4.0.0-beta-4-SNAPSHOT</version> + <version>4.0.0-beta-4</version> </parent> <artifactId>maven-embedder</artifactId> diff --git a/maven-jline/pom.xml b/maven-jline/pom.xml index b4d6e7f33d..72e0cc772b 100644 --- a/maven-jline/pom.xml +++ b/maven-jline/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.maven</groupId> <artifactId>maven</artifactId> - <version>4.0.0-beta-4-SNAPSHOT</version> + <version>4.0.0-beta-4</version> </parent> <artifactId>maven-jline</artifactId> diff --git a/maven-model-builder/pom.xml b/maven-model-builder/pom.xml index d68ba3d725..6a6990c76b 100644 --- a/maven-model-builder/pom.xml +++ b/maven-model-builder/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.maven</groupId> <artifactId>maven</artifactId> - <version>4.0.0-beta-4-SNAPSHOT</version> + <version>4.0.0-beta-4</version> </parent> <artifactId>maven-model-builder</artifactId> diff --git a/maven-model/pom.xml b/maven-model/pom.xml index 282e9128d6..a64531b127 100644 --- a/maven-model/pom.xml +++ b/maven-model/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.maven</groupId> <artifactId>maven</artifactId> - <version>4.0.0-beta-4-SNAPSHOT</version> + <version>4.0.0-beta-4</version> </parent> <artifactId>maven-model</artifactId> diff --git a/maven-plugin-api/pom.xml b/maven-plugin-api/pom.xml index f3b63da0cb..07335d799d 100644 --- a/maven-plugin-api/pom.xml +++ b/maven-plugin-api/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.maven</groupId> <artifactId>maven</artifactId> - <version>4.0.0-beta-4-SNAPSHOT</version> + <version>4.0.0-beta-4</version> </parent> <artifactId>maven-plugin-api</artifactId> diff --git a/maven-repository-metadata/pom.xml b/maven-repository-metadata/pom.xml index 3056145f26..b458e15f29 100644 --- a/maven-repository-metadata/pom.xml +++ b/maven-repository-metadata/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.maven</groupId> <artifactId>maven</artifactId> - <version>4.0.0-beta-4-SNAPSHOT</version> + <version>4.0.0-beta-4</version> </parent> <artifactId>maven-repository-metadata</artifactId> diff --git a/maven-resolver-provider/pom.xml b/maven-resolver-provider/pom.xml index 533db92f97..3bb35246c6 100644 --- a/maven-resolver-provider/pom.xml +++ b/maven-resolver-provider/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.maven</groupId> <artifactId>maven</artifactId> - <version>4.0.0-beta-4-SNAPSHOT</version> + <version>4.0.0-beta-4</version> </parent> <artifactId>maven-resolver-provider</artifactId> diff --git a/maven-settings-builder/pom.xml b/maven-settings-builder/pom.xml index 1ee669424c..f45b4ba6f7 100644 --- a/maven-settings-builder/pom.xml +++ b/maven-settings-builder/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.maven</groupId> <artifactId>maven</artifactId> - <version>4.0.0-beta-4-SNAPSHOT</version> + <version>4.0.0-beta-4</version> </parent> <artifactId>maven-settings-builder</artifactId> diff --git a/maven-settings/pom.xml b/maven-settings/pom.xml index 2b0ab030c3..f656cde016 100644 --- a/maven-settings/pom.xml +++ b/maven-settings/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.maven</groupId> <artifactId>maven</artifactId> - <version>4.0.0-beta-4-SNAPSHOT</version> + <version>4.0.0-beta-4</version> </parent> <artifactId>maven-settings</artifactId> diff --git a/maven-slf4j-provider/pom.xml b/maven-slf4j-provider/pom.xml index 2f8838e873..1ad7c32576 100644 --- a/maven-slf4j-provider/pom.xml +++ b/maven-slf4j-provider/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.maven</groupId> <artifactId>maven</artifactId> - <version>4.0.0-beta-4-SNAPSHOT</version> + <version>4.0.0-beta-4</version> </parent> <artifactId>maven-slf4j-provider</artifactId> diff --git a/maven-slf4j-wrapper/pom.xml b/maven-slf4j-wrapper/pom.xml index 894b023ae9..48161b7fd1 100644 --- a/maven-slf4j-wrapper/pom.xml +++ b/maven-slf4j-wrapper/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.maven</groupId> <artifactId>maven</artifactId> - <version>4.0.0-beta-4-SNAPSHOT</version> + <version>4.0.0-beta-4</version> </parent> <artifactId>maven-slf4j-wrapper</artifactId> diff --git a/maven-toolchain-builder/pom.xml b/maven-toolchain-builder/pom.xml index d3aed9f591..276d27e881 100644 --- a/maven-toolchain-builder/pom.xml +++ b/maven-toolchain-builder/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.maven</groupId> <artifactId>maven</artifactId> - <version>4.0.0-beta-4-SNAPSHOT</version> + <version>4.0.0-beta-4</version> </parent> <artifactId>maven-toolchain-builder</artifactId> diff --git a/maven-toolchain-model/pom.xml b/maven-toolchain-model/pom.xml index cf5dbc4c72..a24d96936c 100644 --- a/maven-toolchain-model/pom.xml +++ b/maven-toolchain-model/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.maven</groupId> <artifactId>maven</artifactId> - <version>4.0.0-beta-4-SNAPSHOT</version> + <version>4.0.0-beta-4</version> </parent> <artifactId>maven-toolchain-model</artifactId> diff --git a/maven-xml-impl/pom.xml b/maven-xml-impl/pom.xml index 73c96c46a4..8859d26ab3 100644 --- a/maven-xml-impl/pom.xml +++ b/maven-xml-impl/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.maven</groupId> <artifactId>maven</artifactId> - <version>4.0.0-beta-4-SNAPSHOT</version> + <version>4.0.0-beta-4</version> </parent> <artifactId>maven-xml-impl</artifactId> diff --git a/pom.xml b/pom.xml index cff2abd69f..434df26317 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ under the License. </parent> <artifactId>maven</artifactId> - <version>4.0.0-beta-4-SNAPSHOT</version> + <version>4.0.0-beta-4</version> <packaging>pom</packaging> <name>Apache Maven</name> @@ -129,7 +129,7 @@ under the License. <scm> <connection>scm:git:https://gitbox.apache.org/repos/asf/maven.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven.git</developerConnection> - <tag>maven-4.0.0-beta-3</tag> + <tag>maven-4.0.0-beta-4</tag> <url>https://github.com/apache/maven/tree/${project.scm.tag}</url> </scm> <issueManagement> @@ -160,7 +160,7 @@ under the License. <distributionShortName>Maven</distributionShortName> <distributionName>Apache Maven</distributionName> <maven.site.path>ref/4-LATEST</maven.site.path> - <project.build.outputTimestamp>2024-05-22T14:07:09Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-08-30T12:57:41Z</project.build.outputTimestamp> <!-- various versions --> <assertjVersion>3.26.3</assertjVersion> <asmVersion>9.7</asmVersion>