This is an automated email from the ASF dual-hosted git repository.

gnodet pushed a commit to tag 0.8.0
in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git

commit 4e5be51e4f29e22910f1c0643a101b9114ddec9b
Author: Guillaume Nodet <gno...@gmail.com>
AuthorDate: Fri Apr 29 13:43:07 2022 +0200

    [release] Release 0.8.0
---
 CHANGELOG.md                                        |  20 +++++---------------
 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 +-
 .../mvndaemon/mvnd/nativ/Windows/x86/mvndnative.dll | Bin 85217 -> 85217 bytes
 .../mvnd/nativ/Windows/x86_64/mvndnative.dll        | Bin 99503 -> 99503 bytes
 pom.xml                                             |  16 ++++++++--------
 13 files changed, 22 insertions(+), 32 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1229385..b2464ec 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,21 +1,8 @@
 # Changelog
 
-## [Unreleased](https://github.com/apache/maven-mvnd/tree/HEAD)
+## [0.8.0](https://github.com/apache/maven-mvnd/tree/0.8.0) (2022-04-29)
 
-[Full 
Changelog](https://github.com/apache/maven-mvnd/compare/early-access...HEAD)
-
-**Closed issues:**
-
-- create Apache source-release distribution archive 
[\#543](https://github.com/apache/maven-mvnd/issues/543)
-- Parallel build fails with NoSuchFileException for target/classes 
[\#500](https://github.com/apache/maven-mvnd/issues/500)
-
-**Merged pull requests:**
-
-- Replace `github.com/mvndaemon/mvnd` references 
[\#622](https://github.com/apache/maven-mvnd/pull/622) 
([Stephan202](https://github.com/Stephan202))
-
-## [early-access](https://github.com/apache/maven-mvnd/tree/early-access) 
(2022-04-26)
-
-[Full 
Changelog](https://github.com/apache/maven-mvnd/compare/0.7.1...early-access)
+[Full Changelog](https://github.com/apache/maven-mvnd/compare/0.7.1...0.8.0)
 
 **Closed issues:**
 
@@ -53,6 +40,7 @@
 - mvnd maven plugin [\#546](https://github.com/apache/maven-mvnd/issues/546)
 - git bash show “bash: mvnd: command not found” on win 10  
[\#545](https://github.com/apache/maven-mvnd/issues/545)
 - jdk 1.8 exception [\#544](https://github.com/apache/maven-mvnd/issues/544)
+- create Apache source-release distribution archive 
[\#543](https://github.com/apache/maven-mvnd/issues/543)
 - Refactor build & release workflow 
[\#542](https://github.com/apache/maven-mvnd/issues/542)
 - Does not support the spring-boot-maven-plugin 
[\#537](https://github.com/apache/maven-mvnd/issues/537)
 - mvn clean slow on Windows - alternative implementation 
[\#536](https://github.com/apache/maven-mvnd/issues/536)
@@ -60,10 +48,12 @@
 - Investigate the setEnv logic across JDK / OS 
[\#528](https://github.com/apache/maven-mvnd/issues/528)
 - Build hang and CPU skyrocket with sisu-index:indexMojo 
[\#527](https://github.com/apache/maven-mvnd/issues/527)
 - \[discuss\]`maven.version` conflict in pom.xml & system property 
[\#516](https://github.com/apache/maven-mvnd/issues/516)
+- Parallel build fails with NoSuchFileException for target/classes 
[\#500](https://github.com/apache/maven-mvnd/issues/500)
 - Second "clean" build in fails on Windows due to locked files 
[\#115](https://github.com/apache/maven-mvnd/issues/115)
 
 **Merged pull requests:**
 
+- Replace `github.com/mvndaemon/mvnd` references 
[\#622](https://github.com/apache/maven-mvnd/pull/622) 
([Stephan202](https://github.com/Stephan202))
 - Upgrade to auto changelog 1.2 
[\#621](https://github.com/apache/maven-mvnd/pull/621) 
([gnodet](https://github.com/gnodet))
 - Reapply Refactor build and release workflows apache\#574 
[\#620](https://github.com/apache/maven-mvnd/pull/620) 
([gnodet](https://github.com/gnodet))
 - Fix typos in readme [\#618](https://github.com/apache/maven-mvnd/pull/618) 
([Bananeweizen](https://github.com/Bananeweizen))
diff --git a/agent/pom.xml b/agent/pom.xml
index 2d0c90f..ffbb63b 100644
--- a/agent/pom.xml
+++ b/agent/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.mvndaemon.mvnd</groupId>
         <artifactId>mvnd</artifactId>
-        <version>0.8.1-SNAPSHOT</version>
+        <version>0.8.0</version>
     </parent>
 
     <artifactId>mvnd-agent</artifactId>
diff --git a/build-plugin/pom.xml b/build-plugin/pom.xml
index 63eba58..84dc5da 100644
--- a/build-plugin/pom.xml
+++ b/build-plugin/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.mvndaemon.mvnd</groupId>
         <artifactId>mvnd</artifactId>
-        <version>0.8.1-SNAPSHOT</version>
+        <version>0.8.0</version>
     </parent>
 
     <artifactId>mvnd-build-maven-plugin</artifactId>
diff --git a/client/pom.xml b/client/pom.xml
index 76b08f8..ea1f19e 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.mvndaemon.mvnd</groupId>
         <artifactId>mvnd</artifactId>
-        <version>0.8.1-SNAPSHOT</version>
+        <version>0.8.0</version>
     </parent>
 
     <artifactId>mvnd-client</artifactId>
diff --git a/common/pom.xml b/common/pom.xml
index dd0e87f..1e06a5d 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.mvndaemon.mvnd</groupId>
         <artifactId>mvnd</artifactId>
-        <version>0.8.1-SNAPSHOT</version>
+        <version>0.8.0</version>
     </parent>
 
     <artifactId>mvnd-common</artifactId>
diff --git a/daemon/pom.xml b/daemon/pom.xml
index 2f4ffb3..18a4fb6 100644
--- a/daemon/pom.xml
+++ b/daemon/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.mvndaemon.mvnd</groupId>
         <artifactId>mvnd</artifactId>
-        <version>0.8.1-SNAPSHOT</version>
+        <version>0.8.0</version>
     </parent>
 
     <artifactId>mvnd-daemon</artifactId>
diff --git a/dist/pom.xml b/dist/pom.xml
index 68da1f3..24351f0 100644
--- a/dist/pom.xml
+++ b/dist/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.mvndaemon.mvnd</groupId>
         <artifactId>mvnd</artifactId>
-        <version>0.8.1-SNAPSHOT</version>
+        <version>0.8.0</version>
     </parent>
 
     <artifactId>mvnd-dist</artifactId>
diff --git a/helper/pom.xml b/helper/pom.xml
index 1ceb56e..413ffd8 100644
--- a/helper/pom.xml
+++ b/helper/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.mvndaemon.mvnd</groupId>
         <artifactId>mvnd</artifactId>
-        <version>0.8.1-SNAPSHOT</version>
+        <version>0.8.0</version>
     </parent>
 
     <artifactId>mvnd-helper-agent</artifactId>
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index 50ab452..1eebebd 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.mvndaemon.mvnd</groupId>
         <artifactId>mvnd</artifactId>
-        <version>0.8.1-SNAPSHOT</version>
+        <version>0.8.0</version>
     </parent>
 
     <artifactId>mvnd-integration-tests</artifactId>
diff --git a/native/pom.xml b/native/pom.xml
index a3d33f9..90c02b5 100644
--- a/native/pom.xml
+++ b/native/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.mvndaemon.mvnd</groupId>
         <artifactId>mvnd</artifactId>
-        <version>0.8.1-SNAPSHOT</version>
+        <version>0.8.0</version>
     </parent>
 
     <artifactId>mvnd-native</artifactId>
diff --git 
a/native/src/main/resources/org/mvndaemon/mvnd/nativ/Windows/x86/mvndnative.dll 
b/native/src/main/resources/org/mvndaemon/mvnd/nativ/Windows/x86/mvndnative.dll
index 57c8915..b771ebf 100755
Binary files 
a/native/src/main/resources/org/mvndaemon/mvnd/nativ/Windows/x86/mvndnative.dll 
and 
b/native/src/main/resources/org/mvndaemon/mvnd/nativ/Windows/x86/mvndnative.dll 
differ
diff --git 
a/native/src/main/resources/org/mvndaemon/mvnd/nativ/Windows/x86_64/mvndnative.dll
 
b/native/src/main/resources/org/mvndaemon/mvnd/nativ/Windows/x86_64/mvndnative.dll
index 4d77fa7..73e9e4a 100755
Binary files 
a/native/src/main/resources/org/mvndaemon/mvnd/nativ/Windows/x86_64/mvndnative.dll
 and 
b/native/src/main/resources/org/mvndaemon/mvnd/nativ/Windows/x86_64/mvndnative.dll
 differ
diff --git a/pom.xml b/pom.xml
index da78b27..ec6ca05 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
 
     <groupId>org.mvndaemon.mvnd</groupId>
     <artifactId>mvnd</artifactId>
-    <version>0.8.1-SNAPSHOT</version>
+    <version>0.8.0</version>
 
     <packaging>pom</packaging>
     <name>Maven Daemon - Parent</name>
@@ -214,38 +214,38 @@
             <dependency>
                 <groupId>org.mvndaemon.mvnd</groupId>
                 <artifactId>mvnd-native</artifactId>
-                <version>0.8.1-SNAPSHOT</version>
+                <version>0.8.0</version>
             </dependency>
             <dependency>
                 <groupId>org.mvndaemon.mvnd</groupId>
                 <artifactId>mvnd-agent</artifactId>
-                <version>0.8.1-SNAPSHOT</version>
+                <version>0.8.0</version>
             </dependency>
             <dependency>
                 <groupId>org.mvndaemon.mvnd</groupId>
                 <artifactId>mvnd-client</artifactId>
-                <version>0.8.1-SNAPSHOT</version>
+                <version>0.8.0</version>
             </dependency>
             <dependency>
                 <groupId>org.mvndaemon.mvnd</groupId>
                 <artifactId>mvnd-common</artifactId>
-                <version>0.8.1-SNAPSHOT</version>
+                <version>0.8.0</version>
             </dependency>
             <dependency>
                 <groupId>org.mvndaemon.mvnd</groupId>
                 <artifactId>mvnd-dist</artifactId>
                 <type>pom</type>
-                <version>0.8.1-SNAPSHOT</version>
+                <version>0.8.0</version>
             </dependency>
             <dependency>
                 <groupId>org.mvndaemon.mvnd</groupId>
                 <artifactId>mvnd-daemon</artifactId>
-                <version>0.8.1-SNAPSHOT</version>
+                <version>0.8.0</version>
             </dependency>
             <dependency>
                 <groupId>org.mvndaemon.mvnd</groupId>
                 <artifactId>mvnd-helper-agent</artifactId>
-                <version>0.8.1-SNAPSHOT</version>
+                <version>0.8.0</version>
             </dependency>
 
             <dependency>

Reply via email to