Release 0.0.8

This commit is contained in:
Peter Palaga
2020-10-19 20:29:18 +02:00
parent c80ac52386
commit bead599fea
5 changed files with 8 additions and 8 deletions

View File

@@ -22,7 +22,7 @@
<parent> <parent>
<groupId>org.jboss.fuse.mvnd</groupId> <groupId>org.jboss.fuse.mvnd</groupId>
<artifactId>mvnd</artifactId> <artifactId>mvnd</artifactId>
<version>0.0.8-SNAPSHOT</version> <version>0.0.8</version>
</parent> </parent>
<artifactId>mvnd-client</artifactId> <artifactId>mvnd-client</artifactId>

View File

@@ -22,7 +22,7 @@
<parent> <parent>
<groupId>org.jboss.fuse.mvnd</groupId> <groupId>org.jboss.fuse.mvnd</groupId>
<artifactId>mvnd</artifactId> <artifactId>mvnd</artifactId>
<version>0.0.8-SNAPSHOT</version> <version>0.0.8</version>
</parent> </parent>
<artifactId>mvnd-common</artifactId> <artifactId>mvnd-common</artifactId>

View File

@@ -22,7 +22,7 @@
<parent> <parent>
<groupId>org.jboss.fuse.mvnd</groupId> <groupId>org.jboss.fuse.mvnd</groupId>
<artifactId>mvnd</artifactId> <artifactId>mvnd</artifactId>
<version>0.0.8-SNAPSHOT</version> <version>0.0.8</version>
</parent> </parent>
<artifactId>mvnd-daemon</artifactId> <artifactId>mvnd-daemon</artifactId>

View File

@@ -22,7 +22,7 @@
<parent> <parent>
<groupId>org.jboss.fuse.mvnd</groupId> <groupId>org.jboss.fuse.mvnd</groupId>
<artifactId>mvnd</artifactId> <artifactId>mvnd</artifactId>
<version>0.0.8-SNAPSHOT</version> <version>0.0.8</version>
</parent> </parent>
<artifactId>mvnd-integration-tests</artifactId> <artifactId>mvnd-integration-tests</artifactId>

View File

@@ -22,7 +22,7 @@
<groupId>org.jboss.fuse.mvnd</groupId> <groupId>org.jboss.fuse.mvnd</groupId>
<artifactId>mvnd</artifactId> <artifactId>mvnd</artifactId>
<version>0.0.8-SNAPSHOT</version> <version>0.0.8</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Maven Daemon - Parent</name> <name>Maven Daemon - Parent</name>
@@ -161,17 +161,17 @@
<dependency> <dependency>
<groupId>org.jboss.fuse.mvnd</groupId> <groupId>org.jboss.fuse.mvnd</groupId>
<artifactId>mvnd-client</artifactId> <artifactId>mvnd-client</artifactId>
<version>0.0.8-SNAPSHOT</version> <version>0.0.8</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jboss.fuse.mvnd</groupId> <groupId>org.jboss.fuse.mvnd</groupId>
<artifactId>mvnd-common</artifactId> <artifactId>mvnd-common</artifactId>
<version>0.0.8-SNAPSHOT</version> <version>0.0.8</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jboss.fuse.mvnd</groupId> <groupId>org.jboss.fuse.mvnd</groupId>
<artifactId>mvnd-daemon</artifactId> <artifactId>mvnd-daemon</artifactId>
<version>0.0.8-SNAPSHOT</version> <version>0.0.8</version>
</dependency> </dependency>
<dependency> <dependency>