This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch maven-4.0.0-rc-2 in repository https://gitbox.apache.org/repos/asf/maven.git
commit 273314404f85ec3c089e295d8b4e0cb18c287cf5 Author: Guillaume Nodet <gno...@gmail.com> AuthorDate: Sat Dec 14 00:22:18 2024 +0100 [maven-release-plugin] prepare release maven-4.0.0-rc-2 --- apache-maven/pom.xml | 2 +- api/maven-api-annotations/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-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 39cc762fa2..9383ed1854 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-rc-2-SNAPSHOT</version> + <version>4.0.0-rc-2</version> </parent> <artifactId>apache-maven</artifactId> diff --git a/api/maven-api-annotations/pom.xml b/api/maven-api-annotations/pom.xml index f5e9286ec2..4ea8843387 100644 --- a/api/maven-api-annotations/pom.xml +++ b/api/maven-api-annotations/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.maven</groupId> <artifactId>maven-api</artifactId> - <version>4.0.0-rc-2-SNAPSHOT</version> + <version>4.0.0-rc-2</version> </parent> <artifactId>maven-api-annotations</artifactId> diff --git a/api/maven-api-cli/pom.xml b/api/maven-api-cli/pom.xml index f675215466..f8f9f9eebe 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-rc-2-SNAPSHOT</version> + <version>4.0.0-rc-2</version> </parent> <artifactId>maven-api-cli</artifactId> diff --git a/api/maven-api-core/pom.xml b/api/maven-api-core/pom.xml index f713e2050f..84213db388 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-rc-2-SNAPSHOT</version> + <version>4.0.0-rc-2</version> </parent> <artifactId>maven-api-core</artifactId> diff --git a/api/maven-api-di/pom.xml b/api/maven-api-di/pom.xml index 21716c4c03..3558536151 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-rc-2-SNAPSHOT</version> + <version>4.0.0-rc-2</version> </parent> <artifactId>maven-api-di</artifactId> diff --git a/api/maven-api-metadata/pom.xml b/api/maven-api-metadata/pom.xml index e16eaa0fe3..210a9f3763 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-rc-2-SNAPSHOT</version> + <version>4.0.0-rc-2</version> </parent> <artifactId>maven-api-metadata</artifactId> diff --git a/api/maven-api-model/pom.xml b/api/maven-api-model/pom.xml index 517e76e87c..7304f80296 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-rc-2-SNAPSHOT</version> + <version>4.0.0-rc-2</version> </parent> <artifactId>maven-api-model</artifactId> diff --git a/api/maven-api-plugin/pom.xml b/api/maven-api-plugin/pom.xml index 420203ceec..fdd81606c5 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-rc-2-SNAPSHOT</version> + <version>4.0.0-rc-2</version> </parent> <artifactId>maven-api-plugin</artifactId> diff --git a/api/maven-api-settings/pom.xml b/api/maven-api-settings/pom.xml index debfd99555..7d22c31b6e 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-rc-2-SNAPSHOT</version> + <version>4.0.0-rc-2</version> </parent> <artifactId>maven-api-settings</artifactId> diff --git a/api/maven-api-spi/pom.xml b/api/maven-api-spi/pom.xml index 18ef646d91..839866e497 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-rc-2-SNAPSHOT</version> + <version>4.0.0-rc-2</version> </parent> <artifactId>maven-api-spi</artifactId> diff --git a/api/maven-api-toolchain/pom.xml b/api/maven-api-toolchain/pom.xml index d5f7bd1f7c..75ab2e8b82 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-rc-2-SNAPSHOT</version> + <version>4.0.0-rc-2</version> </parent> <artifactId>maven-api-toolchain</artifactId> diff --git a/api/maven-api-xml/pom.xml b/api/maven-api-xml/pom.xml index 41513a4567..71e71a736d 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-rc-2-SNAPSHOT</version> + <version>4.0.0-rc-2</version> </parent> <artifactId>maven-api-xml</artifactId> diff --git a/api/pom.xml b/api/pom.xml index 5820308ffa..92e5f2a985 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-rc-2-SNAPSHOT</version> + <version>4.0.0-rc-2</version> </parent> <artifactId>maven-api</artifactId> diff --git a/compat/maven-artifact/pom.xml b/compat/maven-artifact/pom.xml index f6d26055a5..6de00a3217 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-rc-2-SNAPSHOT</version> + <version>4.0.0-rc-2</version> <relativePath>../../</relativePath> </parent> diff --git a/compat/maven-builder-support/pom.xml b/compat/maven-builder-support/pom.xml index 78e3a66072..3693facf91 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-rc-2-SNAPSHOT</version> + <version>4.0.0-rc-2</version> <relativePath>../../</relativePath> </parent> diff --git a/compat/maven-compat/pom.xml b/compat/maven-compat/pom.xml index e3ffb88105..88372d8fb6 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-rc-2-SNAPSHOT</version> + <version>4.0.0-rc-2</version> <relativePath>../../</relativePath> </parent> diff --git a/compat/maven-embedder/pom.xml b/compat/maven-embedder/pom.xml index e791bd0c1f..506b81f6d4 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-rc-2-SNAPSHOT</version> + <version>4.0.0-rc-2</version> <relativePath>../../</relativePath> </parent> diff --git a/compat/maven-model-builder/pom.xml b/compat/maven-model-builder/pom.xml index db82a8ba62..4541173fc5 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-rc-2-SNAPSHOT</version> + <version>4.0.0-rc-2</version> <relativePath>../../</relativePath> </parent> diff --git a/compat/maven-model/pom.xml b/compat/maven-model/pom.xml index 4f234d5d56..cace7ace8e 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-rc-2-SNAPSHOT</version> + <version>4.0.0-rc-2</version> <relativePath>../../</relativePath> </parent> diff --git a/compat/maven-plugin-api/pom.xml b/compat/maven-plugin-api/pom.xml index dd155374d4..8c5f137436 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-rc-2-SNAPSHOT</version> + <version>4.0.0-rc-2</version> <relativePath>../../</relativePath> </parent> diff --git a/compat/maven-repository-metadata/pom.xml b/compat/maven-repository-metadata/pom.xml index c1aedc5197..1b1a09783b 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-rc-2-SNAPSHOT</version> + <version>4.0.0-rc-2</version> <relativePath>../../</relativePath> </parent> diff --git a/compat/maven-resolver-provider/pom.xml b/compat/maven-resolver-provider/pom.xml index bf80ff08a6..b5c9c66bec 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-rc-2-SNAPSHOT</version> + <version>4.0.0-rc-2</version> <relativePath>../../</relativePath> </parent> diff --git a/compat/maven-settings-builder/pom.xml b/compat/maven-settings-builder/pom.xml index 4e05be0274..a49ba11f65 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-rc-2-SNAPSHOT</version> + <version>4.0.0-rc-2</version> <relativePath>../../</relativePath> </parent> diff --git a/compat/maven-settings/pom.xml b/compat/maven-settings/pom.xml index 52b9ea8e2f..b2b84072c5 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-rc-2-SNAPSHOT</version> + <version>4.0.0-rc-2</version> <relativePath>../../</relativePath> </parent> diff --git a/compat/maven-toolchain-builder/pom.xml b/compat/maven-toolchain-builder/pom.xml index c27624a1a5..8b099cf487 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-rc-2-SNAPSHOT</version> + <version>4.0.0-rc-2</version> <relativePath>../../</relativePath> </parent> diff --git a/compat/maven-toolchain-model/pom.xml b/compat/maven-toolchain-model/pom.xml index 441a4135dd..d3df171c6c 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-rc-2-SNAPSHOT</version> + <version>4.0.0-rc-2</version> <relativePath>../../</relativePath> </parent> diff --git a/compat/pom.xml b/compat/pom.xml index ff974084bd..541d16bd52 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-rc-2-SNAPSHOT</version> + <version>4.0.0-rc-2</version> </parent> <artifactId>maven-compat-modules</artifactId> diff --git a/impl/maven-cli/pom.xml b/impl/maven-cli/pom.xml index 97f35179fe..8f3a0aa976 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-rc-2-SNAPSHOT</version> + <version>4.0.0-rc-2</version> <relativePath>../../</relativePath> </parent> diff --git a/impl/maven-core/pom.xml b/impl/maven-core/pom.xml index 8d523f53c4..f74cee3e4b 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-rc-2-SNAPSHOT</version> + <version>4.0.0-rc-2</version> <relativePath>../../</relativePath> </parent> diff --git a/impl/maven-di/pom.xml b/impl/maven-di/pom.xml index 17d921b6a3..aa28b2f7ec 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-rc-2-SNAPSHOT</version> + <version>4.0.0-rc-2</version> <relativePath>../../</relativePath> </parent> diff --git a/impl/maven-executor/pom.xml b/impl/maven-executor/pom.xml index 73e76d9819..5f229b808a 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-rc-2-SNAPSHOT</version> + <version>4.0.0-rc-2</version> <relativePath>../../</relativePath> </parent> diff --git a/impl/maven-impl/pom.xml b/impl/maven-impl/pom.xml index 8328c9a198..96992bb9d1 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-rc-2-SNAPSHOT</version> + <version>4.0.0-rc-2</version> <relativePath>../../</relativePath> </parent> diff --git a/impl/maven-jline/pom.xml b/impl/maven-jline/pom.xml index fec3504f82..330937ad3d 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-rc-2-SNAPSHOT</version> + <version>4.0.0-rc-2</version> <relativePath>../../</relativePath> </parent> diff --git a/impl/maven-logging/pom.xml b/impl/maven-logging/pom.xml index c77c9eed84..9a651307ec 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-rc-2-SNAPSHOT</version> + <version>4.0.0-rc-2</version> <relativePath>../../</relativePath> </parent> diff --git a/impl/maven-xml/pom.xml b/impl/maven-xml/pom.xml index eec21a7e77..905bd4be90 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-rc-2-SNAPSHOT</version> + <version>4.0.0-rc-2</version> <relativePath>../../</relativePath> </parent> diff --git a/impl/pom.xml b/impl/pom.xml index b7632c7f4f..3b35c71f2e 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-rc-2-SNAPSHOT</version> + <version>4.0.0-rc-2</version> </parent> <artifactId>maven-impl-modules</artifactId> diff --git a/pom.xml b/pom.xml index ec29b88482..dea2f88000 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ under the License. </parent> <artifactId>maven</artifactId> - <version>4.0.0-rc-2-SNAPSHOT</version> + <version>4.0.0-rc-2</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-rc-1</tag> + <tag>maven-4.0.0-rc-2</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-11-25T10:57:49Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-12-13T23:20:13Z</project.build.outputTimestamp> <!-- various versions --> <assertjVersion>3.26.3</assertjVersion> <asmVersion>9.7.1</asmVersion>