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:53 UTC

[maven-mvnd] branch mvnd-0.10.x created (now 4f0a5e2f)

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

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


      at 4f0a5e2f Upgrade to maven 3.9.0 and resolver 1.9.4

This branch includes the following new commits:

     new 3e2dccce Next is 0.10.0-SNAPSHOT
     new 4f0a5e2f Upgrade to maven 3.9.0 and resolver 1.9.4

The 2 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.



[maven-mvnd] 02/02: Upgrade to maven 3.9.0 and resolver 1.9.4

Posted by gn...@apache.org.
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 4f0a5e2f023332716190d16ff0891acb61637b0d
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Tue Feb 7 11:41:22 2023 +0100

    Upgrade to maven 3.9.0 and resolver 1.9.4
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index e3207802..ec5a84a1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,9 +84,9 @@
     <jline.version>3.22.0</jline.version>
     <junit.jupiter.version>5.9.2</junit.jupiter.version>
     <logback.version>1.2.11</logback.version>
-    <maven.version>3.8.7</maven.version>
+    <maven.version>3.9.0</maven.version>
     <!-- Keep in sync with Maven -->
-    <maven.resolver.version>1.7.3</maven.resolver.version>
+    <maven.resolver.version>1.9.4</maven.resolver.version>
     <slf4j.version>1.7.36</slf4j.version>
     <sisu.version>0.9.0.M1</sisu.version>
 


[maven-mvnd] 01/02: Next is 0.10.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 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>