Next is 0.7.2-SNAPSHOT

This commit is contained in:
Guillaume Nodet
2021-12-07 14:15:31 +01:00
parent 97c587c113
commit bbfe926a57
11 changed files with 18 additions and 18 deletions

View File

@@ -22,7 +22,7 @@
<parent>
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd</artifactId>
<version>0.7.1</version>
<version>0.7.2-SNAPSHOT</version>
</parent>
<artifactId>mvnd-agent</artifactId>

View File

@@ -22,7 +22,7 @@
<parent>
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd</artifactId>
<version>0.7.1</version>
<version>0.7.2-SNAPSHOT</version>
</parent>
<artifactId>mvnd-build-maven-plugin</artifactId>

View File

@@ -22,7 +22,7 @@
<parent>
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd</artifactId>
<version>0.7.1</version>
<version>0.7.2-SNAPSHOT</version>
</parent>
<artifactId>mvnd-client</artifactId>

View File

@@ -22,7 +22,7 @@
<parent>
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd</artifactId>
<version>0.7.1</version>
<version>0.7.2-SNAPSHOT</version>
</parent>
<artifactId>mvnd-common</artifactId>

View File

@@ -22,7 +22,7 @@
<parent>
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd</artifactId>
<version>0.7.1</version>
<version>0.7.2-SNAPSHOT</version>
</parent>
<artifactId>mvnd-daemon</artifactId>

2
dist/pom.xml vendored
View File

@@ -22,7 +22,7 @@
<parent>
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd</artifactId>
<version>0.7.1</version>
<version>0.7.2-SNAPSHOT</version>
</parent>
<artifactId>mvnd-dist</artifactId>

View File

@@ -22,7 +22,7 @@
<parent>
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd</artifactId>
<version>0.7.1</version>
<version>0.7.2-SNAPSHOT</version>
</parent>
<artifactId>mvnd-helper-agent</artifactId>

View File

@@ -22,7 +22,7 @@
<parent>
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd</artifactId>
<version>0.7.1</version>
<version>0.7.2-SNAPSHOT</version>
</parent>
<artifactId>mvnd-integration-tests</artifactId>

View File

@@ -20,7 +20,7 @@
<parent>
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd</artifactId>
<version>0.7.1</version>
<version>0.7.2-SNAPSHOT</version>
</parent>
<artifactId>mvnd-native</artifactId>

16
pom.xml
View File

@@ -22,7 +22,7 @@
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd</artifactId>
<version>0.7.1</version>
<version>0.7.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Maven Daemon - Parent</name>
@@ -204,38 +204,38 @@
<dependency>
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd-native</artifactId>
<version>0.7.1</version>
<version>0.7.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd-agent</artifactId>
<version>0.7.1</version>
<version>0.7.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd-client</artifactId>
<version>0.7.1</version>
<version>0.7.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd-common</artifactId>
<version>0.7.1</version>
<version>0.7.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd-dist</artifactId>
<type>pom</type>
<version>0.7.1</version>
<version>0.7.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd-daemon</artifactId>
<version>0.7.1</version>
<version>0.7.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd-helper-agent</artifactId>
<version>0.7.1</version>
<version>0.7.2-SNAPSHOT</version>
</dependency>
<dependency>

View File

@@ -22,7 +22,7 @@
<parent>
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd</artifactId>
<version>0.7.1</version>
<version>0.7.2-SNAPSHOT</version>
</parent>
<artifactId>mvnd-synccontext</artifactId>