Release 0.7.1

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

16
pom.xml
View File

@@ -22,7 +22,7 @@
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.1</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-SNAPSHOT</version>
<version>0.7.1</version>
</dependency>
<dependency>
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd-agent</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.1</version>
</dependency>
<dependency>
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd-client</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.1</version>
</dependency>
<dependency>
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd-common</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.1</version>
</dependency>
<dependency>
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd-dist</artifactId>
<type>pom</type>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.1</version>
</dependency>
<dependency>
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd-daemon</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.1</version>
</dependency>
<dependency>
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd-helper-agent</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.1</version>
</dependency>
<dependency>