From f01c3ff97ab6fa37e70ef26bb3d6ed5b93b4c3f4 Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Sat, 28 Jan 2023 14:35:11 +0100 Subject: [PATCH] [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 67cd48b01..282096dee 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 fff6826d0..f7a1ba479 100644 --- a/agent/pom.xml +++ b/agent/pom.xml @@ -22,7 +22,7 @@ org.apache.maven.daemon mvnd - 1.0.0-m4-SNAPSHOT + 1.0.0-m4 mvnd-agent diff --git a/build-plugin/pom.xml b/build-plugin/pom.xml index d42ca6cf4..153510c08 100644 --- a/build-plugin/pom.xml +++ b/build-plugin/pom.xml @@ -22,7 +22,7 @@ org.apache.maven.daemon mvnd - 1.0.0-m4-SNAPSHOT + 1.0.0-m4 mvnd-build-maven-plugin diff --git a/client/pom.xml b/client/pom.xml index cadbd489d..bae2d325c 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -22,7 +22,7 @@ org.apache.maven.daemon mvnd - 1.0.0-m4-SNAPSHOT + 1.0.0-m4 mvnd-client diff --git a/common/pom.xml b/common/pom.xml index dd7a67adb..1ecfa111b 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -22,7 +22,7 @@ org.apache.maven.daemon mvnd - 1.0.0-m4-SNAPSHOT + 1.0.0-m4 mvnd-common diff --git a/daemon/pom.xml b/daemon/pom.xml index 5ce627ff4..be105d615 100644 --- a/daemon/pom.xml +++ b/daemon/pom.xml @@ -22,7 +22,7 @@ org.apache.maven.daemon mvnd - 1.0.0-m4-SNAPSHOT + 1.0.0-m4 mvnd-daemon diff --git a/dist/pom.xml b/dist/pom.xml index 433f375f7..519733448 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -22,7 +22,7 @@ org.apache.maven.daemon mvnd - 1.0.0-m4-SNAPSHOT + 1.0.0-m4 mvnd-dist diff --git a/helper/pom.xml b/helper/pom.xml index 4764a58b0..d53d7a910 100644 --- a/helper/pom.xml +++ b/helper/pom.xml @@ -22,7 +22,7 @@ org.apache.maven.daemon mvnd - 1.0.0-m4-SNAPSHOT + 1.0.0-m4 mvnd-helper-agent diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 41c90f98f..28ccc305e 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -22,7 +22,7 @@ org.apache.maven.daemon mvnd - 1.0.0-m4-SNAPSHOT + 1.0.0-m4 mvnd-integration-tests diff --git a/native/pom.xml b/native/pom.xml index 75a1bf38e..f4cc693f8 100644 --- a/native/pom.xml +++ b/native/pom.xml @@ -20,7 +20,7 @@ org.apache.maven.daemon mvnd - 1.0.0-m4-SNAPSHOT + 1.0.0-m4 mvnd-native diff --git a/pom.xml b/pom.xml index 397c7aada..899f4d715 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ org.apache.maven.daemon mvnd - 1.0.0-m4-SNAPSHOT + 1.0.0-m4 pom Maven Daemon - Parent @@ -67,7 +67,7 @@ 1.8 1.8 8 - 2023-01-28T13:27:02Z + 2023-01-28T13:34:07Z false apache/maven-mvnd github.com:${project.github.repository}