Release 0.0.6
diff --git a/client/pom.xml b/client/pom.xml
index d61d331..070d146 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.jboss.fuse.mvnd</groupId>
         <artifactId>mvnd</artifactId>
-        <version>0.0.6-SNAPSHOT</version>
+        <version>0.0.6</version>
     </parent>
 
     <artifactId>mvnd-client</artifactId>
diff --git a/common/pom.xml b/common/pom.xml
index 6fb9b18..78c2fa1 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.jboss.fuse.mvnd</groupId>
         <artifactId>mvnd</artifactId>
-        <version>0.0.6-SNAPSHOT</version>
+        <version>0.0.6</version>
     </parent>
 
     <artifactId>mvnd-common</artifactId>
diff --git a/daemon/pom.xml b/daemon/pom.xml
index 6e4a5ed..975eff2 100644
--- a/daemon/pom.xml
+++ b/daemon/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.jboss.fuse.mvnd</groupId>
         <artifactId>mvnd</artifactId>
-        <version>0.0.6-SNAPSHOT</version>
+        <version>0.0.6</version>
     </parent>
 
     <artifactId>mvnd-daemon</artifactId>
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index b18e364..c31eed6 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.jboss.fuse.mvnd</groupId>
         <artifactId>mvnd</artifactId>
-        <version>0.0.6-SNAPSHOT</version>
+        <version>0.0.6</version>
     </parent>
 
     <artifactId>mvnd-integration-tests</artifactId>
diff --git a/pom.xml b/pom.xml
index 0ea40d2..df51d79 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
 
     <groupId>org.jboss.fuse.mvnd</groupId>
     <artifactId>mvnd</artifactId>
-    <version>0.0.6-SNAPSHOT</version>
+    <version>0.0.6</version>
 
     <packaging>pom</packaging>
     <name>Maven Daemon - Parent</name>
@@ -153,17 +153,17 @@
             <dependency>
                 <groupId>org.jboss.fuse.mvnd</groupId>
                 <artifactId>mvnd-client</artifactId>
-                <version>0.0.6-SNAPSHOT</version>
+                <version>0.0.6</version>
             </dependency>
             <dependency>
                 <groupId>org.jboss.fuse.mvnd</groupId>
                 <artifactId>mvnd-common</artifactId>
-                <version>0.0.6-SNAPSHOT</version>
+                <version>0.0.6</version>
             </dependency>
             <dependency>
                 <groupId>org.jboss.fuse.mvnd</groupId>
                 <artifactId>mvnd-daemon</artifactId>
-                <version>0.0.6-SNAPSHOT</version>
+                <version>0.0.6</version>
             </dependency>
 
             <dependency>