changeset 949:ff1e3f5611b0 0.5.0

prepare release thermostat-0.5.0
author Jon VanAlten <jon.vanalten@redhat.com>
date Wed, 06 Feb 2013 01:46:35 -0500
parents 3a1d50cfcbb7
children 4fbd7b39df66
files 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/archetype-ext/src/main/resources/META-INF/maven/archetype-metadata.xml dev/pom.xml distribution/pom.xml eclipse/com.redhat.thermostat.client.feature/pom.xml eclipse/com.redhat.thermostat.eclipse.test.ui/pom.xml eclipse/com.redhat.thermostat.eclipse.test/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 102 files changed, 116 insertions(+), 116 deletions(-) [+]
line wrap: on
line diff
--- a/agent/cli/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/agent/cli/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-agent</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
 
   <artifactId>thermostat-agent-cli</artifactId>
--- a/agent/command/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/agent/command/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-agent</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
 
   <artifactId>thermostat-agent-command</artifactId>
--- a/agent/core/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/agent/core/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-agent</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
 
   <artifactId>thermostat-agent-core</artifactId>
--- a/agent/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/agent/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
 
   <artifactId>thermostat-agent</artifactId>
--- a/annotations/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/annotations/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
 
   <artifactId>thermostat-annotations</artifactId>
--- a/client/cli/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/client/cli/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-client</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
 
   <artifactId>thermostat-client-cli</artifactId>
--- a/client/command/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/client/command/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-client</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
 
   <artifactId>thermostat-client-command</artifactId>
--- a/client/core/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/client/core/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-client</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
 
   <artifactId>thermostat-client-core</artifactId>
--- a/client/living-vm-filter/core/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/client/living-vm-filter/core/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -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.5.0</version>
   </parent>
   <artifactId>thermostat-osgi-living-vm-filter-core</artifactId>
   <packaging>bundle</packaging>
--- a/client/living-vm-filter/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/client/living-vm-filter/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-client</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
 
   <artifactId>thermostat-osgi-living-vm-filter</artifactId>
--- a/client/living-vm-filter/swing/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/client/living-vm-filter/swing/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -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.5.0</version>
   </parent>
   <artifactId>thermostat-osgi-living-vm-filter-swing</artifactId>
   <packaging>bundle</packaging>
--- a/client/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/client/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
 
   <artifactId>thermostat-client</artifactId>
--- a/client/swing-components/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/client/swing-components/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>thermostat-client</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
   
   <artifactId>thermostat-swing-components</artifactId>
--- a/client/swing/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/client/swing/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-client</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
 
   <artifactId>thermostat-client-swing</artifactId>
--- a/common/command/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/common/command/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-common</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
 
   <artifactId>thermostat-common-command</artifactId>
--- a/common/core/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/common/core/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-common</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
   
   <artifactId>thermostat-common-core</artifactId>
--- a/common/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/common/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
 
   <artifactId>thermostat-common</artifactId>
--- a/common/test/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/common/test/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-common</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
   
   <artifactId>thermostat-common-test</artifactId>
--- a/dev/archetype-ext/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/dev/archetype-ext/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -42,12 +42,12 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-devel-modules</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
 
   <groupId>com.redhat.thermostat</groupId>
   <artifactId>thermostat-maven-archetype-ext</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.5.0</version>
 
   <packaging>maven-archetype</packaging>
 
--- a/dev/archetype-ext/src/main/resources/META-INF/maven/archetype-metadata.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/dev/archetype-ext/src/main/resources/META-INF/maven/archetype-metadata.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -9,7 +9,7 @@
       <defaultValue>The name of your Thermostat extension goes here</defaultValue>
     </requiredProperty>
     <requiredProperty key="thermostatVersion">
-      <defaultValue>0.5.0-SNAPSHOT</defaultValue>
+      <defaultValue>0.5.0</defaultValue>
     </requiredProperty>
   </requiredProperties>
 
--- a/dev/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/dev/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
 
   <artifactId>thermostat-devel-modules</artifactId>
--- a/distribution/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/distribution/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
 
   <artifactId>thermostat-distribution</artifactId>
--- a/eclipse/com.redhat.thermostat.client.feature/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/eclipse/com.redhat.thermostat.client.feature/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -17,62 +17,62 @@
     <dependency>
       <groupId>com.redhat.thermostat</groupId>
       <artifactId>thermostat-client-core</artifactId>
-      <version>0.5.0-SNAPSHOT</version>
+      <version>0.5.0</version>
     </dependency>
     <dependency>
       <groupId>com.redhat.thermostat</groupId>
       <artifactId>thermostat-host-overview-client-core</artifactId>
-      <version>0.5.0-SNAPSHOT</version>
+      <version>0.5.0</version>
     </dependency>
     <dependency>
       <groupId>com.redhat.thermostat</groupId>
       <artifactId>thermostat-host-cpu-client-core</artifactId>
-      <version>0.5.0-SNAPSHOT</version>
+      <version>0.5.0</version>
     </dependency>
     <dependency>
       <groupId>com.redhat.thermostat</groupId>
       <artifactId>thermostat-host-memory-client-core</artifactId>
-      <version>0.5.0-SNAPSHOT</version>
+      <version>0.5.0</version>
     </dependency>
     <dependency>
       <groupId>com.redhat.thermostat</groupId>
       <artifactId>thermostat-vm-cpu-client-core</artifactId>
-      <version>0.5.0-SNAPSHOT</version>
+      <version>0.5.0</version>
     </dependency>
     <dependency>
       <groupId>com.redhat.thermostat</groupId>
       <artifactId>thermostat-vm-memory-client-core</artifactId>
-      <version>0.5.0-SNAPSHOT</version>
+      <version>0.5.0</version>
     </dependency>
     <dependency>
       <groupId>com.redhat.thermostat</groupId>
       <artifactId>thermostat-vm-gc-client-core</artifactId>
-      <version>0.5.0-SNAPSHOT</version>
+      <version>0.5.0</version>
     </dependency>
     <dependency>
       <groupId>com.redhat.thermostat</groupId>
       <artifactId>thermostat-vm-classstat-client-core</artifactId>
-      <version>0.5.0-SNAPSHOT</version>
+      <version>0.5.0</version>
     </dependency>
     <dependency>
       <groupId>com.redhat.thermostat</groupId>
       <artifactId>thermostat-web-client</artifactId>
-      <version>0.5.0-SNAPSHOT</version>
+      <version>0.5.0</version>
     </dependency>
     <dependency>
       <groupId>com.redhat.thermostat</groupId>
       <artifactId>thermostat-web-common</artifactId>
-      <version>0.5.0-SNAPSHOT</version>
+      <version>0.5.0</version>
     </dependency>
     <dependency>
       <groupId>com.redhat.thermostat</groupId>
       <artifactId>thermostat-storage-mongodb</artifactId>
-      <version>0.5.0-SNAPSHOT</version>
+      <version>0.5.0</version>
     </dependency>
     <dependency>
       <groupId>com.redhat.thermostat</groupId>
       <artifactId>thermostat-storage-core</artifactId>
-      <version>0.5.0-SNAPSHOT</version>
+      <version>0.5.0</version>
     </dependency>
   </dependencies>
 
--- a/eclipse/com.redhat.thermostat.eclipse.test.ui/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/eclipse/com.redhat.thermostat.eclipse.test.ui/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -57,12 +57,12 @@
             <dependency>
               <type>p2-installable-unit</type>
               <artifactId>com.redhat.thermostat.client.feature.feature.group</artifactId>
-              <version>0.5.0</version>
+              <version>0.5.0-SNAPSHOT</version>
             </dependency>
             <dependency>
               <type>p2-installable-unit</type>
               <artifactId>com.redhat.thermostat.eclipse.feature.feature.group</artifactId>
-              <version>0.5.0</version>
+              <version>0.5.0-SNAPSHOT</version>
             </dependency>
           </dependencies>
           <bundleStartLevel>
--- a/eclipse/com.redhat.thermostat.eclipse.test/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/eclipse/com.redhat.thermostat.eclipse.test/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -51,12 +51,12 @@
             <dependency>
               <type>p2-installable-unit</type>
               <artifactId>com.redhat.thermostat.client.feature.feature.group</artifactId>
-              <version>0.5.0</version>
+              <version>0.5.0-SNAPSHOT</version>
             </dependency>
             <dependency>
               <type>p2-installable-unit</type>
               <artifactId>com.redhat.thermostat.eclipse.feature.feature.group</artifactId>
-              <version>0.5.0</version>
+              <version>0.5.0-SNAPSHOT</version>
             </dependency>
           </dependencies>
           <bundleStartLevel>
--- a/host-cpu/agent/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/host-cpu/agent/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-host-cpu</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
   <artifactId>thermostat-host-cpu-agent</artifactId>
   <packaging>bundle</packaging>
--- a/host-cpu/client-core/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/host-cpu/client-core/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-host-cpu</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
   <artifactId>thermostat-host-cpu-client-core</artifactId>
   <packaging>bundle</packaging>
--- a/host-cpu/client-swing/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/host-cpu/client-swing/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-host-cpu</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
   <artifactId>thermostat-host-cpu-client-swing</artifactId>
   <packaging>bundle</packaging>
--- a/host-cpu/common/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/host-cpu/common/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-host-cpu</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
   <artifactId>thermostat-host-cpu-common</artifactId>
   <packaging>bundle</packaging>
--- a/host-cpu/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/host-cpu/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
 
   <artifactId>thermostat-host-cpu</artifactId>
--- a/host-memory/agent/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/host-memory/agent/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-host-memory</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
   <artifactId>thermostat-host-memory-agent</artifactId>
   <packaging>bundle</packaging>
--- a/host-memory/client-core/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/host-memory/client-core/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-host-memory</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
   <artifactId>thermostat-host-memory-client-core</artifactId>
   <packaging>bundle</packaging>
--- a/host-memory/client-swing/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/host-memory/client-swing/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-host-memory</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
   <artifactId>thermostat-host-memory-client-swing</artifactId>
   <packaging>bundle</packaging>
--- a/host-memory/common/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/host-memory/common/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-host-memory</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
   <artifactId>thermostat-host-memory-common</artifactId>
   <packaging>bundle</packaging>
--- a/host-memory/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/host-memory/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
 
   <artifactId>thermostat-host-memory</artifactId>
--- a/host-overview/client-core/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/host-overview/client-core/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-host-overview</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
   <artifactId>thermostat-host-overview-client-core</artifactId>
   <packaging>bundle</packaging>
--- a/host-overview/client-swing/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/host-overview/client-swing/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-host-overview</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
   <artifactId>thermostat-host-overview-client-swing</artifactId>
   <packaging>bundle</packaging>
--- a/host-overview/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/host-overview/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
 
   <artifactId>thermostat-host-overview</artifactId>
--- a/keyring/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/keyring/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
   
   <artifactId>thermostat-keyring</artifactId>
--- a/killvm/agent/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/killvm/agent/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-killvm</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
 
   <artifactId>thermostat-killvm-agent</artifactId>
--- a/killvm/client-swing/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/killvm/client-swing/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-killvm</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
   <artifactId>thermostat-killvm-client-swing</artifactId>
   <packaging>bundle</packaging>
--- a/killvm/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/killvm/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
 
   <artifactId>thermostat-killvm</artifactId>
--- a/launcher/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/launcher/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
 
   <artifactId>thermostat-launcher</artifactId>
--- a/main/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/main/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
 
   <artifactId>thermostat-main</artifactId>
--- a/numa/agent/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/numa/agent/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-numa</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
   <artifactId>thermostat-numa-agent</artifactId>
   <packaging>bundle</packaging>
--- a/numa/client-core/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/numa/client-core/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-numa</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
   <artifactId>thermostat-numa-client-core</artifactId>
   <packaging>bundle</packaging>
--- a/numa/client-swing/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/numa/client-swing/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-numa</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
   <artifactId>thermostat-numa-client-swing</artifactId>
   <packaging>bundle</packaging>
--- a/numa/common/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/numa/common/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-numa</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
   <artifactId>thermostat-numa-common</artifactId>
   <packaging>bundle</packaging>
--- a/numa/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/numa/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
 
   <artifactId>thermostat-numa</artifactId>
--- a/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -41,7 +41,7 @@
 
   <groupId>com.redhat.thermostat</groupId>
   <artifactId>thermostat</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.5.0</version>
   <packaging>pom</packaging>
 
   <name>Thermostat</name>
--- a/storage/core/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/storage/core/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-storage</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
   
   <artifactId>thermostat-storage-core</artifactId>
--- a/storage/mongo/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/storage/mongo/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-storage</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
   
   <artifactId>thermostat-storage-mongodb</artifactId>
--- a/storage/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/storage/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
 
   <artifactId>thermostat-storage</artifactId>
--- a/system-backend/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/system-backend/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
 
   <artifactId>thermostat-system-backend</artifactId>
--- a/thread/client-common/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/thread/client-common/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-thread</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
 
   <artifactId>thermostat-thread-client-common</artifactId>
--- a/thread/client-controllers/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/thread/client-controllers/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-thread</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
 
   <artifactId>thermostat-thread-client-controllers</artifactId>
--- a/thread/client-swing/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/thread/client-swing/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-thread</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
 
   <artifactId>thermostat-thread-client-swing</artifactId>
--- a/thread/collector/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/thread/collector/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-thread</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
 
   <artifactId>thermostat-thread-collector</artifactId>
--- a/thread/harvester/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/thread/harvester/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-thread</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
 
   <artifactId>thermostat-thread-harvester</artifactId>
--- a/thread/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/thread/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
 
   <artifactId>thermostat-thread</artifactId>
--- a/unix-process-handler/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/unix-process-handler/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
   
   <artifactId>thermostat-osgi-process-handler</artifactId>
--- a/vm-classstat/agent/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/vm-classstat/agent/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-vm-classstat</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
   <artifactId>thermostat-vm-classstat-agent</artifactId>
   <packaging>bundle</packaging>
--- a/vm-classstat/client-core/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/vm-classstat/client-core/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-vm-classstat</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
   <artifactId>thermostat-vm-classstat-client-core</artifactId>
   <packaging>bundle</packaging>
--- a/vm-classstat/client-swing/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/vm-classstat/client-swing/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-vm-classstat</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
   <artifactId>thermostat-vm-classstat-client-swing</artifactId>
   <packaging>bundle</packaging>
--- a/vm-classstat/common/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/vm-classstat/common/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-vm-classstat</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
   <artifactId>thermostat-vm-classstat-common</artifactId>
   <packaging>bundle</packaging>
--- a/vm-classstat/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/vm-classstat/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
 
   <artifactId>thermostat-vm-classstat</artifactId>
--- a/vm-cpu/agent/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/vm-cpu/agent/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-vm-cpu</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
   <artifactId>thermostat-vm-cpu-agent</artifactId>
   <packaging>bundle</packaging>
--- a/vm-cpu/client-cli/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/vm-cpu/client-cli/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-vm-cpu</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
   <artifactId>thermostat-vm-cpu-client-cli</artifactId>
   <packaging>bundle</packaging>
--- a/vm-cpu/client-core/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/vm-cpu/client-core/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-vm-cpu</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
   <artifactId>thermostat-vm-cpu-client-core</artifactId>
   <packaging>bundle</packaging>
--- a/vm-cpu/client-swing/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/vm-cpu/client-swing/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-vm-cpu</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
   <artifactId>thermostat-vm-cpu-client-swing</artifactId>
   <packaging>bundle</packaging>
--- a/vm-cpu/common/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/vm-cpu/common/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-vm-cpu</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
   <artifactId>thermostat-vm-cpu-common</artifactId>
   <packaging>bundle</packaging>
--- a/vm-cpu/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/vm-cpu/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
 
   <artifactId>thermostat-vm-cpu</artifactId>
--- a/vm-gc/agent/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/vm-gc/agent/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-vm-gc</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
   <artifactId>thermostat-vm-gc-agent</artifactId>
   <packaging>bundle</packaging>
--- a/vm-gc/client-core/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/vm-gc/client-core/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-vm-gc</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
   <artifactId>thermostat-vm-gc-client-core</artifactId>
   <packaging>bundle</packaging>
--- a/vm-gc/client-swing/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/vm-gc/client-swing/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-vm-gc</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
   <artifactId>thermostat-vm-gc-client-swing</artifactId>
   <packaging>bundle</packaging>
--- a/vm-gc/common/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/vm-gc/common/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-vm-gc</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
   <artifactId>thermostat-vm-gc-common</artifactId>
   <packaging>bundle</packaging>
--- a/vm-gc/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/vm-gc/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
 
   <artifactId>thermostat-vm-gc</artifactId>
--- a/vm-gc/remote-collector-client-common/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/vm-gc/remote-collector-client-common/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-vm-gc</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
 
   <artifactId>thermostat-gc-remote-collector-client-common</artifactId>
--- a/vm-gc/remote-collector-client-swing/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/vm-gc/remote-collector-client-swing/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-vm-gc</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
 
   <artifactId>thermostat-gc-remote-collector-client-swing</artifactId>
--- a/vm-gc/remote-collector-command/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/vm-gc/remote-collector-command/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-vm-gc</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
 
   <artifactId>thermostat-gc-remote-collector-command</artifactId>
--- a/vm-gc/remote-collector-common/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/vm-gc/remote-collector-common/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-vm-gc</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
 
   <artifactId>thermostat-gc-remote-collector-common</artifactId>
--- a/vm-heap-analysis/agent/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/vm-heap-analysis/agent/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-vm-heap-analysis</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
 
   <artifactId>thermostat-vm-heap-analysis-agent</artifactId>
--- a/vm-heap-analysis/client-core/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/vm-heap-analysis/client-core/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -41,7 +41,7 @@
   <parent>
     <artifactId>thermostat-vm-heap-analysis</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
   <artifactId>thermostat-vm-heap-analysis-client-core</artifactId>
   <packaging>bundle</packaging>
--- a/vm-heap-analysis/client-swing/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/vm-heap-analysis/client-swing/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -41,7 +41,7 @@
   <parent>
     <artifactId>thermostat-vm-heap-analysis</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
   <artifactId>thermostat-vm-heap-analysis-client-swing</artifactId>
   <packaging>bundle</packaging>
--- a/vm-heap-analysis/command/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/vm-heap-analysis/command/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -41,7 +41,7 @@
   <parent>
     <artifactId>thermostat-vm-heap-analysis</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
   <artifactId>thermostat-vm-heap-analysis-command</artifactId>
   <packaging>bundle</packaging>
--- a/vm-heap-analysis/common/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/vm-heap-analysis/common/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -41,7 +41,7 @@
   <parent>
     <artifactId>thermostat-vm-heap-analysis</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
   <artifactId>thermostat-vm-heap-analysis-common</artifactId>
   <packaging>bundle</packaging>
--- a/vm-heap-analysis/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/vm-heap-analysis/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
 
   <artifactId>thermostat-vm-heap-analysis</artifactId>
--- a/vm-memory/agent/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/vm-memory/agent/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-vm-memory</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
   <artifactId>thermostat-vm-memory-agent</artifactId>
   <packaging>bundle</packaging>
--- a/vm-memory/client-cli/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/vm-memory/client-cli/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-vm-memory</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
   <artifactId>thermostat-vm-memory-client-cli</artifactId>
   <packaging>bundle</packaging>
--- a/vm-memory/client-core/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/vm-memory/client-core/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-vm-memory</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
   <artifactId>thermostat-vm-memory-client-core</artifactId>
   <packaging>bundle</packaging>
--- a/vm-memory/client-swing/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/vm-memory/client-swing/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-vm-memory</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
   <artifactId>thermostat-vm-memory-client-swing</artifactId>
   <packaging>bundle</packaging>
--- a/vm-memory/common/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/vm-memory/common/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-vm-memory</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
   <artifactId>thermostat-vm-memory-common</artifactId>
   <packaging>bundle</packaging>
--- a/vm-memory/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/vm-memory/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
 
   <artifactId>thermostat-vm-memory</artifactId>
--- a/vm-overview/client-core/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/vm-overview/client-core/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-vm-overview</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
   <artifactId>thermostat-vm-overview-client-core</artifactId>
   <packaging>bundle</packaging>
--- a/vm-overview/client-swing/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/vm-overview/client-swing/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-vm-overview</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
   <artifactId>thermostat-vm-overview-client-swing</artifactId>
   <packaging>bundle</packaging>
--- a/vm-overview/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/vm-overview/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
 
   <artifactId>thermostat-vm-overview</artifactId>
--- a/web/client/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/web/client/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-web</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
 
   <artifactId>thermostat-web-client</artifactId>
--- a/web/cmd/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/web/cmd/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-web</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
 
   <artifactId>thermostat-web-cmd</artifactId>
--- a/web/common/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/web/common/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-web</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
 
   <artifactId>thermostat-web-common</artifactId>
--- a/web/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/web/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
 
   <artifactId>thermostat-web</artifactId>
--- a/web/server/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/web/server/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-web</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
 
   <artifactId>thermostat-web-server</artifactId>
--- a/web/war/pom.xml	Tue Feb 05 22:51:00 2013 -0500
+++ b/web/war/pom.xml	Wed Feb 06 01:46:35 2013 -0500
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-web</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.0</version>
   </parent>
 
   <artifactId>thermostat-web-war</artifactId>