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 15d622e1 Next is 1.0-m8-SNAPSHOT
15d622e1 is described below
commit 15d622e18546b64593a49f9da9b372f237da1fb6
Author: Guillaume Nodet <[email protected]>
AuthorDate: Tue Jul 11 07:13:39 2023 +0200
Next is 1.0-m8-SNAPSHOT
---
agent/pom.xml | 2 +-
build-plugin/pom.xml | 2 +-
client/pom.xml | 2 +-
common/pom.xml | 2 +-
daemon-m39/pom.xml | 2 +-
daemon-m40/pom.xml | 2 +-
daemon/pom.xml | 2 +-
dist-m39/pom.xml | 2 +-
dist-m40/pom.xml | 2 +-
helper/pom.xml | 2 +-
integration-tests/pom.xml | 2 +-
logging/pom.xml | 2 +-
native/pom.xml | 2 +-
pom.xml | 4 ++--
14 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/agent/pom.xml b/agent/pom.xml
index 68aca2ce..6bd7eaea 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-m7</version>
+ <version>1.0-m8-SNAPSHOT</version>
</parent>
<artifactId>mvnd-agent</artifactId>
diff --git a/build-plugin/pom.xml b/build-plugin/pom.xml
index 9c40e642..6eb2742d 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-m7</version>
+ <version>1.0-m8-SNAPSHOT</version>
</parent>
<artifactId>mvnd-build-maven-plugin</artifactId>
diff --git a/client/pom.xml b/client/pom.xml
index 679cc23d..2c2e0788 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-m7</version>
+ <version>1.0-m8-SNAPSHOT</version>
</parent>
<artifactId>mvnd-client</artifactId>
diff --git a/common/pom.xml b/common/pom.xml
index 078c0df0..7eb887bb 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-m7</version>
+ <version>1.0-m8-SNAPSHOT</version>
</parent>
<artifactId>mvnd-common</artifactId>
diff --git a/daemon-m39/pom.xml b/daemon-m39/pom.xml
index b1173006..66a70edd 100644
--- a/daemon-m39/pom.xml
+++ b/daemon-m39/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.maven.daemon</groupId>
<artifactId>mvnd</artifactId>
- <version>1.0-m7</version>
+ <version>1.0-m8-SNAPSHOT</version>
</parent>
<artifactId>mvnd-daemon-m39</artifactId>
diff --git a/daemon-m40/pom.xml b/daemon-m40/pom.xml
index 0c0e1ee6..df0116a9 100644
--- a/daemon-m40/pom.xml
+++ b/daemon-m40/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.maven.daemon</groupId>
<artifactId>mvnd</artifactId>
- <version>1.0-m7</version>
+ <version>1.0-m8-SNAPSHOT</version>
</parent>
<artifactId>mvnd-daemon-m40</artifactId>
diff --git a/daemon/pom.xml b/daemon/pom.xml
index 5585d9be..cc4eaece 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-m7</version>
+ <version>1.0-m8-SNAPSHOT</version>
</parent>
<artifactId>mvnd-daemon</artifactId>
diff --git a/dist-m39/pom.xml b/dist-m39/pom.xml
index 54d152b9..580207e6 100644
--- a/dist-m39/pom.xml
+++ b/dist-m39/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.maven.daemon</groupId>
<artifactId>mvnd</artifactId>
- <version>1.0-m7</version>
+ <version>1.0-m8-SNAPSHOT</version>
</parent>
<artifactId>mvnd-dist-m39</artifactId>
diff --git a/dist-m40/pom.xml b/dist-m40/pom.xml
index 0d70aca4..f2603923 100644
--- a/dist-m40/pom.xml
+++ b/dist-m40/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.maven.daemon</groupId>
<artifactId>mvnd</artifactId>
- <version>1.0-m7</version>
+ <version>1.0-m8-SNAPSHOT</version>
</parent>
<artifactId>mvnd-dist-m40</artifactId>
diff --git a/helper/pom.xml b/helper/pom.xml
index 237e4c33..e2b78323 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-m7</version>
+ <version>1.0-m8-SNAPSHOT</version>
</parent>
<artifactId>mvnd-helper-agent</artifactId>
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index a0fd9671..efdd4e39 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-m7</version>
+ <version>1.0-m8-SNAPSHOT</version>
</parent>
<artifactId>mvnd-integration-tests</artifactId>
diff --git a/logging/pom.xml b/logging/pom.xml
index 5551e28a..be1a3a29 100644
--- a/logging/pom.xml
+++ b/logging/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.maven.daemon</groupId>
<artifactId>mvnd</artifactId>
- <version>1.0-m7</version>
+ <version>1.0-m8-SNAPSHOT</version>
</parent>
<artifactId>mvnd-logging</artifactId>
diff --git a/native/pom.xml b/native/pom.xml
index 8b36e28e..6d00e425 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-m7</version>
+ <version>1.0-m8-SNAPSHOT</version>
</parent>
<artifactId>mvnd-native</artifactId>
diff --git a/pom.xml b/pom.xml
index 6faff047..8cc63533 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
<groupId>org.apache.maven.daemon</groupId>
<artifactId>mvnd</artifactId>
- <version>1.0-m7</version>
+ <version>1.0-m8-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Maven Daemon - Parent</name>
@@ -71,7 +71,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-07-11T04:58:05Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2023-07-11T05:13:34Z</project.build.outputTimestamp>
<trimStackTrace>false</trimStackTrace>
<project.github.repository>apache/maven-mvnd</project.github.repository>
<repository.url>github.com:${project.github.repository}</repository.url>