[release] Release 1.0-m6
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 18a7189..b6582a7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
 # Changelog
 
+## [1.0-m6](https://github.com/apache/maven-mvnd/tree/1.0-m6) (2023-03-23)
+
+[Full Changelog](https://github.com/apache/maven-mvnd/compare/1.0-m5...1.0-m6)
+
+**Closed issues:**
+
+- keep compatible for glibc 2.12 when build on ubuntu 22.04 [\#823](https://github.com/apache/maven-mvnd/issues/823)
+
+**Merged pull requests:**
+
+- Make native mvnd only require glibc 2.12 on ubuntu 22.04 [\#825](https://github.com/apache/maven-mvnd/pull/825) ([gzm55](https://github.com/gzm55))
+
 ## [1.0-m5](https://github.com/apache/maven-mvnd/tree/1.0-m5) (2023-03-22)
 
 [Full Changelog](https://github.com/apache/maven-mvnd/compare/1.0.0-m4...1.0-m5)
diff --git a/agent/pom.xml b/agent/pom.xml
index 3f12549..55aa5c0 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-m6-SNAPSHOT</version>
+    <version>1.0-m6</version>
   </parent>
 
   <artifactId>mvnd-agent</artifactId>
diff --git a/build-plugin/pom.xml b/build-plugin/pom.xml
index d76fa74..57ceeb6 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-m6-SNAPSHOT</version>
+    <version>1.0-m6</version>
   </parent>
 
   <artifactId>mvnd-build-maven-plugin</artifactId>
diff --git a/client/pom.xml b/client/pom.xml
index 8879067..1503578 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-m6-SNAPSHOT</version>
+    <version>1.0-m6</version>
   </parent>
 
   <artifactId>mvnd-client</artifactId>
diff --git a/common/pom.xml b/common/pom.xml
index 5fcf50c..565b207 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-m6-SNAPSHOT</version>
+    <version>1.0-m6</version>
   </parent>
 
   <artifactId>mvnd-common</artifactId>
diff --git a/daemon-m39/pom.xml b/daemon-m39/pom.xml
index 7962a39..265f950 100644
--- a/daemon-m39/pom.xml
+++ b/daemon-m39/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.maven.daemon</groupId>
     <artifactId>mvnd</artifactId>
-    <version>1.0-m6-SNAPSHOT</version>
+    <version>1.0-m6</version>
   </parent>
 
   <artifactId>mvnd-daemon-m39</artifactId>
diff --git a/daemon-m40/pom.xml b/daemon-m40/pom.xml
index 99a1006..ac2138c 100644
--- a/daemon-m40/pom.xml
+++ b/daemon-m40/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.maven.daemon</groupId>
     <artifactId>mvnd</artifactId>
-    <version>1.0-m6-SNAPSHOT</version>
+    <version>1.0-m6</version>
   </parent>
 
   <artifactId>mvnd-daemon-m40</artifactId>
diff --git a/daemon/pom.xml b/daemon/pom.xml
index 5536060..74d8a48 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-m6-SNAPSHOT</version>
+    <version>1.0-m6</version>
   </parent>
 
   <artifactId>mvnd-daemon</artifactId>
diff --git a/dist-m39/pom.xml b/dist-m39/pom.xml
index d596b3e..4709730 100644
--- a/dist-m39/pom.xml
+++ b/dist-m39/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.maven.daemon</groupId>
     <artifactId>mvnd</artifactId>
-    <version>1.0-m6-SNAPSHOT</version>
+    <version>1.0-m6</version>
   </parent>
 
   <artifactId>mvnd-dist-m39</artifactId>
diff --git a/dist-m40/pom.xml b/dist-m40/pom.xml
index c665b9c..01a1f2c 100644
--- a/dist-m40/pom.xml
+++ b/dist-m40/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.maven.daemon</groupId>
     <artifactId>mvnd</artifactId>
-    <version>1.0-m6-SNAPSHOT</version>
+    <version>1.0-m6</version>
   </parent>
 
   <artifactId>mvnd-dist-m40</artifactId>
diff --git a/helper/pom.xml b/helper/pom.xml
index b876621..0f55209 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-m6-SNAPSHOT</version>
+    <version>1.0-m6</version>
   </parent>
 
   <artifactId>mvnd-helper-agent</artifactId>
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index 1fe38fe..35fe769 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-m6-SNAPSHOT</version>
+    <version>1.0-m6</version>
   </parent>
 
   <artifactId>mvnd-integration-tests</artifactId>
diff --git a/logging/pom.xml b/logging/pom.xml
index 5de0ed3..b4a046b 100644
--- a/logging/pom.xml
+++ b/logging/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.maven.daemon</groupId>
     <artifactId>mvnd</artifactId>
-    <version>1.0-m6-SNAPSHOT</version>
+    <version>1.0-m6</version>
   </parent>
 
   <artifactId>mvnd-logging</artifactId>
diff --git a/native/pom.xml b/native/pom.xml
index 6626e49..1d1b3c7 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-m6-SNAPSHOT</version>
+    <version>1.0-m6</version>
   </parent>
 
   <artifactId>mvnd-native</artifactId>
diff --git a/pom.xml b/pom.xml
index 4c80b9a..8b68a2f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
   <groupId>org.apache.maven.daemon</groupId>
   <artifactId>mvnd</artifactId>
-  <version>1.0-m6-SNAPSHOT</version>
+  <version>1.0-m6</version>
 
   <packaging>pom</packaging>
   <name>Maven Daemon - Parent</name>
@@ -71,7 +71,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-03-22T07:58:41Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2023-03-23T08:58:14Z</project.build.outputTimestamp>
     <trimStackTrace>false</trimStackTrace>
     <project.github.repository>apache/maven-mvnd</project.github.repository>
     <repository.url>github.com:${project.github.repository}</repository.url>