From da369cfe0df69e30cfc1e6d755272ba2b4d323af Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Tue, 4 Oct 2022 07:51:14 +0200 Subject: [PATCH] Next is 0.9.0-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 e6ff3fee..aed7a480 100644 --- a/agent/pom.xml +++ b/agent/pom.xml @@ -22,7 +22,7 @@ org.apache.maven.daemon mvnd - 0.8.2 + 0.9.0-SNAPSHOT mvnd-agent diff --git a/build-plugin/pom.xml b/build-plugin/pom.xml index 90a47301..35007806 100644 --- a/build-plugin/pom.xml +++ b/build-plugin/pom.xml @@ -22,7 +22,7 @@ org.apache.maven.daemon mvnd - 0.8.2 + 0.9.0-SNAPSHOT mvnd-build-maven-plugin diff --git a/client/pom.xml b/client/pom.xml index 0b9b3be9..abc00937 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -22,7 +22,7 @@ org.apache.maven.daemon mvnd - 0.8.2 + 0.9.0-SNAPSHOT mvnd-client diff --git a/common/pom.xml b/common/pom.xml index d0bff54b..c103b140 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -22,7 +22,7 @@ org.apache.maven.daemon mvnd - 0.8.2 + 0.9.0-SNAPSHOT mvnd-common diff --git a/daemon/pom.xml b/daemon/pom.xml index af00d034..2d6f6e0c 100644 --- a/daemon/pom.xml +++ b/daemon/pom.xml @@ -22,7 +22,7 @@ org.apache.maven.daemon mvnd - 0.8.2 + 0.9.0-SNAPSHOT mvnd-daemon diff --git a/dist/pom.xml b/dist/pom.xml index 823d295c..0168803f 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -22,7 +22,7 @@ org.apache.maven.daemon mvnd - 0.8.2 + 0.9.0-SNAPSHOT mvnd-dist diff --git a/helper/pom.xml b/helper/pom.xml index bf18b47c..6c42bd39 100644 --- a/helper/pom.xml +++ b/helper/pom.xml @@ -22,7 +22,7 @@ org.apache.maven.daemon mvnd - 0.8.2 + 0.9.0-SNAPSHOT mvnd-helper-agent diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 8a329c22..d4710889 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -22,7 +22,7 @@ org.apache.maven.daemon mvnd - 0.8.2 + 0.9.0-SNAPSHOT mvnd-integration-tests diff --git a/native/pom.xml b/native/pom.xml index 232fab1d..f1ec9e91 100644 --- a/native/pom.xml +++ b/native/pom.xml @@ -20,7 +20,7 @@ org.apache.maven.daemon mvnd - 0.8.2 + 0.9.0-SNAPSHOT mvnd-native diff --git a/pom.xml b/pom.xml index be2cfe63..6b110b90 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ org.apache.maven.daemon mvnd - 0.8.2 + 0.9.0-SNAPSHOT pom Maven Daemon - Parent @@ -47,7 +47,7 @@ UTF-8 1.8 1.8 - 2022-10-04T05:49:47Z + 2022-10-04T05:51:14Z false apache/maven-mvnd github.com:${project.github.repository} @@ -223,38 +223,38 @@ org.apache.maven.daemon mvnd-native - 0.8.2 + 0.9.0-SNAPSHOT org.apache.maven.daemon mvnd-agent - 0.8.2 + 0.9.0-SNAPSHOT org.apache.maven.daemon mvnd-client - 0.8.2 + 0.9.0-SNAPSHOT org.apache.maven.daemon mvnd-common - 0.8.2 + 0.9.0-SNAPSHOT org.apache.maven.daemon mvnd-dist pom - 0.8.2 + 0.9.0-SNAPSHOT org.apache.maven.daemon mvnd-daemon - 0.8.2 + 0.9.0-SNAPSHOT org.apache.maven.daemon mvnd-helper-agent - 0.8.2 + 0.9.0-SNAPSHOT