This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to tag 1.0.0-m4 in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git
commit f01c3ff97ab6fa37e70ef26bb3d6ed5b93b4c3f4 Author: Guillaume Nodet <gno...@gmail.com> AuthorDate: Sat Jan 28 14:35:11 2023 +0100 [release] Release 1.0.0-m4 --- CHANGELOG.md | 4 ++-- 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 ++-- 11 files changed, 13 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67cd48b0..282096de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Changelog -## [1.0.0-m3](https://github.com/apache/maven-mvnd/tree/1.0.0-m3) (2023-01-28) +## [1.0.0-m4](https://github.com/apache/maven-mvnd/tree/1.0.0-m4) (2023-01-28) -[Full Changelog](https://github.com/apache/maven-mvnd/compare/1.0.0-m1...1.0.0-m3) +[Full Changelog](https://github.com/apache/maven-mvnd/compare/1.0.0-m1...1.0.0-m4) **Closed issues:** diff --git a/agent/pom.xml b/agent/pom.xml index fff6826d..f7a1ba47 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-m4-SNAPSHOT</version> + <version>1.0.0-m4</version> </parent> <artifactId>mvnd-agent</artifactId> diff --git a/build-plugin/pom.xml b/build-plugin/pom.xml index d42ca6cf..153510c0 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-m4-SNAPSHOT</version> + <version>1.0.0-m4</version> </parent> <artifactId>mvnd-build-maven-plugin</artifactId> diff --git a/client/pom.xml b/client/pom.xml index cadbd489..bae2d325 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-m4-SNAPSHOT</version> + <version>1.0.0-m4</version> </parent> <artifactId>mvnd-client</artifactId> diff --git a/common/pom.xml b/common/pom.xml index dd7a67ad..1ecfa111 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-m4-SNAPSHOT</version> + <version>1.0.0-m4</version> </parent> <artifactId>mvnd-common</artifactId> diff --git a/daemon/pom.xml b/daemon/pom.xml index 5ce627ff..be105d61 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-m4-SNAPSHOT</version> + <version>1.0.0-m4</version> </parent> <artifactId>mvnd-daemon</artifactId> diff --git a/dist/pom.xml b/dist/pom.xml index 433f375f..51973344 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-m4-SNAPSHOT</version> + <version>1.0.0-m4</version> </parent> <artifactId>mvnd-dist</artifactId> diff --git a/helper/pom.xml b/helper/pom.xml index 4764a58b..d53d7a91 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-m4-SNAPSHOT</version> + <version>1.0.0-m4</version> </parent> <artifactId>mvnd-helper-agent</artifactId> diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 41c90f98..28ccc305 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-m4-SNAPSHOT</version> + <version>1.0.0-m4</version> </parent> <artifactId>mvnd-integration-tests</artifactId> diff --git a/native/pom.xml b/native/pom.xml index 75a1bf38..f4cc693f 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-m4-SNAPSHOT</version> + <version>1.0.0-m4</version> </parent> <artifactId>mvnd-native</artifactId> diff --git a/pom.xml b/pom.xml index 397c7aad..899f4d71 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ <groupId>org.apache.maven.daemon</groupId> <artifactId>mvnd</artifactId> - <version>1.0.0-m4-SNAPSHOT</version> + <version>1.0.0-m4</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-28T13:27:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2023-01-28T13:34:07Z</project.build.outputTimestamp> <trimStackTrace>false</trimStackTrace> <project.github.repository>apache/maven-mvnd</project.github.repository> <repository.url>github.com:${project.github.repository}</repository.url>