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 2023/02/07 10:41:54 UTC

[maven-mvnd] 01/02: Next is 0.10.0-SNAPSHOT

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

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

commit 3e2dccce85ef69a0ca8de43d2a49f3a948cc1759
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Tue Feb 7 11:34:41 2023 +0100

    Next is 0.10.0-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                   | 4 ++--
 10 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/agent/pom.xml b/agent/pom.xml
index 180b6580..673290a1 100644
--- a/agent/pom.xml
+++ b/agent/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.maven.daemon</groupId>
     <artifactId>mvnd</artifactId>
-    <version>0.9.0</version>
+    <version>0.10.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>mvnd-agent</artifactId>
diff --git a/build-plugin/pom.xml b/build-plugin/pom.xml
index f6d62f3f..859ac65a 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>0.9.0</version>
+    <version>0.10.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>mvnd-build-maven-plugin</artifactId>
diff --git a/client/pom.xml b/client/pom.xml
index ece0eef6..e30fefc7 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.maven.daemon</groupId>
     <artifactId>mvnd</artifactId>
-    <version>0.9.0</version>
+    <version>0.10.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>mvnd-client</artifactId>
diff --git a/common/pom.xml b/common/pom.xml
index aa397cec..f13b8545 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.maven.daemon</groupId>
     <artifactId>mvnd</artifactId>
-    <version>0.9.0</version>
+    <version>0.10.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>mvnd-common</artifactId>
diff --git a/daemon/pom.xml b/daemon/pom.xml
index 9a7c71cc..ee885022 100644
--- a/daemon/pom.xml
+++ b/daemon/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.maven.daemon</groupId>
     <artifactId>mvnd</artifactId>
-    <version>0.9.0</version>
+    <version>0.10.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>mvnd-daemon</artifactId>
diff --git a/dist/pom.xml b/dist/pom.xml
index 259b95de..b809e417 100644
--- a/dist/pom.xml
+++ b/dist/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.maven.daemon</groupId>
     <artifactId>mvnd</artifactId>
-    <version>0.9.0</version>
+    <version>0.10.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>mvnd-dist</artifactId>
diff --git a/helper/pom.xml b/helper/pom.xml
index 505c10b3..562188a1 100644
--- a/helper/pom.xml
+++ b/helper/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.maven.daemon</groupId>
     <artifactId>mvnd</artifactId>
-    <version>0.9.0</version>
+    <version>0.10.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>mvnd-helper-agent</artifactId>
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index 1aa4c3a3..20d8129b 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>0.9.0</version>
+    <version>0.10.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>mvnd-integration-tests</artifactId>
diff --git a/native/pom.xml b/native/pom.xml
index fe9248b8..1953995f 100644
--- a/native/pom.xml
+++ b/native/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.maven.daemon</groupId>
     <artifactId>mvnd</artifactId>
-    <version>0.9.0</version>
+    <version>0.10.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>mvnd-native</artifactId>
diff --git a/pom.xml b/pom.xml
index d10899b0..e3207802 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
   <groupId>org.apache.maven.daemon</groupId>
   <artifactId>mvnd</artifactId>
-  <version>0.9.0</version>
+  <version>0.10.0-SNAPSHOT</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-25T07:14:33Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2023-02-07T10:34:13Z</project.build.outputTimestamp>
     <trimStackTrace>false</trimStackTrace>
     <project.github.repository>apache/maven-mvnd</project.github.repository>
     <repository.url>github.com:${project.github.repository}</repository.url>