Next is 0.4.4-SNAPSHOT

This commit is contained in:
Peter Palaga
2021-03-19 11:17:50 +01:00
parent e20989ddd4
commit 1447249249
9 changed files with 15 additions and 15 deletions

View File

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

View File

@@ -22,7 +22,7 @@
<parent>
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd</artifactId>
<version>0.4.3</version>
<version>0.4.4-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.4.3</version>
<version>0.4.4-SNAPSHOT</version>
</parent>
<artifactId>mvnd-client</artifactId>

View File

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

View File

@@ -22,7 +22,7 @@
<parent>
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd</artifactId>
<version>0.4.3</version>
<version>0.4.4-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.4.3</version>
<version>0.4.4-SNAPSHOT</version>
</parent>
<artifactId>mvnd-dist</artifactId>

View File

@@ -22,7 +22,7 @@
<parent>
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd</artifactId>
<version>0.4.3</version>
<version>0.4.4-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.4.3</version>
<version>0.4.4-SNAPSHOT</version>
</parent>
<artifactId>mvnd-integration-tests</artifactId>

14
pom.xml
View File

@@ -22,7 +22,7 @@
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd</artifactId>
<version>0.4.3</version>
<version>0.4.4-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Maven Daemon - Parent</name>
@@ -175,33 +175,33 @@
<dependency>
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd-agent</artifactId>
<version>0.4.3</version>
<version>0.4.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd-client</artifactId>
<version>0.4.3</version>
<version>0.4.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd-common</artifactId>
<version>0.4.3</version>
<version>0.4.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd-dist</artifactId>
<type>pom</type>
<version>0.4.3</version>
<version>0.4.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd-daemon</artifactId>
<version>0.4.3</version>
<version>0.4.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd-helper-agent</artifactId>
<version>0.4.3</version>
<version>0.4.4-SNAPSHOT</version>
</dependency>
<dependency>