Skip to content

Commit 5eea9ff

Browse files
committed
Release 0.0.2
1 parent 1657592 commit 5eea9ff

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.jboss.fuse.mvnd</groupId>
2424
<artifactId>mvnd</artifactId>
25-
<version>0.1.0-SNAPSHOT</version>
25+
<version>0.0.2</version>
2626
</parent>
2727

2828
<artifactId>mvnd-client</artifactId>

common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.jboss.fuse.mvnd</groupId>
2424
<artifactId>mvnd</artifactId>
25-
<version>0.1.0-SNAPSHOT</version>
25+
<version>0.0.2</version>
2626
</parent>
2727

2828
<artifactId>mvnd-common</artifactId>

daemon/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.jboss.fuse.mvnd</groupId>
2424
<artifactId>mvnd</artifactId>
25-
<version>0.1.0-SNAPSHOT</version>
25+
<version>0.0.2</version>
2626
</parent>
2727

2828
<artifactId>mvnd-daemon</artifactId>

integration-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.jboss.fuse.mvnd</groupId>
2424
<artifactId>mvnd</artifactId>
25-
<version>0.1.0-SNAPSHOT</version>
25+
<version>0.0.2</version>
2626
</parent>
2727

2828
<artifactId>mvnd-integration-tests</artifactId>

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<groupId>org.jboss.fuse.mvnd</groupId>
2424
<artifactId>mvnd</artifactId>
25-
<version>0.1.0-SNAPSHOT</version>
25+
<version>0.0.2</version>
2626

2727
<packaging>pom</packaging>
2828
<name>Maven Daemon - Parent</name>
@@ -153,17 +153,17 @@
153153
<dependency>
154154
<groupId>org.jboss.fuse.mvnd</groupId>
155155
<artifactId>mvnd-client</artifactId>
156-
<version>0.1.0-SNAPSHOT</version>
156+
<version>0.0.2</version>
157157
</dependency>
158158
<dependency>
159159
<groupId>org.jboss.fuse.mvnd</groupId>
160160
<artifactId>mvnd-common</artifactId>
161-
<version>0.1.0-SNAPSHOT</version>
161+
<version>0.0.2</version>
162162
</dependency>
163163
<dependency>
164164
<groupId>org.jboss.fuse.mvnd</groupId>
165165
<artifactId>mvnd-daemon</artifactId>
166-
<version>0.1.0-SNAPSHOT</version>
166+
<version>0.0.2</version>
167167
</dependency>
168168

169169
<dependency>

0 commit comments

Comments
 (0)