This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git
commit 44ea9d84ffa234204ae19f82574b8f174161a954 Author: Guillaume Nodet <gno...@gmail.com> AuthorDate: Sat Jan 28 10:16:22 2023 +0100 Next is 1.0.0-m3-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 e5f21692..643cf9e4 100644 --- a/agent/pom.xml +++ b/agent/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.maven.daemon</groupId> <artifactId>mvnd</artifactId> - <version>1.0.0-m2</version> + <version>1.0.0-m3-SNAPSHOT</version> </parent> <artifactId>mvnd-agent</artifactId> diff --git a/build-plugin/pom.xml b/build-plugin/pom.xml index 4278291a..dc0a8673 100644 --- a/build-plugin/pom.xml +++ b/build-plugin/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.maven.daemon</groupId> <artifactId>mvnd</artifactId> - <version>1.0.0-m2</version> + <version>1.0.0-m3-SNAPSHOT</version> </parent> <artifactId>mvnd-build-maven-plugin</artifactId> diff --git a/client/pom.xml b/client/pom.xml index 6d4244c4..db63359c 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.maven.daemon</groupId> <artifactId>mvnd</artifactId> - <version>1.0.0-m2</version> + <version>1.0.0-m3-SNAPSHOT</version> </parent> <artifactId>mvnd-client</artifactId> diff --git a/common/pom.xml b/common/pom.xml index eef63480..e2c5c3fa 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.maven.daemon</groupId> <artifactId>mvnd</artifactId> - <version>1.0.0-m2</version> + <version>1.0.0-m3-SNAPSHOT</version> </parent> <artifactId>mvnd-common</artifactId> diff --git a/daemon/pom.xml b/daemon/pom.xml index e9acb5c8..fea72d0b 100644 --- a/daemon/pom.xml +++ b/daemon/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.maven.daemon</groupId> <artifactId>mvnd</artifactId> - <version>1.0.0-m2</version> + <version>1.0.0-m3-SNAPSHOT</version> </parent> <artifactId>mvnd-daemon</artifactId> diff --git a/dist/pom.xml b/dist/pom.xml index f0322fdc..9b55fab2 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.maven.daemon</groupId> <artifactId>mvnd</artifactId> - <version>1.0.0-m2</version> + <version>1.0.0-m3-SNAPSHOT</version> </parent> <artifactId>mvnd-dist</artifactId> diff --git a/helper/pom.xml b/helper/pom.xml index 71ae428b..8d4643c0 100644 --- a/helper/pom.xml +++ b/helper/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.maven.daemon</groupId> <artifactId>mvnd</artifactId> - <version>1.0.0-m2</version> + <version>1.0.0-m3-SNAPSHOT</version> </parent> <artifactId>mvnd-helper-agent</artifactId> diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index b5328ceb..d57f1316 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.maven.daemon</groupId> <artifactId>mvnd</artifactId> - <version>1.0.0-m2</version> + <version>1.0.0-m3-SNAPSHOT</version> </parent> <artifactId>mvnd-integration-tests</artifactId> diff --git a/native/pom.xml b/native/pom.xml index 37525f0f..e0baccc2 100644 --- a/native/pom.xml +++ b/native/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.maven.daemon</groupId> <artifactId>mvnd</artifactId> - <version>1.0.0-m2</version> + <version>1.0.0-m3-SNAPSHOT</version> </parent> <artifactId>mvnd-native</artifactId> diff --git a/pom.xml b/pom.xml index f830edac..111a3790 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ <groupId>org.apache.maven.daemon</groupId> <artifactId>mvnd</artifactId> - <version>1.0.0-m2</version> + <version>1.0.0-m3-SNAPSHOT</version> <packaging>pom</packaging> <name>Maven Daemon - Parent</name> @@ -67,7 +67,7 @@ <maven.compiler.target>1.8</maven.compiler.target> <maven.compiler.source>1.8</maven.compiler.source> <maven-dist.required.jdk>8</maven-dist.required.jdk> - <project.build.outputTimestamp>2023-01-28T09:13:57Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2023-01-28T09:16:22Z</project.build.outputTimestamp> <trimStackTrace>false</trimStackTrace> <project.github.repository>apache/maven-mvnd</project.github.repository> <repository.url>github.com:${project.github.repository}</repository.url>