From dd193f1b6bda9277942737d543905a496d2e43cb Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Wed, 27 Apr 2022 22:08:56 +0200 Subject: [PATCH] Next is 0.8.1-SNAPSHOT --- 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 +- native/pom.xml | 2 +- pom.xml | 16 ++++++++-------- 10 files changed, 17 insertions(+), 17 deletions(-) diff --git a/agent/pom.xml b/agent/pom.xml index ffbb63bd..2d0c90ff 100644 --- a/agent/pom.xml +++ b/agent/pom.xml @@ -22,7 +22,7 @@ org.mvndaemon.mvnd mvnd - 0.8.0 + 0.8.1-SNAPSHOT mvnd-agent diff --git a/build-plugin/pom.xml b/build-plugin/pom.xml index 84dc5da3..63eba585 100644 --- a/build-plugin/pom.xml +++ b/build-plugin/pom.xml @@ -22,7 +22,7 @@ org.mvndaemon.mvnd mvnd - 0.8.0 + 0.8.1-SNAPSHOT mvnd-build-maven-plugin diff --git a/client/pom.xml b/client/pom.xml index ea1f19e1..76b08f82 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -22,7 +22,7 @@ org.mvndaemon.mvnd mvnd - 0.8.0 + 0.8.1-SNAPSHOT mvnd-client diff --git a/common/pom.xml b/common/pom.xml index 1e06a5da..dd0e87fb 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -22,7 +22,7 @@ org.mvndaemon.mvnd mvnd - 0.8.0 + 0.8.1-SNAPSHOT mvnd-common diff --git a/daemon/pom.xml b/daemon/pom.xml index 18a4fb67..2f4ffb30 100644 --- a/daemon/pom.xml +++ b/daemon/pom.xml @@ -22,7 +22,7 @@ org.mvndaemon.mvnd mvnd - 0.8.0 + 0.8.1-SNAPSHOT mvnd-daemon diff --git a/dist/pom.xml b/dist/pom.xml index 24351f0e..68da1f3a 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -22,7 +22,7 @@ org.mvndaemon.mvnd mvnd - 0.8.0 + 0.8.1-SNAPSHOT mvnd-dist diff --git a/helper/pom.xml b/helper/pom.xml index 413ffd86..1ceb56e0 100644 --- a/helper/pom.xml +++ b/helper/pom.xml @@ -22,7 +22,7 @@ org.mvndaemon.mvnd mvnd - 0.8.0 + 0.8.1-SNAPSHOT mvnd-helper-agent diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 1eebebde..50ab452b 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -22,7 +22,7 @@ org.mvndaemon.mvnd mvnd - 0.8.0 + 0.8.1-SNAPSHOT mvnd-integration-tests diff --git a/native/pom.xml b/native/pom.xml index 90c02b59..a3d33f94 100644 --- a/native/pom.xml +++ b/native/pom.xml @@ -20,7 +20,7 @@ org.mvndaemon.mvnd mvnd - 0.8.0 + 0.8.1-SNAPSHOT mvnd-native diff --git a/pom.xml b/pom.xml index ec6ca058..da78b274 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ org.mvndaemon.mvnd mvnd - 0.8.0 + 0.8.1-SNAPSHOT pom Maven Daemon - Parent @@ -214,38 +214,38 @@ org.mvndaemon.mvnd mvnd-native - 0.8.0 + 0.8.1-SNAPSHOT org.mvndaemon.mvnd mvnd-agent - 0.8.0 + 0.8.1-SNAPSHOT org.mvndaemon.mvnd mvnd-client - 0.8.0 + 0.8.1-SNAPSHOT org.mvndaemon.mvnd mvnd-common - 0.8.0 + 0.8.1-SNAPSHOT org.mvndaemon.mvnd mvnd-dist pom - 0.8.0 + 0.8.1-SNAPSHOT org.mvndaemon.mvnd mvnd-daemon - 0.8.0 + 0.8.1-SNAPSHOT org.mvndaemon.mvnd mvnd-helper-agent - 0.8.0 + 0.8.1-SNAPSHOT