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

cstamas 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 2606a78f Align to 2.0.0-rc-3-SNAPSHOT
2606a78f is described below

commit 2606a78f46aa9093a20833d9d0488d0258b9abbd
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Tue Dec 17 14:34:46 2024 +0100

    Align to 2.0.0-rc-3-SNAPSHOT
    
    Same as Maven master
---
 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 +-
 logging/pom.xml           | 2 +-
 native/pom.xml            | 2 +-
 pom.xml                   | 2 +-
 11 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/agent/pom.xml b/agent/pom.xml
index b2fa446f..8ee7071f 100644
--- a/agent/pom.xml
+++ b/agent/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.maven.daemon</groupId>
     <artifactId>mvnd</artifactId>
-    <version>2.0.0-rc-2-SNAPSHOT</version>
+    <version>2.0.0-rc-3-SNAPSHOT</version>
   </parent>
 
   <artifactId>mvnd-agent</artifactId>
diff --git a/build-plugin/pom.xml b/build-plugin/pom.xml
index e7f0458f..33ca28cf 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>2.0.0-rc-2-SNAPSHOT</version>
+    <version>2.0.0-rc-3-SNAPSHOT</version>
   </parent>
 
   <artifactId>mvnd-build-maven-plugin</artifactId>
diff --git a/client/pom.xml b/client/pom.xml
index f6ed3043..ad0d8d4c 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.maven.daemon</groupId>
     <artifactId>mvnd</artifactId>
-    <version>2.0.0-rc-2-SNAPSHOT</version>
+    <version>2.0.0-rc-3-SNAPSHOT</version>
   </parent>
 
   <artifactId>mvnd-client</artifactId>
diff --git a/common/pom.xml b/common/pom.xml
index 3f992bf1..122cb692 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.maven.daemon</groupId>
     <artifactId>mvnd</artifactId>
-    <version>2.0.0-rc-2-SNAPSHOT</version>
+    <version>2.0.0-rc-3-SNAPSHOT</version>
   </parent>
 
   <artifactId>mvnd-common</artifactId>
diff --git a/daemon/pom.xml b/daemon/pom.xml
index 006bd14b..01fd940f 100644
--- a/daemon/pom.xml
+++ b/daemon/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.maven.daemon</groupId>
     <artifactId>mvnd</artifactId>
-    <version>2.0.0-rc-2-SNAPSHOT</version>
+    <version>2.0.0-rc-3-SNAPSHOT</version>
   </parent>
 
   <artifactId>mvnd-daemon</artifactId>
diff --git a/dist/pom.xml b/dist/pom.xml
index 1fd9a970..c6e355ef 100644
--- a/dist/pom.xml
+++ b/dist/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.maven.daemon</groupId>
     <artifactId>mvnd</artifactId>
-    <version>2.0.0-rc-2-SNAPSHOT</version>
+    <version>2.0.0-rc-3-SNAPSHOT</version>
   </parent>
 
   <artifactId>mvnd-dist</artifactId>
diff --git a/helper/pom.xml b/helper/pom.xml
index 0cfd687a..f6710439 100644
--- a/helper/pom.xml
+++ b/helper/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.maven.daemon</groupId>
     <artifactId>mvnd</artifactId>
-    <version>2.0.0-rc-2-SNAPSHOT</version>
+    <version>2.0.0-rc-3-SNAPSHOT</version>
   </parent>
 
   <artifactId>mvnd-helper-agent</artifactId>
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index 256685ec..2590e32b 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>2.0.0-rc-2-SNAPSHOT</version>
+    <version>2.0.0-rc-3-SNAPSHOT</version>
   </parent>
 
   <artifactId>mvnd-integration-tests</artifactId>
diff --git a/logging/pom.xml b/logging/pom.xml
index 7733a644..bf276b55 100644
--- a/logging/pom.xml
+++ b/logging/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.maven.daemon</groupId>
     <artifactId>mvnd</artifactId>
-    <version>2.0.0-rc-2-SNAPSHOT</version>
+    <version>2.0.0-rc-3-SNAPSHOT</version>
   </parent>
 
   <artifactId>mvnd-logging</artifactId>
diff --git a/native/pom.xml b/native/pom.xml
index b4cefdb2..2f23b420 100644
--- a/native/pom.xml
+++ b/native/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.maven.daemon</groupId>
     <artifactId>mvnd</artifactId>
-    <version>2.0.0-rc-2-SNAPSHOT</version>
+    <version>2.0.0-rc-3-SNAPSHOT</version>
   </parent>
 
   <artifactId>mvnd-native</artifactId>
diff --git a/pom.xml b/pom.xml
index 5441dd16..4e93a97c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
   <groupId>org.apache.maven.daemon</groupId>
   <artifactId>mvnd</artifactId>
-  <version>2.0.0-rc-2-SNAPSHOT</version>
+  <version>2.0.0-rc-3-SNAPSHOT</version>
 
   <packaging>pom</packaging>
   <name>Maven Daemon - Parent</name>

Reply via email to