# HG changeset patch # User Jon VanAlten # Date 1365198816 14400 # Node ID 3875cd9b709c6cdfcac33a054f9d0edc1dadd05c # Parent 16f4d671edc5c9e500a870dd557fddd2b28bcf36 Remove SNAPSHOT qualifier and bump version in preparation for release. diff -r 16f4d671edc5 -r 3875cd9b709c agent/cli/pom.xml --- a/agent/cli/pom.xml Thu Apr 04 17:48:30 2013 -0400 +++ b/agent/cli/pom.xml Fri Apr 05 17:53:36 2013 -0400 @@ -42,7 +42,7 @@ com.redhat.thermostat thermostat-agent - 0.6.999-SNAPSHOT + 0.7.0 thermostat-agent-cli diff -r 16f4d671edc5 -r 3875cd9b709c agent/command/pom.xml --- a/agent/command/pom.xml Thu Apr 04 17:48:30 2013 -0400 +++ b/agent/command/pom.xml Fri Apr 05 17:53:36 2013 -0400 @@ -42,7 +42,7 @@ com.redhat.thermostat thermostat-agent - 0.6.999-SNAPSHOT + 0.7.0 thermostat-agent-command diff -r 16f4d671edc5 -r 3875cd9b709c agent/core/pom.xml --- a/agent/core/pom.xml Thu Apr 04 17:48:30 2013 -0400 +++ b/agent/core/pom.xml Fri Apr 05 17:53:36 2013 -0400 @@ -42,7 +42,7 @@ com.redhat.thermostat thermostat-agent - 0.6.999-SNAPSHOT + 0.7.0 thermostat-agent-core diff -r 16f4d671edc5 -r 3875cd9b709c agent/pom.xml --- a/agent/pom.xml Thu Apr 04 17:48:30 2013 -0400 +++ b/agent/pom.xml Fri Apr 05 17:53:36 2013 -0400 @@ -42,7 +42,7 @@ com.redhat.thermostat thermostat - 0.6.999-SNAPSHOT + 0.7.0 thermostat-agent diff -r 16f4d671edc5 -r 3875cd9b709c annotations/pom.xml --- a/annotations/pom.xml Thu Apr 04 17:48:30 2013 -0400 +++ b/annotations/pom.xml Fri Apr 05 17:53:36 2013 -0400 @@ -42,7 +42,7 @@ com.redhat.thermostat thermostat - 0.6.999-SNAPSHOT + 0.7.0 thermostat-annotations diff -r 16f4d671edc5 -r 3875cd9b709c assembly/pom.xml --- a/assembly/pom.xml Thu Apr 04 17:48:30 2013 -0400 +++ b/assembly/pom.xml Fri Apr 05 17:53:36 2013 -0400 @@ -42,7 +42,7 @@ com.redhat.thermostat thermostat - 0.6.999-SNAPSHOT + 0.7.0 thermostat-assembly diff -r 16f4d671edc5 -r 3875cd9b709c client/cli/pom.xml --- a/client/cli/pom.xml Thu Apr 04 17:48:30 2013 -0400 +++ b/client/cli/pom.xml Fri Apr 05 17:53:36 2013 -0400 @@ -42,7 +42,7 @@ com.redhat.thermostat thermostat-client - 0.6.999-SNAPSHOT + 0.7.0 thermostat-client-cli diff -r 16f4d671edc5 -r 3875cd9b709c client/command/pom.xml --- a/client/command/pom.xml Thu Apr 04 17:48:30 2013 -0400 +++ b/client/command/pom.xml Fri Apr 05 17:53:36 2013 -0400 @@ -42,7 +42,7 @@ com.redhat.thermostat thermostat-client - 0.6.999-SNAPSHOT + 0.7.0 thermostat-client-command diff -r 16f4d671edc5 -r 3875cd9b709c client/core/pom.xml --- a/client/core/pom.xml Thu Apr 04 17:48:30 2013 -0400 +++ b/client/core/pom.xml Fri Apr 05 17:53:36 2013 -0400 @@ -42,7 +42,7 @@ com.redhat.thermostat thermostat-client - 0.6.999-SNAPSHOT + 0.7.0 thermostat-client-core diff -r 16f4d671edc5 -r 3875cd9b709c client/living-vm-filter/core/pom.xml --- a/client/living-vm-filter/core/pom.xml Thu Apr 04 17:48:30 2013 -0400 +++ b/client/living-vm-filter/core/pom.xml Fri Apr 05 17:53:36 2013 -0400 @@ -4,7 +4,7 @@ thermostat-osgi-living-vm-filter com.redhat.thermostat - 0.6.999-SNAPSHOT + 0.7.0 thermostat-osgi-living-vm-filter-core bundle diff -r 16f4d671edc5 -r 3875cd9b709c client/living-vm-filter/pom.xml --- a/client/living-vm-filter/pom.xml Thu Apr 04 17:48:30 2013 -0400 +++ b/client/living-vm-filter/pom.xml Fri Apr 05 17:53:36 2013 -0400 @@ -42,7 +42,7 @@ com.redhat.thermostat thermostat-client - 0.6.999-SNAPSHOT + 0.7.0 thermostat-osgi-living-vm-filter diff -r 16f4d671edc5 -r 3875cd9b709c client/living-vm-filter/swing/pom.xml --- a/client/living-vm-filter/swing/pom.xml Thu Apr 04 17:48:30 2013 -0400 +++ b/client/living-vm-filter/swing/pom.xml Fri Apr 05 17:53:36 2013 -0400 @@ -4,7 +4,7 @@ thermostat-osgi-living-vm-filter com.redhat.thermostat - 0.6.999-SNAPSHOT + 0.7.0 thermostat-osgi-living-vm-filter-swing bundle diff -r 16f4d671edc5 -r 3875cd9b709c client/pom.xml --- a/client/pom.xml Thu Apr 04 17:48:30 2013 -0400 +++ b/client/pom.xml Fri Apr 05 17:53:36 2013 -0400 @@ -42,7 +42,7 @@ com.redhat.thermostat thermostat - 0.6.999-SNAPSHOT + 0.7.0 thermostat-client diff -r 16f4d671edc5 -r 3875cd9b709c client/swing-components/pom.xml --- a/client/swing-components/pom.xml Thu Apr 04 17:48:30 2013 -0400 +++ b/client/swing-components/pom.xml Fri Apr 05 17:53:36 2013 -0400 @@ -5,7 +5,7 @@ thermostat-client com.redhat.thermostat - 0.6.999-SNAPSHOT + 0.7.0 thermostat-swing-components diff -r 16f4d671edc5 -r 3875cd9b709c client/swing/pom.xml --- a/client/swing/pom.xml Thu Apr 04 17:48:30 2013 -0400 +++ b/client/swing/pom.xml Fri Apr 05 17:53:36 2013 -0400 @@ -42,7 +42,7 @@ com.redhat.thermostat thermostat-client - 0.6.999-SNAPSHOT + 0.7.0 thermostat-client-swing diff -r 16f4d671edc5 -r 3875cd9b709c common/command/pom.xml --- a/common/command/pom.xml Thu Apr 04 17:48:30 2013 -0400 +++ b/common/command/pom.xml Fri Apr 05 17:53:36 2013 -0400 @@ -42,7 +42,7 @@ com.redhat.thermostat thermostat-common - 0.6.999-SNAPSHOT + 0.7.0 thermostat-common-command diff -r 16f4d671edc5 -r 3875cd9b709c common/core/pom.xml --- a/common/core/pom.xml Thu Apr 04 17:48:30 2013 -0400 +++ b/common/core/pom.xml Fri Apr 05 17:53:36 2013 -0400 @@ -42,7 +42,7 @@ com.redhat.thermostat thermostat-common - 0.6.999-SNAPSHOT + 0.7.0 thermostat-common-core diff -r 16f4d671edc5 -r 3875cd9b709c common/pom.xml --- a/common/pom.xml Thu Apr 04 17:48:30 2013 -0400 +++ b/common/pom.xml Fri Apr 05 17:53:36 2013 -0400 @@ -42,7 +42,7 @@ com.redhat.thermostat thermostat - 0.6.999-SNAPSHOT + 0.7.0 thermostat-common diff -r 16f4d671edc5 -r 3875cd9b709c common/test/pom.xml --- a/common/test/pom.xml Thu Apr 04 17:48:30 2013 -0400 +++ b/common/test/pom.xml Fri Apr 05 17:53:36 2013 -0400 @@ -42,7 +42,7 @@ com.redhat.thermostat thermostat-common - 0.6.999-SNAPSHOT + 0.7.0 thermostat-common-test diff -r 16f4d671edc5 -r 3875cd9b709c dev/archetype-ext/pom.xml --- a/dev/archetype-ext/pom.xml Thu Apr 04 17:48:30 2013 -0400 +++ b/dev/archetype-ext/pom.xml Fri Apr 05 17:53:36 2013 -0400 @@ -42,12 +42,12 @@ com.redhat.thermostat thermostat-devel-modules - 0.6.999-SNAPSHOT + 0.7.0 com.redhat.thermostat thermostat-maven-archetype-ext - 0.6.999-SNAPSHOT + 0.7.0 maven-archetype diff -r 16f4d671edc5 -r 3875cd9b709c dev/archetype-ext/src/main/resources/META-INF/maven/archetype-metadata.xml --- a/dev/archetype-ext/src/main/resources/META-INF/maven/archetype-metadata.xml Thu Apr 04 17:48:30 2013 -0400 +++ b/dev/archetype-ext/src/main/resources/META-INF/maven/archetype-metadata.xml Fri Apr 05 17:53:36 2013 -0400 @@ -9,7 +9,7 @@ The name of your Thermostat extension goes here - 0.6.999-SNAPSHOT + 0.7.0 diff -r 16f4d671edc5 -r 3875cd9b709c dev/pom.xml --- a/dev/pom.xml Thu Apr 04 17:48:30 2013 -0400 +++ b/dev/pom.xml Fri Apr 05 17:53:36 2013 -0400 @@ -42,7 +42,7 @@ com.redhat.thermostat thermostat - 0.6.999-SNAPSHOT + 0.7.0 thermostat-devel-modules diff -r 16f4d671edc5 -r 3875cd9b709c distribution/pom.xml --- a/distribution/pom.xml Thu Apr 04 17:48:30 2013 -0400 +++ b/distribution/pom.xml Fri Apr 05 17:53:36 2013 -0400 @@ -42,7 +42,7 @@ com.redhat.thermostat thermostat - 0.6.999-SNAPSHOT + 0.7.0 thermostat-distribution diff -r 16f4d671edc5 -r 3875cd9b709c eclipse/com.redhat.thermostat.client.feature/build.properties --- a/eclipse/com.redhat.thermostat.client.feature/build.properties Thu Apr 04 17:48:30 2013 -0400 +++ b/eclipse/com.redhat.thermostat.client.feature/build.properties Fri Apr 05 17:53:36 2013 -0400 @@ -1,4 +1,4 @@ bin.includes = feature.xml -forceContextQualifier = SNAPSHOT + root.linux.gtk.x86=linux_x86 root.linux.gtk.x86_64=linux_x86-64 diff -r 16f4d671edc5 -r 3875cd9b709c eclipse/com.redhat.thermostat.client.feature/feature.xml --- a/eclipse/com.redhat.thermostat.client.feature/feature.xml Thu Apr 04 17:48:30 2013 -0400 +++ b/eclipse/com.redhat.thermostat.client.feature/feature.xml Fri Apr 05 17:53:36 2013 -0400 @@ -2,7 +2,7 @@ diff -r 16f4d671edc5 -r 3875cd9b709c eclipse/com.redhat.thermostat.client.feature/pom.xml --- a/eclipse/com.redhat.thermostat.client.feature/pom.xml Thu Apr 04 17:48:30 2013 -0400 +++ b/eclipse/com.redhat.thermostat.client.feature/pom.xml Fri Apr 05 17:53:36 2013 -0400 @@ -5,11 +5,11 @@ thermostat-eclipse-parent com.redhat.thermostat.eclipse.parent - 0.6.999-SNAPSHOT + 0.7.0 com.redhat.thermostat.eclipse.parent com.redhat.thermostat.client.feature - 0.6.999-SNAPSHOT + 0.7.0 Thermostat Client Feature @@ -17,62 +17,62 @@ com.redhat.thermostat thermostat-client-core - 0.6.999-SNAPSHOT + 0.7.0 com.redhat.thermostat thermostat-host-overview-client-core - 0.6.999-SNAPSHOT + 0.7.0 com.redhat.thermostat thermostat-host-cpu-client-core - 0.6.999-SNAPSHOT + 0.7.0 com.redhat.thermostat thermostat-host-memory-client-core - 0.6.999-SNAPSHOT + 0.7.0 com.redhat.thermostat thermostat-vm-cpu-client-core - 0.6.999-SNAPSHOT + 0.7.0 com.redhat.thermostat thermostat-vm-memory-client-core - 0.6.999-SNAPSHOT + 0.7.0 com.redhat.thermostat thermostat-vm-gc-client-core - 0.6.999-SNAPSHOT + 0.7.0 com.redhat.thermostat thermostat-vm-classstat-client-core - 0.6.999-SNAPSHOT + 0.7.0 com.redhat.thermostat thermostat-web-client - 0.6.999-SNAPSHOT + 0.7.0 com.redhat.thermostat thermostat-web-common - 0.6.999-SNAPSHOT + 0.7.0 com.redhat.thermostat thermostat-storage-mongodb - 0.6.999-SNAPSHOT + 0.7.0 com.redhat.thermostat thermostat-storage-core - 0.6.999-SNAPSHOT + 0.7.0 diff -r 16f4d671edc5 -r 3875cd9b709c eclipse/com.redhat.thermostat.eclipse.boot/META-INF/MANIFEST.MF --- a/eclipse/com.redhat.thermostat.eclipse.boot/META-INF/MANIFEST.MF Thu Apr 04 17:48:30 2013 -0400 +++ b/eclipse/com.redhat.thermostat.eclipse.boot/META-INF/MANIFEST.MF Fri Apr 05 17:53:36 2013 -0400 @@ -2,7 +2,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: Thermostat Eclipse client boot exports Bundle-SymbolicName: com.redhat.thermostat.eclipse.boot -Bundle-Version: 0.6.999.qualifier +Bundle-Version: 0.7.0 Bundle-Vendor: Redhat Inc. Fragment-Host: system.bundle Bundle-RequiredExecutionEnvironment: JavaSE-1.7 diff -r 16f4d671edc5 -r 3875cd9b709c eclipse/com.redhat.thermostat.eclipse.boot/build.properties --- a/eclipse/com.redhat.thermostat.eclipse.boot/build.properties Thu Apr 04 17:48:30 2013 -0400 +++ b/eclipse/com.redhat.thermostat.eclipse.boot/build.properties Fri Apr 05 17:53:36 2013 -0400 @@ -2,4 +2,3 @@ output.. = bin/ bin.includes = META-INF/,\ . -forceContextQualifier = SNAPSHOT diff -r 16f4d671edc5 -r 3875cd9b709c eclipse/com.redhat.thermostat.eclipse.boot/pom.xml --- a/eclipse/com.redhat.thermostat.eclipse.boot/pom.xml Thu Apr 04 17:48:30 2013 -0400 +++ b/eclipse/com.redhat.thermostat.eclipse.boot/pom.xml Fri Apr 05 17:53:36 2013 -0400 @@ -5,12 +5,12 @@ thermostat-eclipse-parent com.redhat.thermostat.eclipse.parent - 0.6.999-SNAPSHOT + 0.7.0 com.redhat.thermostat.eclipse.parent com.redhat.thermostat.eclipse.boot eclipse-plugin - 0.6.999-SNAPSHOT + 0.7.0 Thermostat Eclipse Client Boot Package diff -r 16f4d671edc5 -r 3875cd9b709c eclipse/com.redhat.thermostat.eclipse.chart.common/META-INF/MANIFEST.MF --- a/eclipse/com.redhat.thermostat.eclipse.chart.common/META-INF/MANIFEST.MF Thu Apr 04 17:48:30 2013 -0400 +++ b/eclipse/com.redhat.thermostat.eclipse.chart.common/META-INF/MANIFEST.MF Fri Apr 05 17:53:36 2013 -0400 @@ -2,7 +2,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: Thermostat Eclipse Charting Bundle-SymbolicName: com.redhat.thermostat.eclipse.chart.common;singleton:=true -Bundle-Version: 0.6.999.qualifier +Bundle-Version: 0.7.0 Bundle-Activator: com.redhat.thermostat.eclipse.chart.common.Activator Bundle-Vendor: Red Hat Inc. Bundle-RequiredExecutionEnvironment: JavaSE-1.7 @@ -40,5 +40,5 @@ Bundle-ActivationPolicy: lazy Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime;bundle-version="3.8.0", - com.redhat.thermostat.eclipse;bundle-version="0.6.999" + com.redhat.thermostat.eclipse;bundle-version="0.7.0" Export-Package: com.redhat.thermostat.eclipse.chart.common diff -r 16f4d671edc5 -r 3875cd9b709c eclipse/com.redhat.thermostat.eclipse.chart.common/build.properties --- a/eclipse/com.redhat.thermostat.eclipse.chart.common/build.properties Thu Apr 04 17:48:30 2013 -0400 +++ b/eclipse/com.redhat.thermostat.eclipse.chart.common/build.properties Fri Apr 05 17:53:36 2013 -0400 @@ -3,4 +3,3 @@ bin.includes = META-INF/,\ .,\ plugin.xml -forceContextQualifier = SNAPSHOT diff -r 16f4d671edc5 -r 3875cd9b709c eclipse/com.redhat.thermostat.eclipse.chart.common/pom.xml --- a/eclipse/com.redhat.thermostat.eclipse.chart.common/pom.xml Thu Apr 04 17:48:30 2013 -0400 +++ b/eclipse/com.redhat.thermostat.eclipse.chart.common/pom.xml Fri Apr 05 17:53:36 2013 -0400 @@ -5,12 +5,12 @@ thermostat-eclipse-parent com.redhat.thermostat.eclipse.parent - 0.6.999-SNAPSHOT + 0.7.0 com.redhat.thermostat.eclipse.parent com.redhat.thermostat.eclipse.chart.common eclipse-plugin - 0.6.999-SNAPSHOT + 0.7.0 Thermostat Eclipse Charting @@ -18,7 +18,7 @@ com.redhat.thermostat.eclipse.parent com.redhat.thermostat.client.feature - 0.6.999-SNAPSHOT + 0.7.0 diff -r 16f4d671edc5 -r 3875cd9b709c eclipse/com.redhat.thermostat.eclipse.chart.vmclassstat/META-INF/MANIFEST.MF --- a/eclipse/com.redhat.thermostat.eclipse.chart.vmclassstat/META-INF/MANIFEST.MF Thu Apr 04 17:48:30 2013 -0400 +++ b/eclipse/com.redhat.thermostat.eclipse.chart.vmclassstat/META-INF/MANIFEST.MF Fri Apr 05 17:53:36 2013 -0400 @@ -2,7 +2,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: Thermostat VM Classes View Bundle-SymbolicName: com.redhat.thermostat.eclipse.chart.vmclassstat;singleton:=true -Bundle-Version: 0.6.999.qualifier +Bundle-Version: 0.7.0 Bundle-Activator: com.redhat.thermostat.eclipse.chart.vmclassstat.Activator Bundle-Vendor: Red Hat Inc. Require-Bundle: org.eclipse.ui, diff -r 16f4d671edc5 -r 3875cd9b709c eclipse/com.redhat.thermostat.eclipse.chart.vmclassstat/build.properties --- a/eclipse/com.redhat.thermostat.eclipse.chart.vmclassstat/build.properties Thu Apr 04 17:48:30 2013 -0400 +++ b/eclipse/com.redhat.thermostat.eclipse.chart.vmclassstat/build.properties Fri Apr 05 17:53:36 2013 -0400 @@ -3,4 +3,3 @@ bin.includes = META-INF/,\ .,\ plugin.xml -forceContextQualifier = SNAPSHOT diff -r 16f4d671edc5 -r 3875cd9b709c eclipse/com.redhat.thermostat.eclipse.chart.vmclassstat/pom.xml --- a/eclipse/com.redhat.thermostat.eclipse.chart.vmclassstat/pom.xml Thu Apr 04 17:48:30 2013 -0400 +++ b/eclipse/com.redhat.thermostat.eclipse.chart.vmclassstat/pom.xml Fri Apr 05 17:53:36 2013 -0400 @@ -5,12 +5,12 @@ thermostat-eclipse-parent com.redhat.thermostat.eclipse.parent - 0.6.999-SNAPSHOT + 0.7.0 com.redhat.thermostat.eclipse.parent com.redhat.thermostat.eclipse.chart.vmclassstat eclipse-plugin - 0.6.999-SNAPSHOT + 0.7.0 Thermostat Eclipse VmClassStat Plug-in @@ -18,7 +18,7 @@ com.redhat.thermostat.eclipse.parent com.redhat.thermostat.client.feature - 0.6.999-SNAPSHOT + 0.7.0 diff -r 16f4d671edc5 -r 3875cd9b709c eclipse/com.redhat.thermostat.eclipse.feature/build.properties --- a/eclipse/com.redhat.thermostat.eclipse.feature/build.properties Thu Apr 04 17:48:30 2013 -0400 +++ b/eclipse/com.redhat.thermostat.eclipse.feature/build.properties Fri Apr 05 17:53:36 2013 -0400 @@ -1,2 +1,1 @@ bin.includes = feature.xml -forceContextQualifier = SNAPSHOT diff -r 16f4d671edc5 -r 3875cd9b709c eclipse/com.redhat.thermostat.eclipse.feature/feature.xml --- a/eclipse/com.redhat.thermostat.eclipse.feature/feature.xml Thu Apr 04 17:48:30 2013 -0400 +++ b/eclipse/com.redhat.thermostat.eclipse.feature/feature.xml Fri Apr 05 17:53:36 2013 -0400 @@ -2,7 +2,7 @@ + version="0.7.0"> Thermostat Eclipse Plug-ins. @@ -49,7 +49,7 @@ - + thermostat-eclipse-parent com.redhat.thermostat.eclipse.parent - 0.6.999-SNAPSHOT + 0.7.0 com.redhat.thermostat.eclipse.parent com.redhat.thermostat.eclipse.feature - 0.6.999-SNAPSHOT + 0.7.0 Thermostat Eclipse Feature @@ -17,7 +17,7 @@ com.redhat.thermostat.eclipse.parent com.redhat.thermostat.client.feature - 0.6.999-SNAPSHOT + 0.7.0 eclipse-feature diff -r 16f4d671edc5 -r 3875cd9b709c eclipse/com.redhat.thermostat.eclipse.p2-repo/category.xml --- a/eclipse/com.redhat.thermostat.eclipse.p2-repo/category.xml Thu Apr 04 17:48:30 2013 -0400 +++ b/eclipse/com.redhat.thermostat.eclipse.p2-repo/category.xml Fri Apr 05 17:53:36 2013 -0400 @@ -1,6 +1,6 @@ - + diff -r 16f4d671edc5 -r 3875cd9b709c eclipse/com.redhat.thermostat.eclipse.p2-repo/pom.xml --- a/eclipse/com.redhat.thermostat.eclipse.p2-repo/pom.xml Thu Apr 04 17:48:30 2013 -0400 +++ b/eclipse/com.redhat.thermostat.eclipse.p2-repo/pom.xml Fri Apr 05 17:53:36 2013 -0400 @@ -5,11 +5,11 @@ thermostat-eclipse-parent com.redhat.thermostat.eclipse.parent - 0.6.999-SNAPSHOT + 0.7.0 com.redhat.thermostat.eclipse.parent com.redhat.thermostat.eclipse.p2-repo - 0.6.999-SNAPSHOT + 0.7.0 Thermostat Eclipse p2 Repository @@ -17,7 +17,7 @@ com.redhat.thermostat.eclipse.parent com.redhat.thermostat.client.feature - 0.6.999-SNAPSHOT + 0.7.0 eclipse-feature diff -r 16f4d671edc5 -r 3875cd9b709c eclipse/com.redhat.thermostat.eclipse.test.ui/META-INF/MANIFEST.MF --- a/eclipse/com.redhat.thermostat.eclipse.test.ui/META-INF/MANIFEST.MF Thu Apr 04 17:48:30 2013 -0400 +++ b/eclipse/com.redhat.thermostat.eclipse.test.ui/META-INF/MANIFEST.MF Fri Apr 05 17:53:36 2013 -0400 @@ -2,7 +2,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: Thermostat Eclipse UI Tests Bundle-SymbolicName: com.redhat.thermostat.eclipse.test.ui -Bundle-Version: 0.6.999.qualifier +Bundle-Version: 0.7.0 Bundle-Vendor: Red Hat Inc. Bundle-RequiredExecutionEnvironment: JavaSE-1.7 Require-Bundle: org.eclipse.ui, diff -r 16f4d671edc5 -r 3875cd9b709c eclipse/com.redhat.thermostat.eclipse.test.ui/build.properties --- a/eclipse/com.redhat.thermostat.eclipse.test.ui/build.properties Thu Apr 04 17:48:30 2013 -0400 +++ b/eclipse/com.redhat.thermostat.eclipse.test.ui/build.properties Fri Apr 05 17:53:36 2013 -0400 @@ -2,4 +2,3 @@ output.. = bin/ bin.includes = META-INF/,\ . -forceContextQualifier = SNAPSHOT diff -r 16f4d671edc5 -r 3875cd9b709c eclipse/com.redhat.thermostat.eclipse.test.ui/pom.xml --- a/eclipse/com.redhat.thermostat.eclipse.test.ui/pom.xml Thu Apr 04 17:48:30 2013 -0400 +++ b/eclipse/com.redhat.thermostat.eclipse.test.ui/pom.xml Fri Apr 05 17:53:36 2013 -0400 @@ -5,12 +5,12 @@ thermostat-eclipse-parent com.redhat.thermostat.eclipse.parent - 0.6.999-SNAPSHOT + 0.7.0 com.redhat.thermostat.eclipse.parent com.redhat.thermostat.eclipse.test.ui eclipse-test-plugin - 0.6.999-SNAPSHOT + 0.7.0 Thermostat Eclipse Client UI Tests @@ -57,12 +57,12 @@ p2-installable-unit com.redhat.thermostat.client.feature.feature.group - 0.6.999 + 0.7.0 p2-installable-unit com.redhat.thermostat.eclipse.feature.feature.group - 0.6.999 + 0.7.0 diff -r 16f4d671edc5 -r 3875cd9b709c eclipse/com.redhat.thermostat.eclipse.test/META-INF/MANIFEST.MF --- a/eclipse/com.redhat.thermostat.eclipse.test/META-INF/MANIFEST.MF Thu Apr 04 17:48:30 2013 -0400 +++ b/eclipse/com.redhat.thermostat.eclipse.test/META-INF/MANIFEST.MF Fri Apr 05 17:53:36 2013 -0400 @@ -1,6 +1,6 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 -Bundle-Version: 0.6.999.qualifier +Bundle-Version: 0.7.0 Bundle-Name: Eclipse client tests Bundle-Activator: com.redhat.thermostat.eclipse.test.Activator Bundle-SymbolicName: com.redhat.thermostat.eclipse.test;singleton:=true diff -r 16f4d671edc5 -r 3875cd9b709c eclipse/com.redhat.thermostat.eclipse.test/build.properties --- a/eclipse/com.redhat.thermostat.eclipse.test/build.properties Thu Apr 04 17:48:30 2013 -0400 +++ b/eclipse/com.redhat.thermostat.eclipse.test/build.properties Fri Apr 05 17:53:36 2013 -0400 @@ -2,4 +2,3 @@ output.. = bin/ bin.includes = META-INF/,\ . -forceContextQualifier = SNAPSHOT diff -r 16f4d671edc5 -r 3875cd9b709c eclipse/com.redhat.thermostat.eclipse.test/pom.xml --- a/eclipse/com.redhat.thermostat.eclipse.test/pom.xml Thu Apr 04 17:48:30 2013 -0400 +++ b/eclipse/com.redhat.thermostat.eclipse.test/pom.xml Fri Apr 05 17:53:36 2013 -0400 @@ -5,12 +5,12 @@ thermostat-eclipse-parent com.redhat.thermostat.eclipse.parent - 0.6.999-SNAPSHOT + 0.7.0 com.redhat.thermostat.eclipse.parent com.redhat.thermostat.eclipse.test eclipse-test-plugin - 0.6.999-SNAPSHOT + 0.7.0 Thermostat Eclipse Client Tests @@ -51,12 +51,12 @@ p2-installable-unit com.redhat.thermostat.client.feature.feature.group - 0.6.999 + 0.7.0 p2-installable-unit com.redhat.thermostat.eclipse.feature.feature.group - 0.6.999 + 0.7.0 diff -r 16f4d671edc5 -r 3875cd9b709c eclipse/com.redhat.thermostat.eclipse/META-INF/MANIFEST.MF --- a/eclipse/com.redhat.thermostat.eclipse/META-INF/MANIFEST.MF Thu Apr 04 17:48:30 2013 -0400 +++ b/eclipse/com.redhat.thermostat.eclipse/META-INF/MANIFEST.MF Fri Apr 05 17:53:36 2013 -0400 @@ -3,7 +3,7 @@ Bundle-Name: Thermostat Eclipse Client Bundle-Activator: com.redhat.thermostat.eclipse.internal.Activator Bundle-SymbolicName: com.redhat.thermostat.eclipse;singleton:=true -Bundle-Version: 0.6.999.qualifier +Bundle-Version: 0.7.0 Bundle-Vendor: Red Hat Inc. Bundle-RequiredExecutionEnvironment: JavaSE-1.7 Bundle-ActivationPolicy: lazy diff -r 16f4d671edc5 -r 3875cd9b709c eclipse/com.redhat.thermostat.eclipse/build.properties --- a/eclipse/com.redhat.thermostat.eclipse/build.properties Thu Apr 04 17:48:30 2013 -0400 +++ b/eclipse/com.redhat.thermostat.eclipse/build.properties Fri Apr 05 17:53:36 2013 -0400 @@ -4,4 +4,3 @@ .,\ plugin.xml,\ icons/ -forceContextQualifier = SNAPSHOT diff -r 16f4d671edc5 -r 3875cd9b709c eclipse/com.redhat.thermostat.eclipse/pom.xml --- a/eclipse/com.redhat.thermostat.eclipse/pom.xml Thu Apr 04 17:48:30 2013 -0400 +++ b/eclipse/com.redhat.thermostat.eclipse/pom.xml Fri Apr 05 17:53:36 2013 -0400 @@ -5,12 +5,12 @@ thermostat-eclipse-parent com.redhat.thermostat.eclipse.parent - 0.6.999-SNAPSHOT + 0.7.0 com.redhat.thermostat.eclipse.parent com.redhat.thermostat.eclipse eclipse-plugin - 0.6.999-SNAPSHOT + 0.7.0 Thermostat Eclipse Client @@ -18,7 +18,7 @@ com.redhat.thermostat.eclipse.parent com.redhat.thermostat.client.feature - 0.6.999-SNAPSHOT + 0.7.0 eclipse-feature diff -r 16f4d671edc5 -r 3875cd9b709c eclipse/composite-repo/pom.xml --- a/eclipse/composite-repo/pom.xml Thu Apr 04 17:48:30 2013 -0400 +++ b/eclipse/composite-repo/pom.xml Fri Apr 05 17:53:36 2013 -0400 @@ -42,7 +42,7 @@ thermostat-eclipse-parent com.redhat.thermostat.eclipse.parent - 0.6.999-SNAPSHOT + 0.7.0 com.redhat.thermostat.eclipse.parent diff -r 16f4d671edc5 -r 3875cd9b709c eclipse/core-p2-repository/category.xml --- a/eclipse/core-p2-repository/category.xml Thu Apr 04 17:48:30 2013 -0400 +++ b/eclipse/core-p2-repository/category.xml Fri Apr 05 17:53:36 2013 -0400 @@ -1,6 +1,6 @@ - + diff -r 16f4d671edc5 -r 3875cd9b709c eclipse/core-p2-repository/pom.xml --- a/eclipse/core-p2-repository/pom.xml Thu Apr 04 17:48:30 2013 -0400 +++ b/eclipse/core-p2-repository/pom.xml Fri Apr 05 17:53:36 2013 -0400 @@ -5,11 +5,11 @@ thermostat-eclipse-parent com.redhat.thermostat.eclipse.parent - 0.6.999-SNAPSHOT + 0.7.0 com.redhat.thermostat.eclipse.parent com.redhat.thermostat.eclipse.core-p2-repo - 0.6.999-SNAPSHOT + 0.7.0 Thermostat Client p2 Repository @@ -17,7 +17,7 @@ com.redhat.thermostat.eclipse.parent com.redhat.thermostat.client.feature - 0.6.999-SNAPSHOT + 0.7.0 eclipse-feature diff -r 16f4d671edc5 -r 3875cd9b709c eclipse/jfreechart-bundle-wrapping/org.jfree.chart/pom.xml --- a/eclipse/jfreechart-bundle-wrapping/org.jfree.chart/pom.xml Thu Apr 04 17:48:30 2013 -0400 +++ b/eclipse/jfreechart-bundle-wrapping/org.jfree.chart/pom.xml Fri Apr 05 17:53:36 2013 -0400 @@ -43,7 +43,7 @@ com.redhat.thermostat.eclipse.parent thermostat-eclipse-jfreechart - 0.6.999-SNAPSHOT + 0.7.0 org.jfree.chart diff -r 16f4d671edc5 -r 3875cd9b709c eclipse/jfreechart-bundle-wrapping/org.jfree/pom.xml --- a/eclipse/jfreechart-bundle-wrapping/org.jfree/pom.xml Thu Apr 04 17:48:30 2013 -0400 +++ b/eclipse/jfreechart-bundle-wrapping/org.jfree/pom.xml Fri Apr 05 17:53:36 2013 -0400 @@ -43,7 +43,7 @@ com.redhat.thermostat.eclipse.parent thermostat-eclipse-jfreechart - 0.6.999-SNAPSHOT + 0.7.0 org.jfree diff -r 16f4d671edc5 -r 3875cd9b709c eclipse/jfreechart-bundle-wrapping/pom.xml --- a/eclipse/jfreechart-bundle-wrapping/pom.xml Thu Apr 04 17:48:30 2013 -0400 +++ b/eclipse/jfreechart-bundle-wrapping/pom.xml Fri Apr 05 17:53:36 2013 -0400 @@ -41,7 +41,7 @@ com.redhat.thermostat.eclipse.parent thermostat-eclipse-parent - 0.6.999-SNAPSHOT + 0.7.0 thermostat-eclipse-jfreechart diff -r 16f4d671edc5 -r 3875cd9b709c eclipse/jfreechart-p2-repository/pom.xml --- a/eclipse/jfreechart-p2-repository/pom.xml Thu Apr 04 17:48:30 2013 -0400 +++ b/eclipse/jfreechart-p2-repository/pom.xml Fri Apr 05 17:53:36 2013 -0400 @@ -42,11 +42,11 @@ thermostat-eclipse-parent com.redhat.thermostat.eclipse.parent - 0.6.999-SNAPSHOT + 0.7.0 com.redhat.thermostat.eclipse.parent com.redhat.thermostat.eclipse.jfreechart-repo - 0.6.999-SNAPSHOT + 0.7.0 Thermostat Eclipse :: p2 repository for JFreeChart diff -r 16f4d671edc5 -r 3875cd9b709c eclipse/pom.xml --- a/eclipse/pom.xml Thu Apr 04 17:48:30 2013 -0400 +++ b/eclipse/pom.xml Fri Apr 05 17:53:36 2013 -0400 @@ -39,7 +39,7 @@ com.redhat.thermostat.eclipse.parent thermostat-eclipse-parent - 0.6.999-SNAPSHOT + 0.7.0 pom Thermostat Eclipse Client (Parent) diff -r 16f4d671edc5 -r 3875cd9b709c eclipse/test-deps-bundle-wrapping/org.hamcrest/pom.xml --- a/eclipse/test-deps-bundle-wrapping/org.hamcrest/pom.xml Thu Apr 04 17:48:30 2013 -0400 +++ b/eclipse/test-deps-bundle-wrapping/org.hamcrest/pom.xml Fri Apr 05 17:53:36 2013 -0400 @@ -43,7 +43,7 @@ com.redhat.thermostat.eclipse.parent thermostat-eclipse-test-deps - 0.6.999-SNAPSHOT + 0.7.0 org.hamcrest diff -r 16f4d671edc5 -r 3875cd9b709c eclipse/test-deps-bundle-wrapping/org.mockito/pom.xml --- a/eclipse/test-deps-bundle-wrapping/org.mockito/pom.xml Thu Apr 04 17:48:30 2013 -0400 +++ b/eclipse/test-deps-bundle-wrapping/org.mockito/pom.xml Fri Apr 05 17:53:36 2013 -0400 @@ -43,7 +43,7 @@ com.redhat.thermostat.eclipse.parent thermostat-eclipse-test-deps - 0.6.999-SNAPSHOT + 0.7.0 org.mockito diff -r 16f4d671edc5 -r 3875cd9b709c eclipse/test-deps-bundle-wrapping/org.objenesis/pom.xml --- a/eclipse/test-deps-bundle-wrapping/org.objenesis/pom.xml Thu Apr 04 17:48:30 2013 -0400 +++ b/eclipse/test-deps-bundle-wrapping/org.objenesis/pom.xml Fri Apr 05 17:53:36 2013 -0400 @@ -43,7 +43,7 @@ com.redhat.thermostat.eclipse.parent thermostat-eclipse-test-deps - 0.6.999-SNAPSHOT + 0.7.0 org.objenesis diff -r 16f4d671edc5 -r 3875cd9b709c eclipse/test-deps-bundle-wrapping/pom.xml --- a/eclipse/test-deps-bundle-wrapping/pom.xml Thu Apr 04 17:48:30 2013 -0400 +++ b/eclipse/test-deps-bundle-wrapping/pom.xml Fri Apr 05 17:53:36 2013 -0400 @@ -41,7 +41,7 @@ com.redhat.thermostat.eclipse.parent thermostat-eclipse-parent - 0.6.999-SNAPSHOT + 0.7.0