From 554e82a6a103a1790002703a496644b4e58060ea Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Fri, 16 Dec 2022 12:57:35 +0100 Subject: [PATCH] Next is 1.0.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 | 4 ++-- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/agent/pom.xml b/agent/pom.xml index 3e8f5bde..33b28283 100644 --- a/agent/pom.xml +++ b/agent/pom.xml @@ -22,7 +22,7 @@ org.apache.maven.daemon mvnd - 1.0.0-m1 + 1.0.0-SNAPSHOT mvnd-agent diff --git a/build-plugin/pom.xml b/build-plugin/pom.xml index b47a48ab..6210e814 100644 --- a/build-plugin/pom.xml +++ b/build-plugin/pom.xml @@ -22,7 +22,7 @@ org.apache.maven.daemon mvnd - 1.0.0-m1 + 1.0.0-SNAPSHOT mvnd-build-maven-plugin diff --git a/client/pom.xml b/client/pom.xml index 2885dea1..f9808d06 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -22,7 +22,7 @@ org.apache.maven.daemon mvnd - 1.0.0-m1 + 1.0.0-SNAPSHOT mvnd-client diff --git a/common/pom.xml b/common/pom.xml index 8a05764e..fa4199d0 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -22,7 +22,7 @@ org.apache.maven.daemon mvnd - 1.0.0-m1 + 1.0.0-SNAPSHOT mvnd-common diff --git a/daemon/pom.xml b/daemon/pom.xml index 3d4d2538..d0b804de 100644 --- a/daemon/pom.xml +++ b/daemon/pom.xml @@ -22,7 +22,7 @@ org.apache.maven.daemon mvnd - 1.0.0-m1 + 1.0.0-SNAPSHOT mvnd-daemon diff --git a/dist/pom.xml b/dist/pom.xml index cbb3d5be..c2e372ca 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -22,7 +22,7 @@ org.apache.maven.daemon mvnd - 1.0.0-m1 + 1.0.0-SNAPSHOT mvnd-dist diff --git a/helper/pom.xml b/helper/pom.xml index 686b2dc0..61eb28c4 100644 --- a/helper/pom.xml +++ b/helper/pom.xml @@ -22,7 +22,7 @@ org.apache.maven.daemon mvnd - 1.0.0-m1 + 1.0.0-SNAPSHOT mvnd-helper-agent diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 3ef9558e..39c98377 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -22,7 +22,7 @@ org.apache.maven.daemon mvnd - 1.0.0-m1 + 1.0.0-SNAPSHOT mvnd-integration-tests diff --git a/native/pom.xml b/native/pom.xml index 1427b27a..59c7924f 100644 --- a/native/pom.xml +++ b/native/pom.xml @@ -20,7 +20,7 @@ org.apache.maven.daemon mvnd - 1.0.0-m1 + 1.0.0-SNAPSHOT mvnd-native diff --git a/pom.xml b/pom.xml index b030c329..1aee1e59 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ org.apache.maven.daemon mvnd - 1.0.0-m1 + 1.0.0-SNAPSHOT pom Maven Daemon - Parent @@ -67,7 +67,7 @@ 1.8 1.8 8 - 2022-12-16T11:07:29Z + 2022-12-16T11:57:19Z false apache/maven-mvnd github.com:${project.github.repository}