changeset 428:f1a3248d23a9 0.3

[maven-release-plugin] prepare release 0.3
author Omair Majid <omajid@redhat.com>
date Fri, 22 Jun 2012 17:20:00 -0400
parents f94aae66ee21
children e37c91e33e9e
files agent/command/pom.xml agent/core/pom.xml agent/pom.xml client/command/pom.xml client/core/pom.xml client/heapdumper/pom.xml client/killvm/pom.xml client/living-vm-filter/pom.xml client/memory-stats-panel/pom.xml client/pom.xml client/vmclassstat/pom.xml common/command/pom.xml common/core/pom.xml common/pom.xml distribution/pom.xml dolphin/pom.xml launcher/pom.xml pom.xml tools/pom.xml unix-process-handler/pom.xml
diffstat 20 files changed, 29 insertions(+), 36 deletions(-) [+]
line wrap: on
line diff
--- a/agent/command/pom.xml	Fri Jun 22 18:31:39 2012 +0200
+++ b/agent/command/pom.xml	Fri Jun 22 17:20:00 2012 -0400
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-agent</artifactId>
-    <version>0.3-SNAPSHOT</version>
+    <version>0.3</version>
   </parent>
 
   <artifactId>thermostat-agent-command</artifactId>
--- a/agent/core/pom.xml	Fri Jun 22 18:31:39 2012 +0200
+++ b/agent/core/pom.xml	Fri Jun 22 17:20:00 2012 -0400
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-agent</artifactId>
-    <version>0.3-SNAPSHOT</version>
+    <version>0.3</version>
   </parent>
 
   <artifactId>thermostat-agent-core</artifactId>
--- a/agent/pom.xml	Fri Jun 22 18:31:39 2012 +0200
+++ b/agent/pom.xml	Fri Jun 22 17:20:00 2012 -0400
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.3-SNAPSHOT</version>
+    <version>0.3</version>
   </parent>
 
   <artifactId>thermostat-agent</artifactId>
--- a/client/command/pom.xml	Fri Jun 22 18:31:39 2012 +0200
+++ b/client/command/pom.xml	Fri Jun 22 17:20:00 2012 -0400
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-client</artifactId>
-    <version>0.3-SNAPSHOT</version>
+    <version>0.3</version>
   </parent>
 
   <artifactId>thermostat-client-command</artifactId>
--- a/client/core/pom.xml	Fri Jun 22 18:31:39 2012 +0200
+++ b/client/core/pom.xml	Fri Jun 22 17:20:00 2012 -0400
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-client</artifactId>
-    <version>0.3-SNAPSHOT</version>
+    <version>0.3</version>
   </parent>
 
   <artifactId>thermostat-client-core</artifactId>
--- a/client/heapdumper/pom.xml	Fri Jun 22 18:31:39 2012 +0200
+++ b/client/heapdumper/pom.xml	Fri Jun 22 17:20:00 2012 -0400
@@ -36,13 +36,12 @@
  to do so, delete this exception statement from your version.
 
 -->
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <artifactId>thermostat-client</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.3-SNAPSHOT</version>
+    <version>0.3</version>
   </parent>
   <artifactId>thermostat-client-heapdumper</artifactId>
   <packaging>bundle</packaging>
--- a/client/killvm/pom.xml	Fri Jun 22 18:31:39 2012 +0200
+++ b/client/killvm/pom.xml	Fri Jun 22 17:20:00 2012 -0400
@@ -1,11 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <artifactId>thermostat-client</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.3-SNAPSHOT</version>
+    <version>0.3</version>
   </parent>
   <artifactId>thermostat-client-killvm</artifactId>
   <packaging>bundle</packaging>
--- a/client/living-vm-filter/pom.xml	Fri Jun 22 18:31:39 2012 +0200
+++ b/client/living-vm-filter/pom.xml	Fri Jun 22 17:20:00 2012 -0400
@@ -1,11 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <artifactId>thermostat-client</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.3-SNAPSHOT</version>
+    <version>0.3</version>
   </parent>
   <artifactId>thermostat-osgi-living-vm-filter</artifactId>
   <packaging>bundle</packaging>
--- a/client/memory-stats-panel/pom.xml	Fri Jun 22 18:31:39 2012 +0200
+++ b/client/memory-stats-panel/pom.xml	Fri Jun 22 17:20:00 2012 -0400
@@ -1,11 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <artifactId>thermostat-client</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.3-SNAPSHOT</version>
+    <version>0.3</version>
   </parent>
   <artifactId>thermostat-osgi-memory-stats-panel</artifactId>
   <packaging>bundle</packaging>
--- a/client/pom.xml	Fri Jun 22 18:31:39 2012 +0200
+++ b/client/pom.xml	Fri Jun 22 17:20:00 2012 -0400
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.3-SNAPSHOT</version>
+    <version>0.3</version>
   </parent>
 
   <artifactId>thermostat-client</artifactId>
--- a/client/vmclassstat/pom.xml	Fri Jun 22 18:31:39 2012 +0200
+++ b/client/vmclassstat/pom.xml	Fri Jun 22 17:20:00 2012 -0400
@@ -1,11 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <artifactId>thermostat-client</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.3-SNAPSHOT</version>
+    <version>0.3</version>
   </parent>
   <artifactId>thermostat-client-vmclassstat</artifactId>
   <packaging>bundle</packaging>
--- a/common/command/pom.xml	Fri Jun 22 18:31:39 2012 +0200
+++ b/common/command/pom.xml	Fri Jun 22 17:20:00 2012 -0400
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-common</artifactId>
-    <version>0.3-SNAPSHOT</version>
+    <version>0.3</version>
   </parent>
 
   <artifactId>thermostat-common-command</artifactId>
@@ -76,7 +76,7 @@
         <configuration>
           <instructions>
             <Bundle-Vendor>Red Hat, Inc.</Bundle-Vendor>
-            <Bundle-Activator></Bundle-Activator>
+            <Bundle-Activator />
             <Export-Package>
               com.redhat.thermostat.common.command
             </Export-Package>
--- a/common/core/pom.xml	Fri Jun 22 18:31:39 2012 +0200
+++ b/common/core/pom.xml	Fri Jun 22 17:20:00 2012 -0400
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-common</artifactId>
-    <version>0.3-SNAPSHOT</version>
+    <version>0.3</version>
   </parent>
   
   <artifactId>thermostat-common-core</artifactId>
--- a/common/pom.xml	Fri Jun 22 18:31:39 2012 +0200
+++ b/common/pom.xml	Fri Jun 22 17:20:00 2012 -0400
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.3-SNAPSHOT</version>
+    <version>0.3</version>
   </parent>
 
   <artifactId>thermostat-common</artifactId>
--- a/distribution/pom.xml	Fri Jun 22 18:31:39 2012 +0200
+++ b/distribution/pom.xml	Fri Jun 22 17:20:00 2012 -0400
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.3-SNAPSHOT</version>
+    <version>0.3</version>
   </parent>
 
   <artifactId>thermostat-distribution</artifactId>
@@ -89,7 +89,7 @@
               <resources>
                 <resource>
                   <directory>desktop</directory>
-                  <targetPath></targetPath>
+                  <targetPath />
                   <filtering>true</filtering>
                 </resource>
                 <resource>
--- a/dolphin/pom.xml	Fri Jun 22 18:31:39 2012 +0200
+++ b/dolphin/pom.xml	Fri Jun 22 17:20:00 2012 -0400
@@ -1,11 +1,10 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.3-SNAPSHOT</version>
+    <version>0.3</version>
   </parent>
   
   <artifactId>thermostat-laf</artifactId>
--- a/launcher/pom.xml	Fri Jun 22 18:31:39 2012 +0200
+++ b/launcher/pom.xml	Fri Jun 22 17:20:00 2012 -0400
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.3-SNAPSHOT</version>
+    <version>0.3</version>
   </parent>
 
   <artifactId>thermostat-launcher</artifactId>
--- a/pom.xml	Fri Jun 22 18:31:39 2012 +0200
+++ b/pom.xml	Fri Jun 22 17:20:00 2012 -0400
@@ -41,7 +41,7 @@
 
   <groupId>com.redhat.thermostat</groupId>
   <artifactId>thermostat</artifactId>
-  <version>0.3-SNAPSHOT</version>
+  <version>0.3</version>
   <packaging>pom</packaging>
 
   <name>Thermostat</name>
--- a/tools/pom.xml	Fri Jun 22 18:31:39 2012 +0200
+++ b/tools/pom.xml	Fri Jun 22 17:20:00 2012 -0400
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.3-SNAPSHOT</version>
+    <version>0.3</version>
   </parent>
 
   <artifactId>thermostat-tools</artifactId>
--- a/unix-process-handler/pom.xml	Fri Jun 22 18:31:39 2012 +0200
+++ b/unix-process-handler/pom.xml	Fri Jun 22 17:20:00 2012 -0400
@@ -1,11 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <artifactId>thermostat</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.3-SNAPSHOT</version>
+    <version>0.3</version>
   </parent>
   
   <artifactId>thermostat-osgi-process-handler</artifactId>