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/12/16 11:58:02 UTC

[maven-mvnd] branch master updated (89841adb -> 554e82a6)

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 89841adb Upgrade to maven parent 39 and reformat accordingly
     add 7586cf2b [release] Release 1.0.0-m1
     new 554e82a6 Next is 1.0.0-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 | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++--
 pom.xml      |  2 +-
 2 files changed, 51 insertions(+), 3 deletions(-)


[maven-mvnd] 01/01: Next is 1.0.0-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 554e82a6a103a1790002703a496644b4e58060ea
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Fri Dec 16 12:57:35 2022 +0100

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

diff --git a/agent/pom.xml b/agent/pom.xml
index 3e8f5bde..33b28283 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.0-m1</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 b47a48ab..6210e814 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.0-m1</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 2885dea1..f9808d06 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.0-m1</version>
+    <version>1.0.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>mvnd-client</artifactId>
diff --git a/common/pom.xml b/common/pom.xml
index 8a05764e..fa4199d0 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.0-m1</version>
+    <version>1.0.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>mvnd-common</artifactId>
diff --git a/daemon/pom.xml b/daemon/pom.xml
index 3d4d2538..d0b804de 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.0-m1</version>
+    <version>1.0.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>mvnd-daemon</artifactId>
diff --git a/dist/pom.xml b/dist/pom.xml
index cbb3d5be..c2e372ca 100644
--- a/dist/pom.xml
+++ b/dist/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.maven.daemon</groupId>
     <artifactId>mvnd</artifactId>
-    <version>1.0.0-m1</version>
+    <version>1.0.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>mvnd-dist</artifactId>
diff --git a/helper/pom.xml b/helper/pom.xml
index 686b2dc0..61eb28c4 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.0-m1</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 3ef9558e..39c98377 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.0-m1</version>
+    <version>1.0.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>mvnd-integration-tests</artifactId>
diff --git a/native/pom.xml b/native/pom.xml
index 1427b27a..59c7924f 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.0-m1</version>
+    <version>1.0.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>mvnd-native</artifactId>
diff --git a/pom.xml b/pom.xml
index b030c329..1aee1e59 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
   <groupId>org.apache.maven.daemon</groupId>
   <artifactId>mvnd</artifactId>
-  <version>1.0.0-m1</version>
+  <version>1.0.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>2022-12-16T11:07:29Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-12-16T11:57:19Z</project.build.outputTimestamp>
     <trimStackTrace>false</trimStackTrace>
     <project.github.repository>apache/maven-mvnd</project.github.repository>
     <repository.url>github.com:${project.github.repository}</repository.url>