changeset 968:23df86b8f59a

Version bump review-thread: http://icedtea.classpath.org/pipermail/thermostat/2013-February/005620.html reviewed-by: jerboaa
author Mario Torre <neugens.limasoftware@gmail.com>
date Tue, 12 Feb 2013 12:27:51 +0100
parents 2dc71d3fbeed
children 59c773a025b2
files .hgignore agent/cli/pom.xml agent/command/pom.xml agent/core/pom.xml agent/pom.xml annotations/pom.xml client/cli/pom.xml client/command/pom.xml client/core/pom.xml client/living-vm-filter/core/pom.xml client/living-vm-filter/pom.xml client/living-vm-filter/swing/pom.xml client/pom.xml client/swing-components/pom.xml client/swing/pom.xml common/command/pom.xml common/core/pom.xml common/pom.xml common/test/pom.xml dev/archetype-ext/pom.xml dev/pom.xml distribution/pom.xml host-cpu/agent/pom.xml host-cpu/client-core/pom.xml host-cpu/client-swing/pom.xml host-cpu/common/pom.xml host-cpu/pom.xml host-memory/agent/pom.xml host-memory/client-core/pom.xml host-memory/client-swing/pom.xml host-memory/common/pom.xml host-memory/pom.xml host-overview/client-core/pom.xml host-overview/client-swing/pom.xml host-overview/pom.xml keyring/pom.xml killvm/agent/pom.xml killvm/client-swing/pom.xml killvm/pom.xml launcher/pom.xml main/pom.xml numa/agent/pom.xml numa/client-core/pom.xml numa/client-swing/pom.xml numa/common/pom.xml numa/pom.xml pom.xml storage/core/pom.xml storage/mongo/pom.xml storage/pom.xml system-backend/pom.xml thread/client-common/pom.xml thread/client-controllers/pom.xml thread/client-swing/pom.xml thread/collector/pom.xml thread/harvester/pom.xml thread/pom.xml unix-process-handler/pom.xml vm-classstat/agent/pom.xml vm-classstat/client-core/pom.xml vm-classstat/client-swing/pom.xml vm-classstat/common/pom.xml vm-classstat/pom.xml vm-cpu/agent/pom.xml vm-cpu/client-cli/pom.xml vm-cpu/client-core/pom.xml vm-cpu/client-swing/pom.xml vm-cpu/common/pom.xml vm-cpu/pom.xml vm-gc/agent/pom.xml vm-gc/client-core/pom.xml vm-gc/client-swing/pom.xml vm-gc/common/pom.xml vm-gc/pom.xml vm-gc/remote-collector-client-common/pom.xml vm-gc/remote-collector-client-swing/pom.xml vm-gc/remote-collector-command/pom.xml vm-gc/remote-collector-common/pom.xml vm-heap-analysis/agent/pom.xml vm-heap-analysis/client-core/pom.xml vm-heap-analysis/client-swing/pom.xml vm-heap-analysis/command/pom.xml vm-heap-analysis/common/pom.xml vm-heap-analysis/pom.xml vm-memory/agent/pom.xml vm-memory/client-cli/pom.xml vm-memory/client-core/pom.xml vm-memory/client-swing/pom.xml vm-memory/common/pom.xml vm-memory/pom.xml vm-overview/client-core/pom.xml vm-overview/client-swing/pom.xml vm-overview/pom.xml web/client/pom.xml web/cmd/pom.xml web/common/pom.xml web/pom.xml web/server/pom.xml web/war/pom.xml
diffstat 99 files changed, 100 insertions(+), 99 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore	Fri Feb 08 19:09:24 2013 +0100
+++ b/.hgignore	Tue Feb 12 12:27:51 2013 +0100
@@ -13,3 +13,4 @@
 *~
 nbactions*.xml
 nb-configuration.xml
+*.versionsBackup
--- a/agent/cli/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/agent/cli/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-agent</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-agent-cli</artifactId>
--- a/agent/command/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/agent/command/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-agent</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-agent-command</artifactId>
--- a/agent/core/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/agent/core/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-agent</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-agent-core</artifactId>
--- a/agent/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/agent/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-agent</artifactId>
--- a/annotations/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/annotations/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-annotations</artifactId>
--- a/client/cli/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/client/cli/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-client</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-client-cli</artifactId>
--- a/client/command/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/client/command/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-client</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-client-command</artifactId>
--- a/client/core/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/client/core/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-client</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-client-core</artifactId>
--- a/client/living-vm-filter/core/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/client/living-vm-filter/core/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-osgi-living-vm-filter</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
   <artifactId>thermostat-osgi-living-vm-filter-core</artifactId>
   <packaging>bundle</packaging>
--- a/client/living-vm-filter/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/client/living-vm-filter/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-client</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-osgi-living-vm-filter</artifactId>
--- a/client/living-vm-filter/swing/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/client/living-vm-filter/swing/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-osgi-living-vm-filter</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
   <artifactId>thermostat-osgi-living-vm-filter-swing</artifactId>
   <packaging>bundle</packaging>
--- a/client/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/client/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-client</artifactId>
--- a/client/swing-components/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/client/swing-components/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>thermostat-client</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
   
   <artifactId>thermostat-swing-components</artifactId>
--- a/client/swing/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/client/swing/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-client</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-client-swing</artifactId>
--- a/common/command/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/common/command/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-common</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-common-command</artifactId>
--- a/common/core/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/common/core/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-common</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
   
   <artifactId>thermostat-common-core</artifactId>
--- a/common/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/common/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-common</artifactId>
--- a/common/test/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/common/test/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-common</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
   
   <artifactId>thermostat-common-test</artifactId>
--- a/dev/archetype-ext/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/dev/archetype-ext/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -42,12 +42,12 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-devel-modules</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
 
   <groupId>com.redhat.thermostat</groupId>
   <artifactId>thermostat-maven-archetype-ext</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
 
   <packaging>maven-archetype</packaging>
 
--- a/dev/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/dev/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-devel-modules</artifactId>
--- a/distribution/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/distribution/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-distribution</artifactId>
--- a/host-cpu/agent/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/host-cpu/agent/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-host-cpu</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
   <artifactId>thermostat-host-cpu-agent</artifactId>
   <packaging>bundle</packaging>
--- a/host-cpu/client-core/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/host-cpu/client-core/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-host-cpu</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
   <artifactId>thermostat-host-cpu-client-core</artifactId>
   <packaging>bundle</packaging>
--- a/host-cpu/client-swing/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/host-cpu/client-swing/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-host-cpu</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
   <artifactId>thermostat-host-cpu-client-swing</artifactId>
   <packaging>bundle</packaging>
--- a/host-cpu/common/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/host-cpu/common/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-host-cpu</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
   <artifactId>thermostat-host-cpu-common</artifactId>
   <packaging>bundle</packaging>
--- a/host-cpu/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/host-cpu/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-host-cpu</artifactId>
--- a/host-memory/agent/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/host-memory/agent/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-host-memory</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
   <artifactId>thermostat-host-memory-agent</artifactId>
   <packaging>bundle</packaging>
--- a/host-memory/client-core/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/host-memory/client-core/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-host-memory</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
   <artifactId>thermostat-host-memory-client-core</artifactId>
   <packaging>bundle</packaging>
--- a/host-memory/client-swing/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/host-memory/client-swing/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-host-memory</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
   <artifactId>thermostat-host-memory-client-swing</artifactId>
   <packaging>bundle</packaging>
--- a/host-memory/common/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/host-memory/common/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-host-memory</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
   <artifactId>thermostat-host-memory-common</artifactId>
   <packaging>bundle</packaging>
--- a/host-memory/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/host-memory/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-host-memory</artifactId>
--- a/host-overview/client-core/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/host-overview/client-core/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-host-overview</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
   <artifactId>thermostat-host-overview-client-core</artifactId>
   <packaging>bundle</packaging>
--- a/host-overview/client-swing/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/host-overview/client-swing/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-host-overview</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
   <artifactId>thermostat-host-overview-client-swing</artifactId>
   <packaging>bundle</packaging>
--- a/host-overview/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/host-overview/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-host-overview</artifactId>
--- a/keyring/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/keyring/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
   
   <artifactId>thermostat-keyring</artifactId>
--- a/killvm/agent/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/killvm/agent/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-killvm</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-killvm-agent</artifactId>
--- a/killvm/client-swing/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/killvm/client-swing/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-killvm</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
   <artifactId>thermostat-killvm-client-swing</artifactId>
   <packaging>bundle</packaging>
--- a/killvm/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/killvm/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-killvm</artifactId>
--- a/launcher/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/launcher/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-launcher</artifactId>
--- a/main/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/main/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-main</artifactId>
--- a/numa/agent/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/numa/agent/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-numa</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
   <artifactId>thermostat-numa-agent</artifactId>
   <packaging>bundle</packaging>
--- a/numa/client-core/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/numa/client-core/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-numa</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
   <artifactId>thermostat-numa-client-core</artifactId>
   <packaging>bundle</packaging>
--- a/numa/client-swing/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/numa/client-swing/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-numa</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
   <artifactId>thermostat-numa-client-swing</artifactId>
   <packaging>bundle</packaging>
--- a/numa/common/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/numa/common/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-numa</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
   <artifactId>thermostat-numa-common</artifactId>
   <packaging>bundle</packaging>
--- a/numa/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/numa/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-numa</artifactId>
--- a/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -41,7 +41,7 @@
 
   <groupId>com.redhat.thermostat</groupId>
   <artifactId>thermostat</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Thermostat</name>
--- a/storage/core/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/storage/core/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-storage</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
   
   <artifactId>thermostat-storage-core</artifactId>
--- a/storage/mongo/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/storage/mongo/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-storage</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
   
   <artifactId>thermostat-storage-mongodb</artifactId>
--- a/storage/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/storage/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-storage</artifactId>
--- a/system-backend/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/system-backend/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-system-backend</artifactId>
--- a/thread/client-common/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/thread/client-common/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-thread</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-thread-client-common</artifactId>
--- a/thread/client-controllers/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/thread/client-controllers/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-thread</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-thread-client-controllers</artifactId>
--- a/thread/client-swing/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/thread/client-swing/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-thread</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-thread-client-swing</artifactId>
--- a/thread/collector/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/thread/collector/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-thread</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-thread-collector</artifactId>
--- a/thread/harvester/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/thread/harvester/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-thread</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-thread-harvester</artifactId>
--- a/thread/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/thread/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-thread</artifactId>
--- a/unix-process-handler/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/unix-process-handler/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
   
   <artifactId>thermostat-osgi-process-handler</artifactId>
--- a/vm-classstat/agent/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/vm-classstat/agent/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-vm-classstat</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
   <artifactId>thermostat-vm-classstat-agent</artifactId>
   <packaging>bundle</packaging>
--- a/vm-classstat/client-core/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/vm-classstat/client-core/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-vm-classstat</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
   <artifactId>thermostat-vm-classstat-client-core</artifactId>
   <packaging>bundle</packaging>
--- a/vm-classstat/client-swing/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/vm-classstat/client-swing/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-vm-classstat</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
   <artifactId>thermostat-vm-classstat-client-swing</artifactId>
   <packaging>bundle</packaging>
--- a/vm-classstat/common/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/vm-classstat/common/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-vm-classstat</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
   <artifactId>thermostat-vm-classstat-common</artifactId>
   <packaging>bundle</packaging>
--- a/vm-classstat/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/vm-classstat/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-vm-classstat</artifactId>
--- a/vm-cpu/agent/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/vm-cpu/agent/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-vm-cpu</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
   <artifactId>thermostat-vm-cpu-agent</artifactId>
   <packaging>bundle</packaging>
--- a/vm-cpu/client-cli/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/vm-cpu/client-cli/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-vm-cpu</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
   <artifactId>thermostat-vm-cpu-client-cli</artifactId>
   <packaging>bundle</packaging>
--- a/vm-cpu/client-core/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/vm-cpu/client-core/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-vm-cpu</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
   <artifactId>thermostat-vm-cpu-client-core</artifactId>
   <packaging>bundle</packaging>
--- a/vm-cpu/client-swing/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/vm-cpu/client-swing/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-vm-cpu</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
   <artifactId>thermostat-vm-cpu-client-swing</artifactId>
   <packaging>bundle</packaging>
--- a/vm-cpu/common/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/vm-cpu/common/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-vm-cpu</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
   <artifactId>thermostat-vm-cpu-common</artifactId>
   <packaging>bundle</packaging>
--- a/vm-cpu/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/vm-cpu/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-vm-cpu</artifactId>
--- a/vm-gc/agent/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/vm-gc/agent/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-vm-gc</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
   <artifactId>thermostat-vm-gc-agent</artifactId>
   <packaging>bundle</packaging>
--- a/vm-gc/client-core/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/vm-gc/client-core/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-vm-gc</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
   <artifactId>thermostat-vm-gc-client-core</artifactId>
   <packaging>bundle</packaging>
--- a/vm-gc/client-swing/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/vm-gc/client-swing/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-vm-gc</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
   <artifactId>thermostat-vm-gc-client-swing</artifactId>
   <packaging>bundle</packaging>
--- a/vm-gc/common/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/vm-gc/common/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-vm-gc</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
   <artifactId>thermostat-vm-gc-common</artifactId>
   <packaging>bundle</packaging>
--- a/vm-gc/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/vm-gc/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-vm-gc</artifactId>
--- a/vm-gc/remote-collector-client-common/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/vm-gc/remote-collector-client-common/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-vm-gc</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-gc-remote-collector-client-common</artifactId>
--- a/vm-gc/remote-collector-client-swing/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/vm-gc/remote-collector-client-swing/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-vm-gc</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-gc-remote-collector-client-swing</artifactId>
--- a/vm-gc/remote-collector-command/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/vm-gc/remote-collector-command/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-vm-gc</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-gc-remote-collector-command</artifactId>
--- a/vm-gc/remote-collector-common/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/vm-gc/remote-collector-common/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-vm-gc</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-gc-remote-collector-common</artifactId>
--- a/vm-heap-analysis/agent/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/vm-heap-analysis/agent/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-vm-heap-analysis</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-vm-heap-analysis-agent</artifactId>
--- a/vm-heap-analysis/client-core/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/vm-heap-analysis/client-core/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -41,7 +41,7 @@
   <parent>
     <artifactId>thermostat-vm-heap-analysis</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
   <artifactId>thermostat-vm-heap-analysis-client-core</artifactId>
   <packaging>bundle</packaging>
--- a/vm-heap-analysis/client-swing/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/vm-heap-analysis/client-swing/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -41,7 +41,7 @@
   <parent>
     <artifactId>thermostat-vm-heap-analysis</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
   <artifactId>thermostat-vm-heap-analysis-client-swing</artifactId>
   <packaging>bundle</packaging>
--- a/vm-heap-analysis/command/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/vm-heap-analysis/command/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -41,7 +41,7 @@
   <parent>
     <artifactId>thermostat-vm-heap-analysis</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
   <artifactId>thermostat-vm-heap-analysis-command</artifactId>
   <packaging>bundle</packaging>
--- a/vm-heap-analysis/common/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/vm-heap-analysis/common/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -41,7 +41,7 @@
   <parent>
     <artifactId>thermostat-vm-heap-analysis</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
   <artifactId>thermostat-vm-heap-analysis-common</artifactId>
   <packaging>bundle</packaging>
--- a/vm-heap-analysis/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/vm-heap-analysis/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-vm-heap-analysis</artifactId>
--- a/vm-memory/agent/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/vm-memory/agent/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-vm-memory</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
   <artifactId>thermostat-vm-memory-agent</artifactId>
   <packaging>bundle</packaging>
--- a/vm-memory/client-cli/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/vm-memory/client-cli/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-vm-memory</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
   <artifactId>thermostat-vm-memory-client-cli</artifactId>
   <packaging>bundle</packaging>
--- a/vm-memory/client-core/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/vm-memory/client-core/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-vm-memory</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
   <artifactId>thermostat-vm-memory-client-core</artifactId>
   <packaging>bundle</packaging>
--- a/vm-memory/client-swing/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/vm-memory/client-swing/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-vm-memory</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
   <artifactId>thermostat-vm-memory-client-swing</artifactId>
   <packaging>bundle</packaging>
--- a/vm-memory/common/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/vm-memory/common/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-vm-memory</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
   <artifactId>thermostat-vm-memory-common</artifactId>
   <packaging>bundle</packaging>
--- a/vm-memory/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/vm-memory/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-vm-memory</artifactId>
--- a/vm-overview/client-core/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/vm-overview/client-core/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-vm-overview</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
   <artifactId>thermostat-vm-overview-client-core</artifactId>
   <packaging>bundle</packaging>
--- a/vm-overview/client-swing/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/vm-overview/client-swing/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-vm-overview</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
   <artifactId>thermostat-vm-overview-client-swing</artifactId>
   <packaging>bundle</packaging>
--- a/vm-overview/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/vm-overview/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-vm-overview</artifactId>
--- a/web/client/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/web/client/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-web</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-web-client</artifactId>
--- a/web/cmd/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/web/cmd/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-web</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-web-cmd</artifactId>
--- a/web/common/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/web/common/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-web</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-web-common</artifactId>
--- a/web/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/web/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-web</artifactId>
--- a/web/server/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/web/server/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-web</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-web-server</artifactId>
--- a/web/war/pom.xml	Fri Feb 08 19:09:24 2013 +0100
+++ b/web/war/pom.xml	Tue Feb 12 12:27:51 2013 +0100
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-web</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-web-war</artifactId>