From 3f5b472022cc37654043d769cb73f341c040f66f Mon Sep 17 00:00:00 2001 From: Tamas Cservenak Date: Tue, 18 Jun 2024 09:11:10 +0200 Subject: [PATCH] [release] Release 2.0.0-beta-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 c40734ad..33055614 100644 --- a/agent/pom.xml +++ b/agent/pom.xml @@ -22,7 +22,7 @@ org.apache.maven.daemon mvnd - 2.0-SNAPSHOT + 2.0.0-beta-1 mvnd-agent diff --git a/build-plugin/pom.xml b/build-plugin/pom.xml index dbef3063..0db469c9 100644 --- a/build-plugin/pom.xml +++ b/build-plugin/pom.xml @@ -22,7 +22,7 @@ org.apache.maven.daemon mvnd - 2.0-SNAPSHOT + 2.0.0-beta-1 mvnd-build-maven-plugin diff --git a/client/pom.xml b/client/pom.xml index 1a9f0d37..a832f7c0 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -22,7 +22,7 @@ org.apache.maven.daemon mvnd - 2.0-SNAPSHOT + 2.0.0-beta-1 mvnd-client diff --git a/common/pom.xml b/common/pom.xml index c16436d6..f62f86f6 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -22,7 +22,7 @@ org.apache.maven.daemon mvnd - 2.0-SNAPSHOT + 2.0.0-beta-1 mvnd-common diff --git a/daemon/pom.xml b/daemon/pom.xml index 12295249..12c8529b 100644 --- a/daemon/pom.xml +++ b/daemon/pom.xml @@ -22,7 +22,7 @@ org.apache.maven.daemon mvnd - 2.0-SNAPSHOT + 2.0.0-beta-1 mvnd-daemon diff --git a/dist/pom.xml b/dist/pom.xml index c88c3e5e..553ade16 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -22,7 +22,7 @@ org.apache.maven.daemon mvnd - 2.0-SNAPSHOT + 2.0.0-beta-1 mvnd-dist diff --git a/helper/pom.xml b/helper/pom.xml index bf47c529..8120b0d0 100644 --- a/helper/pom.xml +++ b/helper/pom.xml @@ -22,7 +22,7 @@ org.apache.maven.daemon mvnd - 2.0-SNAPSHOT + 2.0.0-beta-1 mvnd-helper-agent diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index e0d19b48..60955010 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -22,7 +22,7 @@ org.apache.maven.daemon mvnd - 2.0-SNAPSHOT + 2.0.0-beta-1 mvnd-integration-tests diff --git a/logging/pom.xml b/logging/pom.xml index 960153df..c4e68e97 100644 --- a/logging/pom.xml +++ b/logging/pom.xml @@ -22,7 +22,7 @@ org.apache.maven.daemon mvnd - 2.0-SNAPSHOT + 2.0.0-beta-1 mvnd-logging diff --git a/native/pom.xml b/native/pom.xml index cc7cd958..1a4a0817 100644 --- a/native/pom.xml +++ b/native/pom.xml @@ -20,7 +20,7 @@ org.apache.maven.daemon mvnd - 2.0-SNAPSHOT + 2.0.0-beta-1 mvnd-native diff --git a/pom.xml b/pom.xml index bd8b1856..0c4d7e5a 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ org.apache.maven.daemon mvnd - 2.0-SNAPSHOT + 2.0.0-beta-1 pom Maven Daemon - Parent @@ -69,7 +69,7 @@ 17 17 17 - 2024-04-23T19:44:34Z + 2024-06-18T07:10:47Z false apache/maven-mvnd github.com:${project.github.repository}