From dddc3e60f1768dcfc0924e98b46381561bd4837f Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Wed, 4 May 2022 14:22:05 +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 | 18 +++++++++--------- 10 files changed, 18 insertions(+), 18 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 ddb09e91..862024ea 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 444c1688..1e4a36fb 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 a2cb5552..a7d37bdc 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 1d8dacd2..a9be6273 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 f5ace241..b6edda91 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 @@ -40,7 +40,7 @@ UTF-8 1.8 1.8 - 2022-05-04T12:20:35Z + 2022-05-04T12:22:05Z false apache/maven-mvnd github.com:${project.github.repository} @@ -216,38 +216,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