Release 0.1.1

This commit is contained in:
Peter Palaga
2020-11-27 14:17:03 +01:00
parent 87cbcce9e4
commit 6e0a08b170
6 changed files with 10 additions and 10 deletions

View File

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

View File

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

View File

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

View File

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

10
pom.xml
View File

@@ -22,7 +22,7 @@
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
<packaging>pom</packaging>
<name>Maven Daemon - Parent</name>
@@ -169,23 +169,23 @@
<dependency>
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd-client</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</dependency>
<dependency>
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd-common</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</dependency>
<dependency>
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd-dist</artifactId>
<type>pom</type>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</dependency>
<dependency>
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd-daemon</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</dependency>
<dependency>