# HG changeset patch # User Mario Torre # Date 1360668471 -3600 # Node ID 23df86b8f59add74f547fced7fe6c49e5413d226 # Parent 2dc71d3fbeeddcea960c87669d01b0cb1da3e607 Version bump review-thread: http://icedtea.classpath.org/pipermail/thermostat/2013-February/005620.html reviewed-by: jerboaa diff -r 2dc71d3fbeed -r 23df86b8f59a .hgignore --- 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 diff -r 2dc71d3fbeed -r 23df86b8f59a agent/cli/pom.xml --- 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 @@ com.redhat.thermostat thermostat-agent - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-agent-cli diff -r 2dc71d3fbeed -r 23df86b8f59a agent/command/pom.xml --- 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 @@ com.redhat.thermostat thermostat-agent - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-agent-command diff -r 2dc71d3fbeed -r 23df86b8f59a agent/core/pom.xml --- 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 @@ com.redhat.thermostat thermostat-agent - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-agent-core diff -r 2dc71d3fbeed -r 23df86b8f59a agent/pom.xml --- 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 @@ com.redhat.thermostat thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-agent diff -r 2dc71d3fbeed -r 23df86b8f59a annotations/pom.xml --- 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 @@ com.redhat.thermostat thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-annotations diff -r 2dc71d3fbeed -r 23df86b8f59a client/cli/pom.xml --- 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 @@ com.redhat.thermostat thermostat-client - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-client-cli diff -r 2dc71d3fbeed -r 23df86b8f59a client/command/pom.xml --- 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 @@ com.redhat.thermostat thermostat-client - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-client-command diff -r 2dc71d3fbeed -r 23df86b8f59a client/core/pom.xml --- 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 @@ com.redhat.thermostat thermostat-client - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-client-core diff -r 2dc71d3fbeed -r 23df86b8f59a client/living-vm-filter/core/pom.xml --- 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 @@ thermostat-osgi-living-vm-filter com.redhat.thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-osgi-living-vm-filter-core bundle diff -r 2dc71d3fbeed -r 23df86b8f59a client/living-vm-filter/pom.xml --- 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 @@ com.redhat.thermostat thermostat-client - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-osgi-living-vm-filter diff -r 2dc71d3fbeed -r 23df86b8f59a client/living-vm-filter/swing/pom.xml --- 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 @@ thermostat-osgi-living-vm-filter com.redhat.thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-osgi-living-vm-filter-swing bundle diff -r 2dc71d3fbeed -r 23df86b8f59a client/pom.xml --- 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 @@ com.redhat.thermostat thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-client diff -r 2dc71d3fbeed -r 23df86b8f59a client/swing-components/pom.xml --- 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 @@ thermostat-client com.redhat.thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-swing-components diff -r 2dc71d3fbeed -r 23df86b8f59a client/swing/pom.xml --- 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 @@ com.redhat.thermostat thermostat-client - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-client-swing diff -r 2dc71d3fbeed -r 23df86b8f59a common/command/pom.xml --- 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 @@ com.redhat.thermostat thermostat-common - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-common-command diff -r 2dc71d3fbeed -r 23df86b8f59a common/core/pom.xml --- 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 @@ com.redhat.thermostat thermostat-common - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-common-core diff -r 2dc71d3fbeed -r 23df86b8f59a common/pom.xml --- 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 @@ com.redhat.thermostat thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-common diff -r 2dc71d3fbeed -r 23df86b8f59a common/test/pom.xml --- 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 @@ com.redhat.thermostat thermostat-common - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-common-test diff -r 2dc71d3fbeed -r 23df86b8f59a dev/archetype-ext/pom.xml --- 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 @@ com.redhat.thermostat thermostat-devel-modules - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT com.redhat.thermostat thermostat-maven-archetype-ext - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT maven-archetype diff -r 2dc71d3fbeed -r 23df86b8f59a dev/pom.xml --- 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 @@ com.redhat.thermostat thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-devel-modules diff -r 2dc71d3fbeed -r 23df86b8f59a distribution/pom.xml --- 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 @@ com.redhat.thermostat thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-distribution diff -r 2dc71d3fbeed -r 23df86b8f59a host-cpu/agent/pom.xml --- 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 @@ thermostat-host-cpu com.redhat.thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-host-cpu-agent bundle diff -r 2dc71d3fbeed -r 23df86b8f59a host-cpu/client-core/pom.xml --- 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 @@ thermostat-host-cpu com.redhat.thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-host-cpu-client-core bundle diff -r 2dc71d3fbeed -r 23df86b8f59a host-cpu/client-swing/pom.xml --- 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 @@ thermostat-host-cpu com.redhat.thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-host-cpu-client-swing bundle diff -r 2dc71d3fbeed -r 23df86b8f59a host-cpu/common/pom.xml --- 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 @@ thermostat-host-cpu com.redhat.thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-host-cpu-common bundle diff -r 2dc71d3fbeed -r 23df86b8f59a host-cpu/pom.xml --- 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 @@ com.redhat.thermostat thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-host-cpu diff -r 2dc71d3fbeed -r 23df86b8f59a host-memory/agent/pom.xml --- 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 @@ thermostat-host-memory com.redhat.thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-host-memory-agent bundle diff -r 2dc71d3fbeed -r 23df86b8f59a host-memory/client-core/pom.xml --- 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 @@ thermostat-host-memory com.redhat.thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-host-memory-client-core bundle diff -r 2dc71d3fbeed -r 23df86b8f59a host-memory/client-swing/pom.xml --- 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 @@ thermostat-host-memory com.redhat.thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-host-memory-client-swing bundle diff -r 2dc71d3fbeed -r 23df86b8f59a host-memory/common/pom.xml --- 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 @@ thermostat-host-memory com.redhat.thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-host-memory-common bundle diff -r 2dc71d3fbeed -r 23df86b8f59a host-memory/pom.xml --- 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 @@ com.redhat.thermostat thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-host-memory diff -r 2dc71d3fbeed -r 23df86b8f59a host-overview/client-core/pom.xml --- 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 @@ thermostat-host-overview com.redhat.thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-host-overview-client-core bundle diff -r 2dc71d3fbeed -r 23df86b8f59a host-overview/client-swing/pom.xml --- 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 @@ thermostat-host-overview com.redhat.thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-host-overview-client-swing bundle diff -r 2dc71d3fbeed -r 23df86b8f59a host-overview/pom.xml --- 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 @@ com.redhat.thermostat thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-host-overview diff -r 2dc71d3fbeed -r 23df86b8f59a keyring/pom.xml --- 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 @@ thermostat com.redhat.thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-keyring diff -r 2dc71d3fbeed -r 23df86b8f59a killvm/agent/pom.xml --- 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 @@ com.redhat.thermostat thermostat-killvm - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-killvm-agent diff -r 2dc71d3fbeed -r 23df86b8f59a killvm/client-swing/pom.xml --- 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 @@ thermostat-killvm com.redhat.thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-killvm-client-swing bundle diff -r 2dc71d3fbeed -r 23df86b8f59a killvm/pom.xml --- 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 @@ com.redhat.thermostat thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-killvm diff -r 2dc71d3fbeed -r 23df86b8f59a launcher/pom.xml --- 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 @@ com.redhat.thermostat thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-launcher diff -r 2dc71d3fbeed -r 23df86b8f59a main/pom.xml --- 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 @@ com.redhat.thermostat thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-main diff -r 2dc71d3fbeed -r 23df86b8f59a numa/agent/pom.xml --- 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 @@ thermostat-numa com.redhat.thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-numa-agent bundle diff -r 2dc71d3fbeed -r 23df86b8f59a numa/client-core/pom.xml --- 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 @@ thermostat-numa com.redhat.thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-numa-client-core bundle diff -r 2dc71d3fbeed -r 23df86b8f59a numa/client-swing/pom.xml --- 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 @@ thermostat-numa com.redhat.thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-numa-client-swing bundle diff -r 2dc71d3fbeed -r 23df86b8f59a numa/common/pom.xml --- 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 @@ thermostat-numa com.redhat.thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-numa-common bundle diff -r 2dc71d3fbeed -r 23df86b8f59a numa/pom.xml --- 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 @@ com.redhat.thermostat thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-numa diff -r 2dc71d3fbeed -r 23df86b8f59a pom.xml --- 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 @@ com.redhat.thermostat thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT pom Thermostat diff -r 2dc71d3fbeed -r 23df86b8f59a storage/core/pom.xml --- 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 @@ com.redhat.thermostat thermostat-storage - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-storage-core diff -r 2dc71d3fbeed -r 23df86b8f59a storage/mongo/pom.xml --- 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 @@ com.redhat.thermostat thermostat-storage - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-storage-mongodb diff -r 2dc71d3fbeed -r 23df86b8f59a storage/pom.xml --- 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 @@ com.redhat.thermostat thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-storage diff -r 2dc71d3fbeed -r 23df86b8f59a system-backend/pom.xml --- 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 @@ com.redhat.thermostat thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-system-backend diff -r 2dc71d3fbeed -r 23df86b8f59a thread/client-common/pom.xml --- 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 @@ com.redhat.thermostat thermostat-thread - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-thread-client-common diff -r 2dc71d3fbeed -r 23df86b8f59a thread/client-controllers/pom.xml --- 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 @@ com.redhat.thermostat thermostat-thread - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-thread-client-controllers diff -r 2dc71d3fbeed -r 23df86b8f59a thread/client-swing/pom.xml --- 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 @@ com.redhat.thermostat thermostat-thread - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-thread-client-swing diff -r 2dc71d3fbeed -r 23df86b8f59a thread/collector/pom.xml --- 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 @@ com.redhat.thermostat thermostat-thread - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-thread-collector diff -r 2dc71d3fbeed -r 23df86b8f59a thread/harvester/pom.xml --- 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 @@ com.redhat.thermostat thermostat-thread - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-thread-harvester diff -r 2dc71d3fbeed -r 23df86b8f59a thread/pom.xml --- 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 @@ com.redhat.thermostat thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-thread diff -r 2dc71d3fbeed -r 23df86b8f59a unix-process-handler/pom.xml --- 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 @@ thermostat com.redhat.thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-osgi-process-handler diff -r 2dc71d3fbeed -r 23df86b8f59a vm-classstat/agent/pom.xml --- 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 @@ thermostat-vm-classstat com.redhat.thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-vm-classstat-agent bundle diff -r 2dc71d3fbeed -r 23df86b8f59a vm-classstat/client-core/pom.xml --- 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 @@ thermostat-vm-classstat com.redhat.thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-vm-classstat-client-core bundle diff -r 2dc71d3fbeed -r 23df86b8f59a vm-classstat/client-swing/pom.xml --- 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 @@ thermostat-vm-classstat com.redhat.thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-vm-classstat-client-swing bundle diff -r 2dc71d3fbeed -r 23df86b8f59a vm-classstat/common/pom.xml --- 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 @@ thermostat-vm-classstat com.redhat.thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-vm-classstat-common bundle diff -r 2dc71d3fbeed -r 23df86b8f59a vm-classstat/pom.xml --- 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 @@ com.redhat.thermostat thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-vm-classstat diff -r 2dc71d3fbeed -r 23df86b8f59a vm-cpu/agent/pom.xml --- 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 @@ thermostat-vm-cpu com.redhat.thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-vm-cpu-agent bundle diff -r 2dc71d3fbeed -r 23df86b8f59a vm-cpu/client-cli/pom.xml --- 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 @@ thermostat-vm-cpu com.redhat.thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-vm-cpu-client-cli bundle diff -r 2dc71d3fbeed -r 23df86b8f59a vm-cpu/client-core/pom.xml --- 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 @@ thermostat-vm-cpu com.redhat.thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-vm-cpu-client-core bundle diff -r 2dc71d3fbeed -r 23df86b8f59a vm-cpu/client-swing/pom.xml --- 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 @@ thermostat-vm-cpu com.redhat.thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-vm-cpu-client-swing bundle diff -r 2dc71d3fbeed -r 23df86b8f59a vm-cpu/common/pom.xml --- 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 @@ thermostat-vm-cpu com.redhat.thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-vm-cpu-common bundle diff -r 2dc71d3fbeed -r 23df86b8f59a vm-cpu/pom.xml --- 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 @@ com.redhat.thermostat thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-vm-cpu diff -r 2dc71d3fbeed -r 23df86b8f59a vm-gc/agent/pom.xml --- 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 @@ thermostat-vm-gc com.redhat.thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-vm-gc-agent bundle diff -r 2dc71d3fbeed -r 23df86b8f59a vm-gc/client-core/pom.xml --- 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 @@ thermostat-vm-gc com.redhat.thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-vm-gc-client-core bundle diff -r 2dc71d3fbeed -r 23df86b8f59a vm-gc/client-swing/pom.xml --- 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 @@ thermostat-vm-gc com.redhat.thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-vm-gc-client-swing bundle diff -r 2dc71d3fbeed -r 23df86b8f59a vm-gc/common/pom.xml --- 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 @@ thermostat-vm-gc com.redhat.thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-vm-gc-common bundle diff -r 2dc71d3fbeed -r 23df86b8f59a vm-gc/pom.xml --- 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 @@ com.redhat.thermostat thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-vm-gc diff -r 2dc71d3fbeed -r 23df86b8f59a vm-gc/remote-collector-client-common/pom.xml --- 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 @@ com.redhat.thermostat thermostat-vm-gc - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-gc-remote-collector-client-common diff -r 2dc71d3fbeed -r 23df86b8f59a vm-gc/remote-collector-client-swing/pom.xml --- 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 @@ com.redhat.thermostat thermostat-vm-gc - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-gc-remote-collector-client-swing diff -r 2dc71d3fbeed -r 23df86b8f59a vm-gc/remote-collector-command/pom.xml --- 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 @@ com.redhat.thermostat thermostat-vm-gc - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-gc-remote-collector-command diff -r 2dc71d3fbeed -r 23df86b8f59a vm-gc/remote-collector-common/pom.xml --- 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 @@ com.redhat.thermostat thermostat-vm-gc - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-gc-remote-collector-common diff -r 2dc71d3fbeed -r 23df86b8f59a vm-heap-analysis/agent/pom.xml --- 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 @@ com.redhat.thermostat thermostat-vm-heap-analysis - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-vm-heap-analysis-agent diff -r 2dc71d3fbeed -r 23df86b8f59a vm-heap-analysis/client-core/pom.xml --- 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 @@ thermostat-vm-heap-analysis com.redhat.thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-vm-heap-analysis-client-core bundle diff -r 2dc71d3fbeed -r 23df86b8f59a vm-heap-analysis/client-swing/pom.xml --- 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 @@ thermostat-vm-heap-analysis com.redhat.thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-vm-heap-analysis-client-swing bundle diff -r 2dc71d3fbeed -r 23df86b8f59a vm-heap-analysis/command/pom.xml --- 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 @@ thermostat-vm-heap-analysis com.redhat.thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-vm-heap-analysis-command bundle diff -r 2dc71d3fbeed -r 23df86b8f59a vm-heap-analysis/common/pom.xml --- 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 @@ thermostat-vm-heap-analysis com.redhat.thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-vm-heap-analysis-common bundle diff -r 2dc71d3fbeed -r 23df86b8f59a vm-heap-analysis/pom.xml --- 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 @@ com.redhat.thermostat thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-vm-heap-analysis diff -r 2dc71d3fbeed -r 23df86b8f59a vm-memory/agent/pom.xml --- 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 @@ thermostat-vm-memory com.redhat.thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-vm-memory-agent bundle diff -r 2dc71d3fbeed -r 23df86b8f59a vm-memory/client-cli/pom.xml --- 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 @@ thermostat-vm-memory com.redhat.thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-vm-memory-client-cli bundle diff -r 2dc71d3fbeed -r 23df86b8f59a vm-memory/client-core/pom.xml --- 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 @@ thermostat-vm-memory com.redhat.thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-vm-memory-client-core bundle diff -r 2dc71d3fbeed -r 23df86b8f59a vm-memory/client-swing/pom.xml --- 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 @@ thermostat-vm-memory com.redhat.thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-vm-memory-client-swing bundle diff -r 2dc71d3fbeed -r 23df86b8f59a vm-memory/common/pom.xml --- 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 @@ thermostat-vm-memory com.redhat.thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-vm-memory-common bundle diff -r 2dc71d3fbeed -r 23df86b8f59a vm-memory/pom.xml --- 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 @@ com.redhat.thermostat thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-vm-memory diff -r 2dc71d3fbeed -r 23df86b8f59a vm-overview/client-core/pom.xml --- 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 @@ thermostat-vm-overview com.redhat.thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-vm-overview-client-core bundle diff -r 2dc71d3fbeed -r 23df86b8f59a vm-overview/client-swing/pom.xml --- 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 @@ thermostat-vm-overview com.redhat.thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-vm-overview-client-swing bundle diff -r 2dc71d3fbeed -r 23df86b8f59a vm-overview/pom.xml --- 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 @@ com.redhat.thermostat thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-vm-overview diff -r 2dc71d3fbeed -r 23df86b8f59a web/client/pom.xml --- 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 @@ com.redhat.thermostat thermostat-web - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-web-client diff -r 2dc71d3fbeed -r 23df86b8f59a web/cmd/pom.xml --- 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 @@ com.redhat.thermostat thermostat-web - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-web-cmd diff -r 2dc71d3fbeed -r 23df86b8f59a web/common/pom.xml --- 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 @@ com.redhat.thermostat thermostat-web - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-web-common diff -r 2dc71d3fbeed -r 23df86b8f59a web/pom.xml --- 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 @@ com.redhat.thermostat thermostat - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-web diff -r 2dc71d3fbeed -r 23df86b8f59a web/server/pom.xml --- 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 @@ com.redhat.thermostat thermostat-web - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-web-server diff -r 2dc71d3fbeed -r 23df86b8f59a web/war/pom.xml --- 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 @@ com.redhat.thermostat thermostat-web - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT thermostat-web-war