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/11/19 15:17:53 UTC

[maven-mvnd] branch master updated: Switch master to 1.0.0-SNAPSHOT

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


The following commit(s) were added to refs/heads/master by this push:
     new 5a8f29c  Switch master to 1.0.0-SNAPSHOT
5a8f29c is described below

commit 5a8f29cf6f6ddd49af113c04fff15ad7cd9798d2
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Sat Nov 19 16:17:33 2022 +0100

    Switch master to 1.0.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                   | 18 +++++++++---------
 10 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/agent/pom.xml b/agent/pom.xml
index aed7a48..e74222c 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-SNAPSHOT</version>
+        <version>1.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>mvnd-agent</artifactId>
diff --git a/build-plugin/pom.xml b/build-plugin/pom.xml
index 3500780..efb5a25 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-SNAPSHOT</version>
+        <version>1.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>mvnd-build-maven-plugin</artifactId>
diff --git a/client/pom.xml b/client/pom.xml
index abc0093..0956495 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-SNAPSHOT</version>
+        <version>1.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>mvnd-client</artifactId>
diff --git a/common/pom.xml b/common/pom.xml
index c103b14..f3bef02 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-SNAPSHOT</version>
+        <version>1.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>mvnd-common</artifactId>
diff --git a/daemon/pom.xml b/daemon/pom.xml
index 2d6f6e0..447eba1 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-SNAPSHOT</version>
+        <version>1.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>mvnd-daemon</artifactId>
diff --git a/dist/pom.xml b/dist/pom.xml
index 0168803..726276f 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-SNAPSHOT</version>
+        <version>1.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>mvnd-dist</artifactId>
diff --git a/helper/pom.xml b/helper/pom.xml
index 6c42bd3..c30af96 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-SNAPSHOT</version>
+        <version>1.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>mvnd-helper-agent</artifactId>
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index d471088..75c9197 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-SNAPSHOT</version>
+        <version>1.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>mvnd-integration-tests</artifactId>
diff --git a/native/pom.xml b/native/pom.xml
index f1ec9e9..4a050ec 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-SNAPSHOT</version>
+        <version>1.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>mvnd-native</artifactId>
diff --git a/pom.xml b/pom.xml
index 8d2ffec..4c4b5ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
     <groupId>org.apache.maven.daemon</groupId>
     <artifactId>mvnd</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
 
     <packaging>pom</packaging>
     <name>Maven Daemon - Parent</name>
@@ -47,7 +47,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <maven.compiler.target>1.8</maven.compiler.target>
         <maven.compiler.source>1.8</maven.compiler.source>
-        <project.build.outputTimestamp>2022-10-04T07:06:02Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2022-11-19T15:16:03Z</project.build.outputTimestamp>
         <trimStackTrace>false</trimStackTrace>
         <project.github.repository>apache/maven-mvnd</project.github.repository>
         <repository.url>github.com:${project.github.repository}</repository.url>
@@ -223,38 +223,38 @@
             <dependency>
                 <groupId>org.apache.maven.daemon</groupId>
                 <artifactId>mvnd-native</artifactId>
-                <version>0.9.0-SNAPSHOT</version>
+                <version>1.0.0-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.maven.daemon</groupId>
                 <artifactId>mvnd-agent</artifactId>
-                <version>0.9.0-SNAPSHOT</version>
+                <version>1.0.0-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.maven.daemon</groupId>
                 <artifactId>mvnd-client</artifactId>
-                <version>0.9.0-SNAPSHOT</version>
+                <version>1.0.0-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.maven.daemon</groupId>
                 <artifactId>mvnd-common</artifactId>
-                <version>0.9.0-SNAPSHOT</version>
+                <version>1.0.0-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.maven.daemon</groupId>
                 <artifactId>mvnd-dist</artifactId>
                 <type>pom</type>
-                <version>0.9.0-SNAPSHOT</version>
+                <version>1.0.0-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.maven.daemon</groupId>
                 <artifactId>mvnd-daemon</artifactId>
-                <version>0.9.0-SNAPSHOT</version>
+                <version>1.0.0-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.maven.daemon</groupId>
                 <artifactId>mvnd-helper-agent</artifactId>
-                <version>0.9.0-SNAPSHOT</version>
+                <version>1.0.0-SNAPSHOT</version>
             </dependency>
 
             <dependency>