Change version to add a blueprint qualifier to not mess things

git-svn-id: https://svn.apache.org/repos/asf/servicemix/smx4/kernel/branches/blueprint@768028 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 936d36a..22e5f1e 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.kernel</groupId>
         <artifactId>kernel</artifactId>
-        <version>1.2.0-SNAPSHOT</version>
+        <version>1.2.0-blueprint-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.kernel</groupId>
     <artifactId>apache-servicemix-kernel</artifactId>
     <packaging>pom</packaging>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0-blueprint-SNAPSHOT</version>
     <name>Apache ServiceMix Kernel :: Assembly</name>
 
     <dependencies>
diff --git a/client/pom.xml b/client/pom.xml
index 13534f1..76dac03 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.kernel</groupId>
         <artifactId>kernel</artifactId>
-        <version>1.2.0-SNAPSHOT</version>
+        <version>1.2.0-blueprint-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.kernel</groupId>
     <artifactId>org.apache.servicemix.kernel.client</artifactId>
     <packaging>bundle</packaging>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0-blueprint-SNAPSHOT</version>
     <name>Apache ServiceMix Kernel :: Client</name>
 
     <dependencies>
diff --git a/demos/pom.xml b/demos/pom.xml
index 9665c6c..c5995b8 100644
--- a/demos/pom.xml
+++ b/demos/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.kernel</groupId>
         <artifactId>kernel</artifactId>
-        <version>1.2.0-SNAPSHOT</version>
+        <version>1.2.0-blueprint-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.kernel</groupId>
     <artifactId>org.apache.servicemix.kernel.demos</artifactId>
     <packaging>pom</packaging>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0-blueprint-SNAPSHOT</version>
     <name>Apache ServiceMix Kernel :: Demos</name>
 
     <modules>
diff --git a/demos/smx4web/pom.xml b/demos/smx4web/pom.xml
index ae8a45a..afb80f4 100644
--- a/demos/smx4web/pom.xml
+++ b/demos/smx4web/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix.kernel</groupId>
     <artifactId>org.apache.servicemix.kernel.demos</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0-blueprint-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.servicemix.kernel.demos</groupId>
diff --git a/filemonitor/pom.xml b/filemonitor/pom.xml
index 58468bf..f84167a 100644
--- a/filemonitor/pom.xml
+++ b/filemonitor/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.kernel</groupId>
         <artifactId>kernel</artifactId>
-        <version>1.2.0-SNAPSHOT</version>
+        <version>1.2.0-blueprint-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.kernel</groupId>
     <artifactId>org.apache.servicemix.kernel.filemonitor</artifactId>
     <packaging>bundle</packaging>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0-blueprint-SNAPSHOT</version>
     <name>Apache ServiceMix Kernel :: File Monitor</name>
 
     <description>This bundle monitors the deploy directory for new OSGi bundles in jar form, expanded form or for
diff --git a/gshell/gshell-admin/pom.xml b/gshell/gshell-admin/pom.xml
index 0a6a2a4..444963b 100644
--- a/gshell/gshell-admin/pom.xml
+++ b/gshell/gshell-admin/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.kernel.gshell</groupId>
         <artifactId>gshell</artifactId>
-        <version>1.2.0-SNAPSHOT</version>
+        <version>1.2.0-blueprint-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.kernel.gshell</groupId>
     <artifactId>org.apache.servicemix.kernel.gshell.admin</artifactId>
     <packaging>bundle</packaging>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0-blueprint-SNAPSHOT</version>
     <name>Apache ServiceMix Kernel :: GShell Admin</name>
 
     <description>
diff --git a/gshell/gshell-config/pom.xml b/gshell/gshell-config/pom.xml
index 8bab513..136eee5 100644
--- a/gshell/gshell-config/pom.xml
+++ b/gshell/gshell-config/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.kernel.gshell</groupId>
         <artifactId>gshell</artifactId>
-        <version>1.2.0-SNAPSHOT</version>
+        <version>1.2.0-blueprint-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.kernel.gshell</groupId>
     <artifactId>org.apache.servicemix.kernel.gshell.config</artifactId>
     <packaging>bundle</packaging>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0-blueprint-SNAPSHOT</version>
     <name>Apache ServiceMix Kernel :: GShell ConfigAdmin Commands</name>
 
     <description>
diff --git a/gshell/gshell-core/pom.xml b/gshell/gshell-core/pom.xml
index 19e9a27..7bd7aed 100644
--- a/gshell/gshell-core/pom.xml
+++ b/gshell/gshell-core/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.kernel.gshell</groupId>
         <artifactId>gshell</artifactId>
-        <version>1.2.0-SNAPSHOT</version>
+        <version>1.2.0-blueprint-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.kernel.gshell</groupId>
     <artifactId>org.apache.servicemix.kernel.gshell.core</artifactId>
     <packaging>bundle</packaging>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0-blueprint-SNAPSHOT</version>
     <name>Apache ServiceMix Kernel :: GShell Core</name>
 
     <description>
diff --git a/gshell/gshell-features/pom.xml b/gshell/gshell-features/pom.xml
index f53d9a8..22b1c9e 100644
--- a/gshell/gshell-features/pom.xml
+++ b/gshell/gshell-features/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.kernel.gshell</groupId>
         <artifactId>gshell</artifactId>
-        <version>1.2.0-SNAPSHOT</version>
+        <version>1.2.0-blueprint-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.kernel.gshell</groupId>
     <artifactId>org.apache.servicemix.kernel.gshell.features</artifactId>
     <packaging>bundle</packaging>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0-blueprint-SNAPSHOT</version>
     <name>Apache ServiceMix Kernel :: GShell Features</name>
 
     <description>
diff --git a/gshell/gshell-log/pom.xml b/gshell/gshell-log/pom.xml
index 04ca7bd..d597f8b 100644
--- a/gshell/gshell-log/pom.xml
+++ b/gshell/gshell-log/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.kernel.gshell</groupId>
         <artifactId>gshell</artifactId>
-        <version>1.2.0-SNAPSHOT</version>
+        <version>1.2.0-blueprint-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.kernel.gshell</groupId>
     <artifactId>org.apache.servicemix.kernel.gshell.log</artifactId>
     <packaging>bundle</packaging>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0-blueprint-SNAPSHOT</version>
     <name>Apache ServiceMix Kernel :: GShell Log Commands</name>
 
     <description>
diff --git a/gshell/gshell-obr/pom.xml b/gshell/gshell-obr/pom.xml
index 58cc9e8..384ce8f 100644
--- a/gshell/gshell-obr/pom.xml
+++ b/gshell/gshell-obr/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.kernel.gshell</groupId>
         <artifactId>gshell</artifactId>
-        <version>1.2.0-SNAPSHOT</version>
+        <version>1.2.0-blueprint-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.kernel.gshell</groupId>
     <artifactId>org.apache.servicemix.kernel.gshell.obr</artifactId>
     <packaging>bundle</packaging>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0-blueprint-SNAPSHOT</version>
     <name>Apache ServiceMix Kernel :: GShell OBR Commands</name>
 
     <description>
diff --git a/gshell/gshell-osgi/pom.xml b/gshell/gshell-osgi/pom.xml
index d232750..c4bafcc 100644
--- a/gshell/gshell-osgi/pom.xml
+++ b/gshell/gshell-osgi/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.kernel.gshell</groupId>
         <artifactId>gshell</artifactId>
-        <version>1.2.0-SNAPSHOT</version>
+        <version>1.2.0-blueprint-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.kernel.gshell</groupId>
     <artifactId>org.apache.servicemix.kernel.gshell.osgi</artifactId>
     <packaging>bundle</packaging>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0-blueprint-SNAPSHOT</version>
     <name>Apache ServiceMix Kernel :: GShell OSGi Commands</name>
 
     <description>
diff --git a/gshell/gshell-packages/pom.xml b/gshell/gshell-packages/pom.xml
index e127f98..cdb92c5 100644
--- a/gshell/gshell-packages/pom.xml
+++ b/gshell/gshell-packages/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.kernel.gshell</groupId>
         <artifactId>gshell</artifactId>
-        <version>1.2.0-SNAPSHOT</version>
+        <version>1.2.0-blueprint-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.kernel.gshell</groupId>
     <artifactId>org.apache.servicemix.kernel.gshell.packages</artifactId>
     <packaging>bundle</packaging>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0-blueprint-SNAPSHOT</version>
     <name>Apache ServiceMix Kernel :: GShell PackageAdmin Commands</name>
 
     <description>
diff --git a/gshell/gshell-wrapper/pom.xml b/gshell/gshell-wrapper/pom.xml
index 341e837..765c349 100644
--- a/gshell/gshell-wrapper/pom.xml
+++ b/gshell/gshell-wrapper/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.kernel.gshell</groupId>
         <artifactId>gshell</artifactId>
-        <version>1.2.0-SNAPSHOT</version>
+        <version>1.2.0-blueprint-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.kernel.gshell</groupId>
     <artifactId>org.apache.servicemix.kernel.gshell.wrapper</artifactId>
     <packaging>bundle</packaging>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0-blueprint-SNAPSHOT</version>
     <name>Apache ServiceMix Kernel :: GShell Service Wrapper</name>
 
     <description>
diff --git a/gshell/itests/pom.xml b/gshell/itests/pom.xml
index c684ceb..871d525 100644
--- a/gshell/itests/pom.xml
+++ b/gshell/itests/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.kernel.gshell</groupId>
         <artifactId>gshell</artifactId>
-        <version>1.2.0-SNAPSHOT</version>
+        <version>1.2.0-blueprint-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.kernel.gshell</groupId>
     <artifactId>org.apache.servicemix.kernel.gshell.itests</artifactId>
     <packaging>jar</packaging>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0-blueprint-SNAPSHOT</version>
     <name>Apache ServiceMix Kernel :: GShell ITests</name>
 
     <description>
diff --git a/gshell/pom.xml b/gshell/pom.xml
index 3c2d24f..871644a 100644
--- a/gshell/pom.xml
+++ b/gshell/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.kernel</groupId>
         <artifactId>kernel</artifactId>
-        <version>1.2.0-SNAPSHOT</version>
+        <version>1.2.0-blueprint-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.kernel.gshell</groupId>
     <artifactId>gshell</artifactId>
     <packaging>pom</packaging>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0-blueprint-SNAPSHOT</version>
     <name>Apache ServiceMix Kernel :: GShell</name>
 
     <modules>
diff --git a/jaas/jaas-boot/pom.xml b/jaas/jaas-boot/pom.xml
index 4cf046e..cfc4e95 100644
--- a/jaas/jaas-boot/pom.xml
+++ b/jaas/jaas-boot/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.kernel.jaas</groupId>
         <artifactId>jaas</artifactId>
-        <version>1.2.0-SNAPSHOT</version>
+        <version>1.2.0-blueprint-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.kernel.jaas</groupId>
     <artifactId>org.apache.servicemix.kernel.jaas.boot</artifactId>
     <packaging>bundle</packaging>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0-blueprint-SNAPSHOT</version>
     <name>Apache ServiceMix Kernel :: JAAS Boot</name>
 
     <description>
diff --git a/jaas/jaas-config/pom.xml b/jaas/jaas-config/pom.xml
index bc47433..b1a51ac 100644
--- a/jaas/jaas-config/pom.xml
+++ b/jaas/jaas-config/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.kernel.jaas</groupId>
         <artifactId>jaas</artifactId>
-        <version>1.2.0-SNAPSHOT</version>
+        <version>1.2.0-blueprint-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.kernel.jaas</groupId>
     <artifactId>org.apache.servicemix.kernel.jaas.config</artifactId>
     <packaging>bundle</packaging>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0-blueprint-SNAPSHOT</version>
     <name>Apache ServiceMix Kernel :: JAAS Config</name>
 
     <description>
diff --git a/jaas/jaas-modules/pom.xml b/jaas/jaas-modules/pom.xml
index b3d0300..964190f 100644
--- a/jaas/jaas-modules/pom.xml
+++ b/jaas/jaas-modules/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.kernel.jaas</groupId>
         <artifactId>jaas</artifactId>
-        <version>1.2.0-SNAPSHOT</version>
+        <version>1.2.0-blueprint-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.kernel.jaas</groupId>
     <artifactId>org.apache.servicemix.kernel.jaas.modules</artifactId>
     <packaging>bundle</packaging>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0-blueprint-SNAPSHOT</version>
     <name>Apache ServiceMix Kernel :: JAAS Modules</name>
 
     <description>
diff --git a/jaas/pom.xml b/jaas/pom.xml
index 5be1cd7..6b18f3a 100644
--- a/jaas/pom.xml
+++ b/jaas/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.kernel</groupId>
         <artifactId>kernel</artifactId>
-        <version>1.2.0-SNAPSHOT</version>
+        <version>1.2.0-blueprint-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.kernel.jaas</groupId>
     <artifactId>jaas</artifactId>
     <packaging>pom</packaging>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0-blueprint-SNAPSHOT</version>
     <name>Apache ServiceMix Kernel :: JAAS</name>
 
     <modules>
diff --git a/main/pom.xml b/main/pom.xml
index 4166785..c2ab059 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.kernel</groupId>
         <artifactId>kernel</artifactId>
-        <version>1.2.0-SNAPSHOT</version>
+        <version>1.2.0-blueprint-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.kernel</groupId>
     <artifactId>org.apache.servicemix.kernel.main</artifactId>
     <packaging>bundle</packaging>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0-blueprint-SNAPSHOT</version>
     <name>Apache ServiceMix Kernel :: Main</name>
 
     <dependencies>
diff --git a/management/pom.xml b/management/pom.xml
index ed0112b..35f499f 100644
--- a/management/pom.xml
+++ b/management/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.kernel</groupId>
         <artifactId>kernel</artifactId>
-        <version>1.2.0-SNAPSHOT</version>
+        <version>1.2.0-blueprint-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.kernel</groupId>
     <artifactId>org.apache.servicemix.kernel.management</artifactId>
     <packaging>bundle</packaging>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0-blueprint-SNAPSHOT</version>
     <name>Apache ServiceMix Kernel :: Management</name>
 
     <dependencies>
diff --git a/pom.xml b/pom.xml
index 31f8796..cb536fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
     <groupId>org.apache.servicemix.kernel</groupId>
     <artifactId>kernel</artifactId>
     <packaging>pom</packaging>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0-blueprint-SNAPSHOT</version>
     <name>Apache ServiceMix Kernel</name>
     <inceptionYear>2007</inceptionYear>
 
diff --git a/spring/pom.xml b/spring/pom.xml
index 6eb7b2b..f4ad017 100644
--- a/spring/pom.xml
+++ b/spring/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.kernel</groupId>
         <artifactId>kernel</artifactId>
-        <version>1.2.0-SNAPSHOT</version>
+        <version>1.2.0-blueprint-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.kernel</groupId>
     <artifactId>org.apache.servicemix.kernel.spring</artifactId>
     <packaging>bundle</packaging>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0-blueprint-SNAPSHOT</version>
     <name>Apache ServiceMix Kernel :: Spring Deployer</name>
 
     <description>This deployer transforms a plain spring xml file to a deployable bundle</description>
diff --git a/testing/itests/pom.xml b/testing/itests/pom.xml
index 8442902..f5008d8 100644
--- a/testing/itests/pom.xml
+++ b/testing/itests/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.kernel.testing</groupId>
         <artifactId>testing</artifactId>
-        <version>1.2.0-SNAPSHOT</version>
+        <version>1.2.0-blueprint-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.kernel.testing</groupId>
     <artifactId>org.apache.servicemix.kernel.testing.itests</artifactId>
     <packaging>jar</packaging>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0-blueprint-SNAPSHOT</version>
     <name>Apache ServiceMix Kernel :: Testing - ITests</name>
 
     <dependencies>
diff --git a/testing/pom.xml b/testing/pom.xml
index 9a62891..477a4fd 100644
--- a/testing/pom.xml
+++ b/testing/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.kernel</groupId>
         <artifactId>kernel</artifactId>
-        <version>1.2.0-SNAPSHOT</version>
+        <version>1.2.0-blueprint-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.kernel.testing</groupId>
     <artifactId>testing</artifactId>
     <packaging>pom</packaging>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0-blueprint-SNAPSHOT</version>
     <name>Apache ServiceMix Kernel :: Testing</name>
 
     <modules>
diff --git a/testing/support/pom.xml b/testing/support/pom.xml
index 7eb620a..c4763e7 100644
--- a/testing/support/pom.xml
+++ b/testing/support/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.kernel.testing</groupId>
         <artifactId>testing</artifactId>
-        <version>1.2.0-SNAPSHOT</version>
+        <version>1.2.0-blueprint-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.kernel.testing</groupId>
     <artifactId>org.apache.servicemix.kernel.testing.support</artifactId>
     <packaging>bundle</packaging>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0-blueprint-SNAPSHOT</version>
     <name>Apache ServiceMix Kernel :: Testing - Support</name>
 
     <dependencies>