This is an automated email from the ASF dual-hosted git repository. cstamas pushed a commit to annotated tag maven-4.0.0-rc-1 in repository https://gitbox.apache.org/repos/asf/maven.git
commit d81b1b6a2870dc954d6d642500ad38e8e4cb3dde Author: Tamas Cservenak <ta...@cservenak.net> AuthorDate: Mon Nov 25 11:57:24 2024 +0100 [maven-release-plugin] prepare release maven-4.0.0-rc-1 --- apache-maven/pom.xml | 2 +- api/maven-api-cli/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 +- compat/maven-artifact/pom.xml | 2 +- compat/maven-builder-support/pom.xml | 2 +- compat/maven-compat/pom.xml | 2 +- compat/maven-embedder/pom.xml | 2 +- compat/maven-model-builder/pom.xml | 2 +- compat/maven-model/pom.xml | 2 +- compat/maven-plugin-api/pom.xml | 2 +- compat/maven-repository-metadata/pom.xml | 2 +- compat/maven-resolver-provider/pom.xml | 2 +- compat/maven-settings-builder/pom.xml | 2 +- compat/maven-settings/pom.xml | 2 +- compat/maven-toolchain-builder/pom.xml | 2 +- compat/maven-toolchain-model/pom.xml | 2 +- compat/pom.xml | 2 +- impl/maven-cli/pom.xml | 2 +- impl/maven-core/pom.xml | 2 +- impl/maven-di/pom.xml | 2 +- impl/maven-executor/pom.xml | 2 +- impl/maven-impl/pom.xml | 2 +- impl/maven-jline/pom.xml | 2 +- impl/maven-logging/pom.xml | 2 +- impl/maven-xml/pom.xml | 2 +- impl/pom.xml | 2 +- pom.xml | 6 +++--- 37 files changed, 39 insertions(+), 39 deletions(-) diff --git a/apache-maven/pom.xml b/apache-maven/pom.xml index d948851f72..12c6fc2986 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-6-SNAPSHOT</version> + <version>4.0.0-rc-1</version> </parent> <artifactId>apache-maven</artifactId> diff --git a/api/maven-api-cli/pom.xml b/api/maven-api-cli/pom.xml index 93ff67f11b..f76a228311 100644 --- a/api/maven-api-cli/pom.xml +++ b/api/maven-api-cli/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.maven</groupId> <artifactId>maven-api</artifactId> - <version>4.0.0-beta-6-SNAPSHOT</version> + <version>4.0.0-rc-1</version> </parent> <artifactId>maven-api-cli</artifactId> diff --git a/api/maven-api-core/pom.xml b/api/maven-api-core/pom.xml index c299c6c635..423d55a8b4 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-6-SNAPSHOT</version> + <version>4.0.0-rc-1</version> </parent> <artifactId>maven-api-core</artifactId> diff --git a/api/maven-api-di/pom.xml b/api/maven-api-di/pom.xml index 61698e418d..47aa098da9 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-6-SNAPSHOT</version> + <version>4.0.0-rc-1</version> </parent> <artifactId>maven-api-di</artifactId> diff --git a/api/maven-api-meta/pom.xml b/api/maven-api-meta/pom.xml index fd39673879..ef35444e51 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-6-SNAPSHOT</version> + <version>4.0.0-rc-1</version> </parent> <artifactId>maven-api-meta</artifactId> diff --git a/api/maven-api-metadata/pom.xml b/api/maven-api-metadata/pom.xml index c659bef2a3..4b13460c4f 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-6-SNAPSHOT</version> + <version>4.0.0-rc-1</version> </parent> <artifactId>maven-api-metadata</artifactId> diff --git a/api/maven-api-model/pom.xml b/api/maven-api-model/pom.xml index cd8119adb1..44dc6e6b46 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-6-SNAPSHOT</version> + <version>4.0.0-rc-1</version> </parent> <artifactId>maven-api-model</artifactId> diff --git a/api/maven-api-plugin/pom.xml b/api/maven-api-plugin/pom.xml index 34a4d71d82..55f9819f18 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-6-SNAPSHOT</version> + <version>4.0.0-rc-1</version> </parent> <artifactId>maven-api-plugin</artifactId> diff --git a/api/maven-api-settings/pom.xml b/api/maven-api-settings/pom.xml index d5ca340bed..57f9a5bfb7 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-6-SNAPSHOT</version> + <version>4.0.0-rc-1</version> </parent> <artifactId>maven-api-settings</artifactId> diff --git a/api/maven-api-spi/pom.xml b/api/maven-api-spi/pom.xml index 5e5f074e4f..6a3fa56f70 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-6-SNAPSHOT</version> + <version>4.0.0-rc-1</version> </parent> <artifactId>maven-api-spi</artifactId> diff --git a/api/maven-api-toolchain/pom.xml b/api/maven-api-toolchain/pom.xml index 197bb35f2d..e96a030395 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-6-SNAPSHOT</version> + <version>4.0.0-rc-1</version> </parent> <artifactId>maven-api-toolchain</artifactId> diff --git a/api/maven-api-xml/pom.xml b/api/maven-api-xml/pom.xml index 01370d76da..497f6b49ac 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-6-SNAPSHOT</version> + <version>4.0.0-rc-1</version> </parent> <artifactId>maven-api-xml</artifactId> diff --git a/api/pom.xml b/api/pom.xml index cda85af1c4..aef8d3869c 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-6-SNAPSHOT</version> + <version>4.0.0-rc-1</version> </parent> <artifactId>maven-api</artifactId> diff --git a/compat/maven-artifact/pom.xml b/compat/maven-artifact/pom.xml index d896192ff8..49f5856a48 100644 --- a/compat/maven-artifact/pom.xml +++ b/compat/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-6-SNAPSHOT</version> + <version>4.0.0-rc-1</version> <relativePath>../../</relativePath> </parent> diff --git a/compat/maven-builder-support/pom.xml b/compat/maven-builder-support/pom.xml index 7130aeff48..e9f91b1b17 100644 --- a/compat/maven-builder-support/pom.xml +++ b/compat/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-6-SNAPSHOT</version> + <version>4.0.0-rc-1</version> <relativePath>../../</relativePath> </parent> diff --git a/compat/maven-compat/pom.xml b/compat/maven-compat/pom.xml index 0fe2ec9e10..91ce59b89b 100644 --- a/compat/maven-compat/pom.xml +++ b/compat/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-6-SNAPSHOT</version> + <version>4.0.0-rc-1</version> <relativePath>../../</relativePath> </parent> diff --git a/compat/maven-embedder/pom.xml b/compat/maven-embedder/pom.xml index f83a552445..a1e4cbedc8 100644 --- a/compat/maven-embedder/pom.xml +++ b/compat/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-6-SNAPSHOT</version> + <version>4.0.0-rc-1</version> <relativePath>../../</relativePath> </parent> diff --git a/compat/maven-model-builder/pom.xml b/compat/maven-model-builder/pom.xml index 1217fdfafe..59a83b300d 100644 --- a/compat/maven-model-builder/pom.xml +++ b/compat/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-6-SNAPSHOT</version> + <version>4.0.0-rc-1</version> <relativePath>../../</relativePath> </parent> diff --git a/compat/maven-model/pom.xml b/compat/maven-model/pom.xml index 35c67fab24..b88cee34f6 100644 --- a/compat/maven-model/pom.xml +++ b/compat/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-6-SNAPSHOT</version> + <version>4.0.0-rc-1</version> <relativePath>../../</relativePath> </parent> diff --git a/compat/maven-plugin-api/pom.xml b/compat/maven-plugin-api/pom.xml index d1cf51990f..3fabb7c992 100644 --- a/compat/maven-plugin-api/pom.xml +++ b/compat/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-6-SNAPSHOT</version> + <version>4.0.0-rc-1</version> <relativePath>../../</relativePath> </parent> diff --git a/compat/maven-repository-metadata/pom.xml b/compat/maven-repository-metadata/pom.xml index f8ac15d018..1ea62ff70a 100644 --- a/compat/maven-repository-metadata/pom.xml +++ b/compat/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-6-SNAPSHOT</version> + <version>4.0.0-rc-1</version> <relativePath>../../</relativePath> </parent> diff --git a/compat/maven-resolver-provider/pom.xml b/compat/maven-resolver-provider/pom.xml index cf945a32a8..031adbd4ad 100644 --- a/compat/maven-resolver-provider/pom.xml +++ b/compat/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-6-SNAPSHOT</version> + <version>4.0.0-rc-1</version> <relativePath>../../</relativePath> </parent> diff --git a/compat/maven-settings-builder/pom.xml b/compat/maven-settings-builder/pom.xml index e774e6b922..0b0c48700d 100644 --- a/compat/maven-settings-builder/pom.xml +++ b/compat/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-6-SNAPSHOT</version> + <version>4.0.0-rc-1</version> <relativePath>../../</relativePath> </parent> diff --git a/compat/maven-settings/pom.xml b/compat/maven-settings/pom.xml index 2fb5d70a64..6032ebbab7 100644 --- a/compat/maven-settings/pom.xml +++ b/compat/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-6-SNAPSHOT</version> + <version>4.0.0-rc-1</version> <relativePath>../../</relativePath> </parent> diff --git a/compat/maven-toolchain-builder/pom.xml b/compat/maven-toolchain-builder/pom.xml index 4e73f3ebef..9b4e212890 100644 --- a/compat/maven-toolchain-builder/pom.xml +++ b/compat/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-6-SNAPSHOT</version> + <version>4.0.0-rc-1</version> <relativePath>../../</relativePath> </parent> diff --git a/compat/maven-toolchain-model/pom.xml b/compat/maven-toolchain-model/pom.xml index ab3923ecf4..2d8461d858 100644 --- a/compat/maven-toolchain-model/pom.xml +++ b/compat/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-6-SNAPSHOT</version> + <version>4.0.0-rc-1</version> <relativePath>../../</relativePath> </parent> diff --git a/compat/pom.xml b/compat/pom.xml index 3eaef06fab..8f0c3142ee 100644 --- a/compat/pom.xml +++ b/compat/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.maven</groupId> <artifactId>maven</artifactId> - <version>4.0.0-beta-6-SNAPSHOT</version> + <version>4.0.0-rc-1</version> </parent> <artifactId>maven-compat-modules</artifactId> diff --git a/impl/maven-cli/pom.xml b/impl/maven-cli/pom.xml index ab55f3da0d..b2947db6d9 100644 --- a/impl/maven-cli/pom.xml +++ b/impl/maven-cli/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.maven</groupId> <artifactId>maven</artifactId> - <version>4.0.0-beta-6-SNAPSHOT</version> + <version>4.0.0-rc-1</version> <relativePath>../../</relativePath> </parent> diff --git a/impl/maven-core/pom.xml b/impl/maven-core/pom.xml index db5181625f..f0d5a0ce9f 100644 --- a/impl/maven-core/pom.xml +++ b/impl/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-6-SNAPSHOT</version> + <version>4.0.0-rc-1</version> <relativePath>../../</relativePath> </parent> diff --git a/impl/maven-di/pom.xml b/impl/maven-di/pom.xml index ce91877b2b..ac7c0afe9c 100644 --- a/impl/maven-di/pom.xml +++ b/impl/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-6-SNAPSHOT</version> + <version>4.0.0-rc-1</version> <relativePath>../../</relativePath> </parent> diff --git a/impl/maven-executor/pom.xml b/impl/maven-executor/pom.xml index da060ae30a..d0c691fa2b 100644 --- a/impl/maven-executor/pom.xml +++ b/impl/maven-executor/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.maven</groupId> <artifactId>maven</artifactId> - <version>4.0.0-beta-6-SNAPSHOT</version> + <version>4.0.0-rc-1</version> <relativePath>../../</relativePath> </parent> diff --git a/impl/maven-impl/pom.xml b/impl/maven-impl/pom.xml index b7a6d445c1..6e6eb74f95 100644 --- a/impl/maven-impl/pom.xml +++ b/impl/maven-impl/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.maven</groupId> <artifactId>maven</artifactId> - <version>4.0.0-beta-6-SNAPSHOT</version> + <version>4.0.0-rc-1</version> <relativePath>../../</relativePath> </parent> diff --git a/impl/maven-jline/pom.xml b/impl/maven-jline/pom.xml index fb5d890b17..1d30412c2b 100644 --- a/impl/maven-jline/pom.xml +++ b/impl/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-6-SNAPSHOT</version> + <version>4.0.0-rc-1</version> <relativePath>../../</relativePath> </parent> diff --git a/impl/maven-logging/pom.xml b/impl/maven-logging/pom.xml index 276d01a8f7..0d33a42295 100644 --- a/impl/maven-logging/pom.xml +++ b/impl/maven-logging/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.maven</groupId> <artifactId>maven</artifactId> - <version>4.0.0-beta-6-SNAPSHOT</version> + <version>4.0.0-rc-1</version> <relativePath>../../</relativePath> </parent> diff --git a/impl/maven-xml/pom.xml b/impl/maven-xml/pom.xml index 46323f83b3..881b4c5a34 100644 --- a/impl/maven-xml/pom.xml +++ b/impl/maven-xml/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.maven</groupId> <artifactId>maven</artifactId> - <version>4.0.0-beta-6-SNAPSHOT</version> + <version>4.0.0-rc-1</version> <relativePath>../../</relativePath> </parent> diff --git a/impl/pom.xml b/impl/pom.xml index f7b38fe395..a8c651a44d 100644 --- a/impl/pom.xml +++ b/impl/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.maven</groupId> <artifactId>maven</artifactId> - <version>4.0.0-beta-6-SNAPSHOT</version> + <version>4.0.0-rc-1</version> </parent> <artifactId>maven-impl-modules</artifactId> diff --git a/pom.xml b/pom.xml index 338fe1e666..97354843ee 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ under the License. </parent> <artifactId>maven</artifactId> - <version>4.0.0-beta-6-SNAPSHOT</version> + <version>4.0.0-rc-1</version> <packaging>pom</packaging> <name>Apache Maven</name> @@ -108,7 +108,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-rc-1</tag> <url>https://github.com/apache/maven/tree/${project.scm.tag}</url> </scm> <issueManagement> @@ -140,7 +140,7 @@ under the License. <distributionShortName>Maven</distributionShortName> <distributionName>Apache Maven</distributionName> <maven.site.path>ref/4-LATEST</maven.site.path> - <project.build.outputTimestamp>2024-10-19T18:11:20Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-11-25T10:56:23Z</project.build.outputTimestamp> <!-- various versions --> <assertjVersion>3.26.3</assertjVersion> <asmVersion>9.7.1</asmVersion>