From 39127a46697aa1f64d19b106f943a1a13c9f1637 Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Tue, 26 Nov 2024 10:14:05 +0100 Subject: [PATCH] [release] Release 2.0.0-rc-1 --- agent/pom.xml | 2 +- build-plugin/pom.xml | 2 +- client/pom.xml | 2 +- common/pom.xml | 2 +- daemon/pom.xml | 2 +- dist/pom.xml | 2 +- helper/pom.xml | 2 +- integration-tests/pom.xml | 2 +- logging/pom.xml | 2 +- native/pom.xml | 2 +- pom.xml | 4 ++-- 11 files changed, 12 insertions(+), 12 deletions(-) diff --git a/agent/pom.xml b/agent/pom.xml index 247531afa..2af3edd04 100644 --- a/agent/pom.xml +++ b/agent/pom.xml @@ -22,7 +22,7 @@ org.apache.maven.daemon mvnd - 2.0.0-beta-2-SNAPSHOT + 2.0.0-rc-1 mvnd-agent diff --git a/build-plugin/pom.xml b/build-plugin/pom.xml index 5a9717e80..7e5db593b 100644 --- a/build-plugin/pom.xml +++ b/build-plugin/pom.xml @@ -22,7 +22,7 @@ org.apache.maven.daemon mvnd - 2.0.0-beta-2-SNAPSHOT + 2.0.0-rc-1 mvnd-build-maven-plugin diff --git a/client/pom.xml b/client/pom.xml index 0cead8535..6ba6a709f 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -22,7 +22,7 @@ org.apache.maven.daemon mvnd - 2.0.0-beta-2-SNAPSHOT + 2.0.0-rc-1 mvnd-client diff --git a/common/pom.xml b/common/pom.xml index 9385f25cf..69faa5969 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -22,7 +22,7 @@ org.apache.maven.daemon mvnd - 2.0.0-beta-2-SNAPSHOT + 2.0.0-rc-1 mvnd-common diff --git a/daemon/pom.xml b/daemon/pom.xml index 959e14705..31b0aff08 100644 --- a/daemon/pom.xml +++ b/daemon/pom.xml @@ -22,7 +22,7 @@ org.apache.maven.daemon mvnd - 2.0.0-beta-2-SNAPSHOT + 2.0.0-rc-1 mvnd-daemon diff --git a/dist/pom.xml b/dist/pom.xml index 5b1536509..1fe682c21 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -22,7 +22,7 @@ org.apache.maven.daemon mvnd - 2.0.0-beta-2-SNAPSHOT + 2.0.0-rc-1 mvnd-dist diff --git a/helper/pom.xml b/helper/pom.xml index 2a7c76da3..79ba699bf 100644 --- a/helper/pom.xml +++ b/helper/pom.xml @@ -22,7 +22,7 @@ org.apache.maven.daemon mvnd - 2.0.0-beta-2-SNAPSHOT + 2.0.0-rc-1 mvnd-helper-agent diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 5476fd3b4..e692f247c 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -22,7 +22,7 @@ org.apache.maven.daemon mvnd - 2.0.0-beta-2-SNAPSHOT + 2.0.0-rc-1 mvnd-integration-tests diff --git a/logging/pom.xml b/logging/pom.xml index 64c9f4343..d9ac1b5a3 100644 --- a/logging/pom.xml +++ b/logging/pom.xml @@ -22,7 +22,7 @@ org.apache.maven.daemon mvnd - 2.0.0-beta-2-SNAPSHOT + 2.0.0-rc-1 mvnd-logging diff --git a/native/pom.xml b/native/pom.xml index 2811dde34..5a0d08244 100644 --- a/native/pom.xml +++ b/native/pom.xml @@ -20,7 +20,7 @@ org.apache.maven.daemon mvnd - 2.0.0-beta-2-SNAPSHOT + 2.0.0-rc-1 mvnd-native diff --git a/pom.xml b/pom.xml index 3bd26f348..53ecbba89 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ org.apache.maven.daemon mvnd - 2.0.0-beta-2-SNAPSHOT + 2.0.0-rc-1 pom Maven Daemon - Parent @@ -69,7 +69,7 @@ 17 17 17 - 2024-06-20T16:09:45Z + 2024-11-26T09:13:49Z false apache/maven-mvnd github.com:${project.github.repository}