You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gn...@apache.org on 2022/04/29 11:43:19 UTC

[maven-mvnd] branch master updated (d2c986e -> 72cb834)

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

gnodet pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git


    from d2c986e  Fix release notes generation
     add 4e5be51  [release] Release 0.8.0
     new 72cb834  Next is 0.8.1-SNAPSHOT

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG.md                                        |  20 +++++---------------
 .../mvndaemon/mvnd/nativ/Windows/x86/mvndnative.dll | Bin 85217 -> 85217 bytes
 .../mvnd/nativ/Windows/x86_64/mvndnative.dll        | Bin 99503 -> 99503 bytes
 3 files changed, 5 insertions(+), 15 deletions(-)


[maven-mvnd] 01/01: Next is 0.8.1-SNAPSHOT

Posted by gn...@apache.org.
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 72cb8343d9dc1f7a9e8e707177f55f8925b73936
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Fri Apr 29 13:43:13 2022 +0200

    Next is 0.8.1-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                   | 16 ++++++++--------
 10 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/agent/pom.xml b/agent/pom.xml
index ffbb63b..2d0c90f 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.0</version>
+        <version>0.8.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>mvnd-agent</artifactId>
diff --git a/build-plugin/pom.xml b/build-plugin/pom.xml
index 84dc5da..63eba58 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.0</version>
+        <version>0.8.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>mvnd-build-maven-plugin</artifactId>
diff --git a/client/pom.xml b/client/pom.xml
index ea1f19e..76b08f8 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.0</version>
+        <version>0.8.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>mvnd-client</artifactId>
diff --git a/common/pom.xml b/common/pom.xml
index 1e06a5d..dd0e87f 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.0</version>
+        <version>0.8.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>mvnd-common</artifactId>
diff --git a/daemon/pom.xml b/daemon/pom.xml
index 18a4fb6..2f4ffb3 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.0</version>
+        <version>0.8.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>mvnd-daemon</artifactId>
diff --git a/dist/pom.xml b/dist/pom.xml
index 24351f0..68da1f3 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.0</version>
+        <version>0.8.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>mvnd-dist</artifactId>
diff --git a/helper/pom.xml b/helper/pom.xml
index 413ffd8..1ceb56e 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.0</version>
+        <version>0.8.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>mvnd-helper-agent</artifactId>
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index 1eebebd..50ab452 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.0</version>
+        <version>0.8.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>mvnd-integration-tests</artifactId>
diff --git a/native/pom.xml b/native/pom.xml
index 90c02b5..a3d33f9 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.0</version>
+        <version>0.8.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>mvnd-native</artifactId>
diff --git a/pom.xml b/pom.xml
index ec6ca05..da78b27 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
 
     <groupId>org.mvndaemon.mvnd</groupId>
     <artifactId>mvnd</artifactId>
-    <version>0.8.0</version>
+    <version>0.8.1-SNAPSHOT</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.0</version>
+                <version>0.8.1-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.mvndaemon.mvnd</groupId>
                 <artifactId>mvnd-agent</artifactId>
-                <version>0.8.0</version>
+                <version>0.8.1-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.mvndaemon.mvnd</groupId>
                 <artifactId>mvnd-client</artifactId>
-                <version>0.8.0</version>
+                <version>0.8.1-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.mvndaemon.mvnd</groupId>
                 <artifactId>mvnd-common</artifactId>
-                <version>0.8.0</version>
+                <version>0.8.1-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.mvndaemon.mvnd</groupId>
                 <artifactId>mvnd-dist</artifactId>
                 <type>pom</type>
-                <version>0.8.0</version>
+                <version>0.8.1-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.mvndaemon.mvnd</groupId>
                 <artifactId>mvnd-daemon</artifactId>
-                <version>0.8.0</version>
+                <version>0.8.1-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.mvndaemon.mvnd</groupId>
                 <artifactId>mvnd-helper-agent</artifactId>
-                <version>0.8.0</version>
+                <version>0.8.1-SNAPSHOT</version>
             </dependency>
 
             <dependency>