changeset 531:1afd8713fc6f

Change version numbers to major.minor.micro-qualifier format. OSGi promotes this format and I think we should stick to that as well. I've also removed the explicit bundle-type in the dependencies section of the common-core bundle. This causes failures when tycho attempts to resolve from pom-first installed bundles (which we are going to do in order to make deps on main Thermostat bundles work for the Eclipse client). Reviewed-by: neugens Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2012-August/002656.html
author Severin Gehwolf <sgehwolf@redhat.com>
date Mon, 13 Aug 2012 16:28:26 +0200
parents 261373495057
children 3831389cc3b4
files agent/cli/pom.xml agent/command/pom.xml agent/core/pom.xml agent/pom.xml bundles/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/swing-components/pom.xml client/vmclassstat/pom.xml common/command/pom.xml common/core/pom.xml common/pom.xml common/test/pom.xml distribution/pom.xml dolphin/pom.xml keyring/pom.xml launcher/pom.xml main/pom.xml pom.xml tools/pom.xml unix-process-handler/pom.xml
diffstat 26 files changed, 26 insertions(+), 27 deletions(-) [+]
line wrap: on
line diff
--- a/agent/cli/pom.xml	Fri Aug 10 19:12:50 2012 -0400
+++ b/agent/cli/pom.xml	Mon Aug 13 16:28:26 2012 +0200
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-agent</artifactId>
-    <version>0.4-SNAPSHOT</version>
+    <version>0.4.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-agent-cli</artifactId>
--- a/agent/command/pom.xml	Fri Aug 10 19:12:50 2012 -0400
+++ b/agent/command/pom.xml	Mon Aug 13 16:28:26 2012 +0200
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-agent</artifactId>
-    <version>0.4-SNAPSHOT</version>
+    <version>0.4.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-agent-command</artifactId>
--- a/agent/core/pom.xml	Fri Aug 10 19:12:50 2012 -0400
+++ b/agent/core/pom.xml	Mon Aug 13 16:28:26 2012 +0200
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-agent</artifactId>
-    <version>0.4-SNAPSHOT</version>
+    <version>0.4.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-agent-core</artifactId>
--- a/agent/pom.xml	Fri Aug 10 19:12:50 2012 -0400
+++ b/agent/pom.xml	Mon Aug 13 16:28:26 2012 +0200
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.4-SNAPSHOT</version>
+    <version>0.4.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-agent</artifactId>
--- a/bundles/pom.xml	Fri Aug 10 19:12:50 2012 -0400
+++ b/bundles/pom.xml	Mon Aug 13 16:28:26 2012 +0200
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.4-SNAPSHOT</version>
+    <version>0.4.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-bundles</artifactId>
--- a/client/command/pom.xml	Fri Aug 10 19:12:50 2012 -0400
+++ b/client/command/pom.xml	Mon Aug 13 16:28:26 2012 +0200
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-client</artifactId>
-    <version>0.4-SNAPSHOT</version>
+    <version>0.4.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-client-command</artifactId>
--- a/client/core/pom.xml	Fri Aug 10 19:12:50 2012 -0400
+++ b/client/core/pom.xml	Mon Aug 13 16:28:26 2012 +0200
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-client</artifactId>
-    <version>0.4-SNAPSHOT</version>
+    <version>0.4.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-client-core</artifactId>
--- a/client/heapdumper/pom.xml	Fri Aug 10 19:12:50 2012 -0400
+++ b/client/heapdumper/pom.xml	Mon Aug 13 16:28:26 2012 +0200
@@ -41,7 +41,7 @@
   <parent>
     <artifactId>thermostat-client</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.4-SNAPSHOT</version>
+    <version>0.4.0-SNAPSHOT</version>
   </parent>
   <artifactId>thermostat-client-heapdumper</artifactId>
   <packaging>bundle</packaging>
--- a/client/killvm/pom.xml	Fri Aug 10 19:12:50 2012 -0400
+++ b/client/killvm/pom.xml	Mon Aug 13 16:28:26 2012 +0200
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-client</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.4-SNAPSHOT</version>
+    <version>0.4.0-SNAPSHOT</version>
   </parent>
   <artifactId>thermostat-client-killvm</artifactId>
   <packaging>bundle</packaging>
--- a/client/living-vm-filter/pom.xml	Fri Aug 10 19:12:50 2012 -0400
+++ b/client/living-vm-filter/pom.xml	Mon Aug 13 16:28:26 2012 +0200
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-client</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.4-SNAPSHOT</version>
+    <version>0.4.0-SNAPSHOT</version>
   </parent>
   <artifactId>thermostat-osgi-living-vm-filter</artifactId>
   <packaging>bundle</packaging>
--- a/client/memory-stats-panel/pom.xml	Fri Aug 10 19:12:50 2012 -0400
+++ b/client/memory-stats-panel/pom.xml	Mon Aug 13 16:28:26 2012 +0200
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-client</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.4-SNAPSHOT</version>
+    <version>0.4.0-SNAPSHOT</version>
   </parent>
   <artifactId>thermostat-osgi-memory-stats-panel</artifactId>
   <packaging>bundle</packaging>
--- a/client/pom.xml	Fri Aug 10 19:12:50 2012 -0400
+++ b/client/pom.xml	Mon Aug 13 16:28:26 2012 +0200
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.4-SNAPSHOT</version>
+    <version>0.4.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-client</artifactId>
--- a/client/swing-components/pom.xml	Fri Aug 10 19:12:50 2012 -0400
+++ b/client/swing-components/pom.xml	Mon Aug 13 16:28:26 2012 +0200
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>thermostat-client</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.4-SNAPSHOT</version>
+    <version>0.4.0-SNAPSHOT</version>
   </parent>
   
   <artifactId>thermostat-swing-components</artifactId>
--- a/client/vmclassstat/pom.xml	Fri Aug 10 19:12:50 2012 -0400
+++ b/client/vmclassstat/pom.xml	Mon Aug 13 16:28:26 2012 +0200
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat-client</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.4-SNAPSHOT</version>
+    <version>0.4.0-SNAPSHOT</version>
   </parent>
   <artifactId>thermostat-client-vmclassstat</artifactId>
   <packaging>bundle</packaging>
--- a/common/command/pom.xml	Fri Aug 10 19:12:50 2012 -0400
+++ b/common/command/pom.xml	Mon Aug 13 16:28:26 2012 +0200
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-common</artifactId>
-    <version>0.4-SNAPSHOT</version>
+    <version>0.4.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-common-command</artifactId>
--- a/common/core/pom.xml	Fri Aug 10 19:12:50 2012 -0400
+++ b/common/core/pom.xml	Mon Aug 13 16:28:26 2012 +0200
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-common</artifactId>
-    <version>0.4-SNAPSHOT</version>
+    <version>0.4.0-SNAPSHOT</version>
   </parent>
   
   <artifactId>thermostat-common-core</artifactId>
@@ -163,7 +163,6 @@
     	<groupId>com.redhat.thermostat</groupId>
     	<artifactId>thermostat-keyring</artifactId>
     	<version>${project.version}</version>
-    	<type>bundle</type>
     </dependency>
     <dependency><groupId>org.osgi</groupId>
       <artifactId>org.osgi.compendium</artifactId>
--- a/common/pom.xml	Fri Aug 10 19:12:50 2012 -0400
+++ b/common/pom.xml	Mon Aug 13 16:28:26 2012 +0200
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.4-SNAPSHOT</version>
+    <version>0.4.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-common</artifactId>
--- a/common/test/pom.xml	Fri Aug 10 19:12:50 2012 -0400
+++ b/common/test/pom.xml	Mon Aug 13 16:28:26 2012 +0200
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat-common</artifactId>
-    <version>0.4-SNAPSHOT</version>
+    <version>0.4.0-SNAPSHOT</version>
   </parent>
   
   <artifactId>thermostat-common-test</artifactId>
--- a/distribution/pom.xml	Fri Aug 10 19:12:50 2012 -0400
+++ b/distribution/pom.xml	Mon Aug 13 16:28:26 2012 +0200
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.4-SNAPSHOT</version>
+    <version>0.4.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-distribution</artifactId>
--- a/dolphin/pom.xml	Fri Aug 10 19:12:50 2012 -0400
+++ b/dolphin/pom.xml	Mon Aug 13 16:28:26 2012 +0200
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.4-SNAPSHOT</version>
+    <version>0.4.0-SNAPSHOT</version>
   </parent>
   
   <artifactId>thermostat-laf</artifactId>
--- a/keyring/pom.xml	Fri Aug 10 19:12:50 2012 -0400
+++ b/keyring/pom.xml	Mon Aug 13 16:28:26 2012 +0200
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.4-SNAPSHOT</version>
+    <version>0.4.0-SNAPSHOT</version>
   </parent>
   
   <artifactId>thermostat-keyring</artifactId>
--- a/launcher/pom.xml	Fri Aug 10 19:12:50 2012 -0400
+++ b/launcher/pom.xml	Mon Aug 13 16:28:26 2012 +0200
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.4-SNAPSHOT</version>
+    <version>0.4.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-launcher</artifactId>
--- a/main/pom.xml	Fri Aug 10 19:12:50 2012 -0400
+++ b/main/pom.xml	Mon Aug 13 16:28:26 2012 +0200
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.4-SNAPSHOT</version>
+    <version>0.4.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-main</artifactId>
--- a/pom.xml	Fri Aug 10 19:12:50 2012 -0400
+++ b/pom.xml	Mon Aug 13 16:28:26 2012 +0200
@@ -41,7 +41,7 @@
 
   <groupId>com.redhat.thermostat</groupId>
   <artifactId>thermostat</artifactId>
-  <version>0.4-SNAPSHOT</version>
+  <version>0.4.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Thermostat</name>
--- a/tools/pom.xml	Fri Aug 10 19:12:50 2012 -0400
+++ b/tools/pom.xml	Mon Aug 13 16:28:26 2012 +0200
@@ -42,7 +42,7 @@
   <parent>
     <groupId>com.redhat.thermostat</groupId>
     <artifactId>thermostat</artifactId>
-    <version>0.4-SNAPSHOT</version>
+    <version>0.4.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>thermostat-tools</artifactId>
--- a/unix-process-handler/pom.xml	Fri Aug 10 19:12:50 2012 -0400
+++ b/unix-process-handler/pom.xml	Mon Aug 13 16:28:26 2012 +0200
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>thermostat</artifactId>
     <groupId>com.redhat.thermostat</groupId>
-    <version>0.4-SNAPSHOT</version>
+    <version>0.4.0-SNAPSHOT</version>
   </parent>
   
   <artifactId>thermostat-osgi-process-handler</artifactId>