Skip to content

Commit 99eda59

Browse files
committed
Release 0.0.11
1 parent b94e34e commit 99eda59

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
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.0.11-SNAPSHOT</version>
25+
<version>0.0.11</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.0.11-SNAPSHOT</version>
25+
<version>0.0.11</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.0.11-SNAPSHOT</version>
25+
<version>0.0.11</version>
2626
</parent>
2727

2828
<artifactId>mvnd-daemon</artifactId>

dist/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.0.11-SNAPSHOT</version>
25+
<version>0.0.11</version>
2626
</parent>
2727

2828
<artifactId>mvnd-dist</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.0.11-SNAPSHOT</version>
25+
<version>0.0.11</version>
2626
</parent>
2727

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

pom.xml

+5-5
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.0.11-SNAPSHOT</version>
25+
<version>0.0.11</version>
2626

2727
<packaging>pom</packaging>
2828
<name>Maven Daemon - Parent</name>
@@ -162,23 +162,23 @@
162162
<dependency>
163163
<groupId>org.jboss.fuse.mvnd</groupId>
164164
<artifactId>mvnd-client</artifactId>
165-
<version>0.0.11-SNAPSHOT</version>
165+
<version>0.0.11</version>
166166
</dependency>
167167
<dependency>
168168
<groupId>org.jboss.fuse.mvnd</groupId>
169169
<artifactId>mvnd-common</artifactId>
170-
<version>0.0.11-SNAPSHOT</version>
170+
<version>0.0.11</version>
171171
</dependency>
172172
<dependency>
173173
<groupId>org.jboss.fuse.mvnd</groupId>
174174
<artifactId>mvnd-dist</artifactId>
175175
<type>pom</type>
176-
<version>0.0.11-SNAPSHOT</version>
176+
<version>0.0.11</version>
177177
</dependency>
178178
<dependency>
179179
<groupId>org.jboss.fuse.mvnd</groupId>
180180
<artifactId>mvnd-daemon</artifactId>
181-
<version>0.0.11-SNAPSHOT</version>
181+
<version>0.0.11</version>
182182
</dependency>
183183

184184
<dependency>

0 commit comments

Comments
 (0)