Skip to content

Commit

Permalink
Release 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Jun 18, 2021
1 parent 9d311e5 commit 7c6cd4f
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.2</version>
</parent>

<artifactId>mvnd-agent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion build-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.2</version>
</parent>

<artifactId>mvnd-build-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.2</version>
</parent>

<artifactId>mvnd-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.2</version>
</parent>

<artifactId>mvnd-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion daemon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.2</version>
</parent>

<artifactId>mvnd-daemon</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.2</version>
</parent>

<artifactId>mvnd-dist</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion helper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.2</version>
</parent>

<artifactId>mvnd-helper-agent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.2</version>
</parent>

<artifactId>mvnd-integration-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion native/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.2</version>
</parent>

<artifactId>mvnd-native</artifactId>
Expand Down
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.2</version>

<packaging>pom</packaging>
<name>Maven Daemon - Parent</name>
Expand Down Expand Up @@ -172,38 +172,38 @@
<dependency>
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd-native</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.2</version>
</dependency>
<dependency>
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd-agent</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.2</version>
</dependency>
<dependency>
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd-client</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.2</version>
</dependency>
<dependency>
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd-common</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.2</version>
</dependency>
<dependency>
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd-dist</artifactId>
<type>pom</type>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.2</version>
</dependency>
<dependency>
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd-daemon</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.2</version>
</dependency>
<dependency>
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd-helper-agent</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.2</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion sync/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.mvndaemon.mvnd</groupId>
<artifactId>mvnd</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.2</version>
</parent>

<artifactId>mvnd-synccontext</artifactId>
Expand Down

0 comments on commit 7c6cd4f

Please sign in to comment.