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
commit 9238d2ffebefe02a916a22959c842966f1bec86c Author: Tamas Cservenak <ta...@cservenak.net> AuthorDate: Mon Nov 25 11:57:49 2024 +0100 [maven-release-plugin] prepare for next development iteration --- 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 | 4 ++-- 37 files changed, 38 insertions(+), 38 deletions(-) diff --git a/apache-maven/pom.xml b/apache-maven/pom.xml index 12c6fc2986..cb7a32de41 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-1</version> + <version>4.0.0-rc-2-SNAPSHOT</version> </parent> <artifactId>apache-maven</artifactId> diff --git a/api/maven-api-cli/pom.xml b/api/maven-api-cli/pom.xml index f76a228311..3672d45dab 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-1</version> + <version>4.0.0-rc-2-SNAPSHOT</version> </parent> <artifactId>maven-api-cli</artifactId> diff --git a/api/maven-api-core/pom.xml b/api/maven-api-core/pom.xml index 423d55a8b4..4f60c0eb89 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-1</version> + <version>4.0.0-rc-2-SNAPSHOT</version> </parent> <artifactId>maven-api-core</artifactId> diff --git a/api/maven-api-di/pom.xml b/api/maven-api-di/pom.xml index 47aa098da9..21716c4c03 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-1</version> + <version>4.0.0-rc-2-SNAPSHOT</version> </parent> <artifactId>maven-api-di</artifactId> diff --git a/api/maven-api-meta/pom.xml b/api/maven-api-meta/pom.xml index ef35444e51..7f0f89b179 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-rc-1</version> + <version>4.0.0-rc-2-SNAPSHOT</version> </parent> <artifactId>maven-api-meta</artifactId> diff --git a/api/maven-api-metadata/pom.xml b/api/maven-api-metadata/pom.xml index 4b13460c4f..234e35cf38 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-1</version> + <version>4.0.0-rc-2-SNAPSHOT</version> </parent> <artifactId>maven-api-metadata</artifactId> diff --git a/api/maven-api-model/pom.xml b/api/maven-api-model/pom.xml index 44dc6e6b46..37c67d1a56 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-1</version> + <version>4.0.0-rc-2-SNAPSHOT</version> </parent> <artifactId>maven-api-model</artifactId> diff --git a/api/maven-api-plugin/pom.xml b/api/maven-api-plugin/pom.xml index 55f9819f18..789384ee30 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-1</version> + <version>4.0.0-rc-2-SNAPSHOT</version> </parent> <artifactId>maven-api-plugin</artifactId> diff --git a/api/maven-api-settings/pom.xml b/api/maven-api-settings/pom.xml index 57f9a5bfb7..8179ad33cc 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-1</version> + <version>4.0.0-rc-2-SNAPSHOT</version> </parent> <artifactId>maven-api-settings</artifactId> diff --git a/api/maven-api-spi/pom.xml b/api/maven-api-spi/pom.xml index 6a3fa56f70..ef6e5b3ba1 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-1</version> + <version>4.0.0-rc-2-SNAPSHOT</version> </parent> <artifactId>maven-api-spi</artifactId> diff --git a/api/maven-api-toolchain/pom.xml b/api/maven-api-toolchain/pom.xml index e96a030395..8d22b6a775 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-1</version> + <version>4.0.0-rc-2-SNAPSHOT</version> </parent> <artifactId>maven-api-toolchain</artifactId> diff --git a/api/maven-api-xml/pom.xml b/api/maven-api-xml/pom.xml index 497f6b49ac..4e70f3e57b 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-1</version> + <version>4.0.0-rc-2-SNAPSHOT</version> </parent> <artifactId>maven-api-xml</artifactId> diff --git a/api/pom.xml b/api/pom.xml index aef8d3869c..cff05ae1e3 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-1</version> + <version>4.0.0-rc-2-SNAPSHOT</version> </parent> <artifactId>maven-api</artifactId> diff --git a/compat/maven-artifact/pom.xml b/compat/maven-artifact/pom.xml index 49f5856a48..f6d26055a5 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-1</version> + <version>4.0.0-rc-2-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> diff --git a/compat/maven-builder-support/pom.xml b/compat/maven-builder-support/pom.xml index e9f91b1b17..78e3a66072 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-1</version> + <version>4.0.0-rc-2-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> diff --git a/compat/maven-compat/pom.xml b/compat/maven-compat/pom.xml index 91ce59b89b..e3ffb88105 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-1</version> + <version>4.0.0-rc-2-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> diff --git a/compat/maven-embedder/pom.xml b/compat/maven-embedder/pom.xml index a1e4cbedc8..377955a9ac 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-1</version> + <version>4.0.0-rc-2-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> diff --git a/compat/maven-model-builder/pom.xml b/compat/maven-model-builder/pom.xml index 59a83b300d..3e4e2ed802 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-1</version> + <version>4.0.0-rc-2-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> diff --git a/compat/maven-model/pom.xml b/compat/maven-model/pom.xml index b88cee34f6..cd35ba5966 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-1</version> + <version>4.0.0-rc-2-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> diff --git a/compat/maven-plugin-api/pom.xml b/compat/maven-plugin-api/pom.xml index 3fabb7c992..463438212d 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-1</version> + <version>4.0.0-rc-2-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> diff --git a/compat/maven-repository-metadata/pom.xml b/compat/maven-repository-metadata/pom.xml index 1ea62ff70a..50e5a03336 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-1</version> + <version>4.0.0-rc-2-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> diff --git a/compat/maven-resolver-provider/pom.xml b/compat/maven-resolver-provider/pom.xml index 031adbd4ad..bf80ff08a6 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-1</version> + <version>4.0.0-rc-2-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> diff --git a/compat/maven-settings-builder/pom.xml b/compat/maven-settings-builder/pom.xml index 0b0c48700d..4e05be0274 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-1</version> + <version>4.0.0-rc-2-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> diff --git a/compat/maven-settings/pom.xml b/compat/maven-settings/pom.xml index 6032ebbab7..89a91e7dff 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-1</version> + <version>4.0.0-rc-2-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> diff --git a/compat/maven-toolchain-builder/pom.xml b/compat/maven-toolchain-builder/pom.xml index 9b4e212890..c27624a1a5 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-1</version> + <version>4.0.0-rc-2-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> diff --git a/compat/maven-toolchain-model/pom.xml b/compat/maven-toolchain-model/pom.xml index 2d8461d858..7d4c2466e9 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-1</version> + <version>4.0.0-rc-2-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> diff --git a/compat/pom.xml b/compat/pom.xml index 8f0c3142ee..ff974084bd 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-1</version> + <version>4.0.0-rc-2-SNAPSHOT</version> </parent> <artifactId>maven-compat-modules</artifactId> diff --git a/impl/maven-cli/pom.xml b/impl/maven-cli/pom.xml index b2947db6d9..6ce70f20c3 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-1</version> + <version>4.0.0-rc-2-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> diff --git a/impl/maven-core/pom.xml b/impl/maven-core/pom.xml index f0d5a0ce9f..8d523f53c4 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-1</version> + <version>4.0.0-rc-2-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> diff --git a/impl/maven-di/pom.xml b/impl/maven-di/pom.xml index ac7c0afe9c..8161f27012 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-1</version> + <version>4.0.0-rc-2-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> diff --git a/impl/maven-executor/pom.xml b/impl/maven-executor/pom.xml index d0c691fa2b..f80126b1ff 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-1</version> + <version>4.0.0-rc-2-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> diff --git a/impl/maven-impl/pom.xml b/impl/maven-impl/pom.xml index 6e6eb74f95..72ab7cfe38 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-1</version> + <version>4.0.0-rc-2-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> diff --git a/impl/maven-jline/pom.xml b/impl/maven-jline/pom.xml index 1d30412c2b..d60bb90417 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-1</version> + <version>4.0.0-rc-2-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> diff --git a/impl/maven-logging/pom.xml b/impl/maven-logging/pom.xml index 0d33a42295..c77c9eed84 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-1</version> + <version>4.0.0-rc-2-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> diff --git a/impl/maven-xml/pom.xml b/impl/maven-xml/pom.xml index 881b4c5a34..eec21a7e77 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-1</version> + <version>4.0.0-rc-2-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> diff --git a/impl/pom.xml b/impl/pom.xml index a8c651a44d..b7632c7f4f 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-1</version> + <version>4.0.0-rc-2-SNAPSHOT</version> </parent> <artifactId>maven-impl-modules</artifactId> diff --git a/pom.xml b/pom.xml index 97354843ee..868fe30aeb 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ under the License. </parent> <artifactId>maven</artifactId> - <version>4.0.0-rc-1</version> + <version>4.0.0-rc-2-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Maven</name> @@ -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:56:23Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-11-25T10:57:49Z</project.build.outputTimestamp> <!-- various versions --> <assertjVersion>3.26.3</assertjVersion> <asmVersion>9.7.1</asmVersion>