[maven-release-plugin] prepare release karaf-2.1.0

git-svn-id: https://svn.apache.org/repos/asf/karaf/branches/karaf-2.1.x@999386 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/admin/command/pom.xml b/admin/command/pom.xml
index c516d8c..ff864b7 100644
--- a/admin/command/pom.xml
+++ b/admin/command/pom.xml
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.apache.karaf.admin</groupId>
         <artifactId>admin</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0</version>
     </parent>
 
     <groupId>org.apache.karaf.admin</groupId>
     <artifactId>org.apache.karaf.admin.command</artifactId>
     <packaging>bundle</packaging>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.1.0</version>
     <name>Apache Karaf :: Admin Command</name>
 
     <properties>
diff --git a/admin/core/pom.xml b/admin/core/pom.xml
index 883c3e3..638ba75 100644
--- a/admin/core/pom.xml
+++ b/admin/core/pom.xml
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.apache.karaf.admin</groupId>
         <artifactId>admin</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0</version>
     </parent>
 
     <groupId>org.apache.karaf.admin</groupId>
     <artifactId>org.apache.karaf.admin.core</artifactId>
     <packaging>bundle</packaging>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.1.0</version>
     <name>Apache Karaf :: Admin Core</name>
 
     <properties>
diff --git a/admin/management/pom.xml b/admin/management/pom.xml
index 03a0f16..ad34d7f 100644
--- a/admin/management/pom.xml
+++ b/admin/management/pom.xml
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.apache.karaf.admin</groupId>
         <artifactId>admin</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0</version>
     </parent>
 
     <groupId>org.apache.karaf.admin</groupId>
     <artifactId>org.apache.karaf.admin.management</artifactId>
     <packaging>bundle</packaging>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.1.0</version>
     <name>Apache Karaf :: Admin Management</name>
 
     <properties>
diff --git a/admin/pom.xml b/admin/pom.xml
index 2c3bd31..cadaaac 100644
--- a/admin/pom.xml
+++ b/admin/pom.xml
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.apache.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0</version>
     </parent>
 
     <groupId>org.apache.karaf.admin</groupId>
     <artifactId>admin</artifactId>
     <packaging>pom</packaging>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.1.0</version>
     <name>Apache Karaf :: Admin</name>
 
     <modules>
diff --git a/archetypes/command/pom.xml b/archetypes/command/pom.xml
index 566f264..7bddecf 100644
--- a/archetypes/command/pom.xml
+++ b/archetypes/command/pom.xml
@@ -1,53 +1,53 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-  Licensed to the Apache Software Foundation (ASF) under one or more

-  contributor license agreements.  See the NOTICE file distributed with

-  this work for additional information regarding copyright ownership.

-  The ASF licenses this file to You under the Apache License, Version 2.0

-  (the "License"); you may not use this file except in compliance with

-  the License.  You may obtain a copy of the License at

-

-     http://www.apache.org/licenses/LICENSE-2.0

-

-  Unless required by applicable law or agreed to in writing, software

-  distributed under the License is distributed on an "AS IS" BASIS,

-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-  See the License for the specific language governing permissions and

-  limitations under the License.

--->

-<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>org.apache.karaf</groupId>

-        <artifactId>archetypes</artifactId>

-        <version>2.0.1-SNAPSHOT</version>

-    </parent>

-    

-  <groupId>org.apache.karaf.archetypes</groupId>

-  <artifactId>archetypes-command</artifactId>

-  <version>2.0.1-SNAPSHOT</version>

-

-  <name>Apache Karaf :: Command Archetype</name>

-

-  <build>

-    <extensions>

-      <extension>

-        <groupId>org.apache.maven.archetype</groupId>

-        <artifactId>archetype-packaging</artifactId>

-        <version>2.0-alpha-5</version>

-      </extension>

-    </extensions>

-

-    <pluginManagement>

-      <plugins>

-        <plugin>

-          <artifactId>maven-archetype-plugin</artifactId>

-          <version>2.0-alpha-5</version>

-          <extensions>true</extensions>

-        </plugin>

-      </plugins>

-    </pluginManagement>

-  </build>

-

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<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>org.apache.karaf</groupId>
+        <artifactId>archetypes</artifactId>
+        <version>2.1.0</version>
+    </parent>
+    
+  <groupId>org.apache.karaf.archetypes</groupId>
+  <artifactId>archetypes-command</artifactId>
+  <version>2.1.0</version>
+
+  <name>Apache Karaf :: Command Archetype</name>
+
+  <build>
+    <extensions>
+      <extension>
+        <groupId>org.apache.maven.archetype</groupId>
+        <artifactId>archetype-packaging</artifactId>
+        <version>2.0-alpha-5</version>
+      </extension>
+    </extensions>
+
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <artifactId>maven-archetype-plugin</artifactId>
+          <version>2.0-alpha-5</version>
+          <extensions>true</extensions>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
+
+</project>
diff --git a/archetypes/itests/pom.xml b/archetypes/itests/pom.xml
index bbbc745..ac94b7c 100644
--- a/archetypes/itests/pom.xml
+++ b/archetypes/itests/pom.xml
@@ -15,16 +15,16 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project>
+<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/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <artifactId>archetypes</artifactId>
         <groupId>org.apache.karaf</groupId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0</version>
     </parent>
     <groupId>org.apache.karaf.archetypes</groupId>
     <artifactId>archetypes-itests</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.1.0</version>
     <name>Apache Karaf :: Archetypes :: ITests</name>
 
     <dependencies>
diff --git a/archetypes/pom.xml b/archetypes/pom.xml
index 87dc82d..2a190bf 100644
--- a/archetypes/pom.xml
+++ b/archetypes/pom.xml
@@ -20,12 +20,12 @@
     <parent>
         <groupId>org.apache.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0</version>
     </parent>
 
     <groupId>org.apache.karaf</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.1.0</version>
 
     <name>Apache Karaf :: Archetypes</name>
     <packaging>pom</packaging>
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 6425dc7..cb1a676 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0</version>
     </parent>
 
     <groupId>org.apache.karaf</groupId>
     <artifactId>apache-karaf</artifactId>
     <packaging>pom</packaging>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.1.0</version>
     <name>Apache Karaf :: Assembly</name>
 
     <properties>
diff --git a/client/pom.xml b/client/pom.xml
index 5dcdb32..a2f046b 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.apache.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0</version>
     </parent>
 
     <groupId>org.apache.karaf</groupId>
     <artifactId>org.apache.karaf.client</artifactId>
     <packaging>bundle</packaging>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.1.0</version>
     <name>Apache Karaf :: Client</name>
 
     <properties>
diff --git a/demos/branding/pom.xml b/demos/branding/pom.xml
index a057070..38e27c3 100644
--- a/demos/branding/pom.xml
+++ b/demos/branding/pom.xml
@@ -1,7 +1,4 @@
-<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/maven-v4_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/maven-v4_0_0.xsd">
 
 <!--
 
@@ -26,7 +23,7 @@
     <parent>
         <groupId>org.apache.karaf.demos</groupId>
         <artifactId>demos</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0</version>
     </parent>
 
     <groupId>org.apache.karaf.demos</groupId>
diff --git a/demos/branding/shell/pom.xml b/demos/branding/shell/pom.xml
index 4d0e9b9..5956f0f 100644
--- a/demos/branding/shell/pom.xml
+++ b/demos/branding/shell/pom.xml
@@ -1,7 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<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/maven-v4_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/maven-v4_0_0.xsd">
 
 <!--
 
@@ -26,13 +24,13 @@
     <parent>
         <groupId>org.apache.karaf.demos</groupId>
         <artifactId>org.apache.karaf.demos.branding</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0</version>
     </parent>
 
     <groupId>org.apache.karaf.demos</groupId>
     <artifactId>org.apache.karaf.demos.branding.shell</artifactId>
     <packaging>bundle</packaging>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.1.0</version>
     <name>Apache Karaf :: Demos :: Branding :: Shell</name>
 
     <build>
diff --git a/demos/pom.xml b/demos/pom.xml
index 65044dd..f067ade 100644
--- a/demos/pom.xml
+++ b/demos/pom.xml
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.apache.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0</version>
     </parent>
 
     <groupId>org.apache.karaf.demos</groupId>
     <artifactId>demos</artifactId>
     <packaging>pom</packaging>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.1.0</version>
     <name>Apache Karaf :: Demos</name>
 
     <modules>
diff --git a/demos/web/pom.xml b/demos/web/pom.xml
index bc1cd053..cde39f8 100644
--- a/demos/web/pom.xml
+++ b/demos/web/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.karaf.demos</groupId>
     <artifactId>demos</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.1.0</version>
   </parent>
 
   <groupId>org.apache.karaf.demos</groupId>
diff --git a/deployer/blueprint/pom.xml b/deployer/blueprint/pom.xml
index e403b89..9a66b31 100644
--- a/deployer/blueprint/pom.xml
+++ b/deployer/blueprint/pom.xml
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.apache.karaf.deployer</groupId>
         <artifactId>deployer</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0</version>
     </parent>
 
     <groupId>org.apache.karaf.deployer</groupId>
     <artifactId>org.apache.karaf.deployer.blueprint</artifactId>
     <packaging>bundle</packaging>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.1.0</version>
     <name>Apache Karaf :: Blueprint Deployer</name>
 
     <description>This deployer transforms a plain blueprint xml file to a deployable bundle</description>
diff --git a/deployer/features/pom.xml b/deployer/features/pom.xml
index 5a5a83f..ef73783 100644
--- a/deployer/features/pom.xml
+++ b/deployer/features/pom.xml
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.apache.karaf.deployer</groupId>
         <artifactId>deployer</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0</version>
     </parent>
 
     <groupId>org.apache.karaf.deployer</groupId>
     <artifactId>org.apache.karaf.deployer.features</artifactId>
     <packaging>bundle</packaging>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.1.0</version>
     <name>Apache Karaf :: Features Deployer</name>
 
     <description>This deployer can deploy features descriptor on the fly</description>
diff --git a/deployer/pom.xml b/deployer/pom.xml
index cdbdd21..97c1c0b 100644
--- a/deployer/pom.xml
+++ b/deployer/pom.xml
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.apache.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0</version>
     </parent>
 
     <groupId>org.apache.karaf.deployer</groupId>
     <artifactId>deployer</artifactId>
     <packaging>pom</packaging>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.1.0</version>
     <name>Apache Karaf :: Deployer</name>
 
     <modules>
diff --git a/deployer/spring/pom.xml b/deployer/spring/pom.xml
index 7e1456e..5ca272d 100644
--- a/deployer/spring/pom.xml
+++ b/deployer/spring/pom.xml
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.apache.karaf.deployer</groupId>
         <artifactId>deployer</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0</version>
     </parent>
 
     <groupId>org.apache.karaf.deployer</groupId>
     <artifactId>org.apache.karaf.deployer.spring</artifactId>
     <packaging>bundle</packaging>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.1.0</version>
     <name>Apache Karaf :: Spring Deployer</name>
 
     <description>This deployer transforms a plain spring xml file to a deployable bundle</description>
diff --git a/deployer/war/pom.xml b/deployer/war/pom.xml
index 39c97cb..204fb33 100644
--- a/deployer/war/pom.xml
+++ b/deployer/war/pom.xml
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.apache.karaf.deployer</groupId>
         <artifactId>deployer</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0</version>
     </parent>
 
     <groupId>org.apache.karaf.deployer</groupId>
     <artifactId>org.apache.karaf.deployer.war</artifactId>
     <packaging>bundle</packaging>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.1.0</version>
     <name>Apache Karaf :: WAR Deployer</name>
 
     <description>This deployer transforms a plain war file to a deployable bundle</description>
diff --git a/exception/pom.xml b/exception/pom.xml
index 198ab4d..cb48794 100644
--- a/exception/pom.xml
+++ b/exception/pom.xml
@@ -23,12 +23,12 @@
     <parent>
         <groupId>org.apache.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0</version>
     </parent>
 
     <groupId>org.apache.karaf</groupId>
     <artifactId>org.apache.karaf.exception</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.1.0</version>
     <name>Apache Karaf :: Exception</name>
 
     <properties>
diff --git a/features/command/pom.xml b/features/command/pom.xml
index 16a074a..0fc229f 100644
--- a/features/command/pom.xml
+++ b/features/command/pom.xml
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.apache.karaf.features</groupId>
         <artifactId>features</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0</version>
     </parent>
 
     <groupId>org.apache.karaf.features</groupId>
     <artifactId>org.apache.karaf.features.command</artifactId>
     <packaging>bundle</packaging>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.1.0</version>
     <name>Apache Karaf :: Features Command</name>
 
     <properties>
diff --git a/features/core/pom.xml b/features/core/pom.xml
index 311db00..76f99ce 100644
--- a/features/core/pom.xml
+++ b/features/core/pom.xml
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.apache.karaf.features</groupId>
         <artifactId>features</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0</version>
     </parent>
 
     <groupId>org.apache.karaf.features</groupId>
     <artifactId>org.apache.karaf.features.core</artifactId>
     <packaging>bundle</packaging>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.1.0</version>
     <name>Apache Karaf :: Features Core</name>
 
     <properties>
diff --git a/features/management/pom.xml b/features/management/pom.xml
index a153129..677ba42 100644
--- a/features/management/pom.xml
+++ b/features/management/pom.xml
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.apache.karaf.features</groupId>
         <artifactId>features</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0</version>
     </parent>
 
     <groupId>org.apache.karaf.features</groupId>
     <artifactId>org.apache.karaf.features.management</artifactId>
     <packaging>bundle</packaging>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.1.0</version>
     <name>Apache Karaf :: Features Management</name>
 
     <properties>
diff --git a/features/obr/pom.xml b/features/obr/pom.xml
index 2a6a658..9bf6053 100644
--- a/features/obr/pom.xml
+++ b/features/obr/pom.xml
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.apache.karaf.features</groupId>
         <artifactId>features</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0</version>
     </parent>
 
     <groupId>org.apache.karaf.features</groupId>
     <artifactId>org.apache.karaf.features.obr</artifactId>
     <packaging>bundle</packaging>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.1.0</version>
     <name>Apache Karaf :: Features OBR Resolver</name>
 
     <properties>
diff --git a/features/pom.xml b/features/pom.xml
index 33aac04..13795b8 100644
--- a/features/pom.xml
+++ b/features/pom.xml
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.apache.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0</version>
     </parent>
 
     <groupId>org.apache.karaf.features</groupId>
     <artifactId>features</artifactId>
     <packaging>pom</packaging>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.1.0</version>
     <name>Apache Karaf :: Features</name>
 
     <modules>
diff --git a/itests/dependencies/pom.xml b/itests/dependencies/pom.xml
index e973a9e..95fb9a5 100644
--- a/itests/dependencies/pom.xml
+++ b/itests/dependencies/pom.xml
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.apache.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0</version>
     </parent>
 
     <groupId>org.apache.karaf.itests</groupId>
     <artifactId>dependencies</artifactId>
     <packaging>pom</packaging>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.1.0</version>
     <name>Apache Karaf :: Integration Tests Dependencies</name>
 
     <repositories>
diff --git a/itests/pom.xml b/itests/pom.xml
index 39b2d97..d2a64a0 100644
--- a/itests/pom.xml
+++ b/itests/pom.xml
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.apache.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0</version>
     </parent>
 
     <groupId>org.apache.karaf.itests</groupId>
     <artifactId>itests</artifactId>
     <packaging>pom</packaging>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.1.0</version>
     <name>Apache Karaf :: Integration Tests Parent</name>
 
     <modules>
diff --git a/itests/tests/pom.xml b/itests/tests/pom.xml
index 0ed8780..72ca821 100644
--- a/itests/tests/pom.xml
+++ b/itests/tests/pom.xml
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.apache.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0</version>
     </parent>
 
     <groupId>org.apache.karaf</groupId>
     <artifactId>tests</artifactId>
     <packaging>jar</packaging>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.1.0</version>
     <name>Apache Karaf :: ITests</name>
 
     <description>
diff --git a/jaas/boot/pom.xml b/jaas/boot/pom.xml
index 68ccbcc..25fc4d9 100644
--- a/jaas/boot/pom.xml
+++ b/jaas/boot/pom.xml
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.apache.karaf.jaas</groupId>
         <artifactId>jaas</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0</version>
     </parent>
 
     <groupId>org.apache.karaf.jaas</groupId>
     <artifactId>org.apache.karaf.jaas.boot</artifactId>
     <packaging>bundle</packaging>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.1.0</version>
     <name>Apache Karaf :: JAAS Boot</name>
 
     <description>
diff --git a/jaas/config/pom.xml b/jaas/config/pom.xml
index 8e4ba00..7e851ee 100644
--- a/jaas/config/pom.xml
+++ b/jaas/config/pom.xml
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.apache.karaf.jaas</groupId>
         <artifactId>jaas</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0</version>
     </parent>
 
     <groupId>org.apache.karaf.jaas</groupId>
     <artifactId>org.apache.karaf.jaas.config</artifactId>
     <packaging>bundle</packaging>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.1.0</version>
     <name>Apache Karaf :: JAAS Config</name>
 
     <description>
diff --git a/jaas/jasypt/pom.xml b/jaas/jasypt/pom.xml
index 5f16cfb..5eadc61 100644
--- a/jaas/jasypt/pom.xml
+++ b/jaas/jasypt/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.karaf.jaas</groupId>
         <artifactId>jaas</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0</version>
     </parent>
     
     <groupId>org.apache.karaf.jaas</groupId>
     <artifactId>org.apache.karaf.jaas.jasypt</artifactId>
     <packaging>bundle</packaging>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.1.0</version>
     <name>Apache Karaf :: JAAS Jasypt Encryption</name>
     
     <description>
diff --git a/jaas/modules/pom.xml b/jaas/modules/pom.xml
index bdce346..ae49886 100644
--- a/jaas/modules/pom.xml
+++ b/jaas/modules/pom.xml
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.apache.karaf.jaas</groupId>
         <artifactId>jaas</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0</version>
     </parent>
 
     <groupId>org.apache.karaf.jaas</groupId>
     <artifactId>org.apache.karaf.jaas.modules</artifactId>
     <packaging>bundle</packaging>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.1.0</version>
     <name>Apache Karaf :: JAAS Modules</name>
 
     <description>
diff --git a/jaas/pom.xml b/jaas/pom.xml
index f9b5019..065a85c 100644
--- a/jaas/pom.xml
+++ b/jaas/pom.xml
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.apache.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0</version>
     </parent>
 
     <groupId>org.apache.karaf.jaas</groupId>
     <artifactId>jaas</artifactId>
     <packaging>pom</packaging>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.1.0</version>
     <name>Apache Karaf :: JAAS</name>
 
     <modules>
diff --git a/main/pom.xml b/main/pom.xml
index 746a38c..922390d 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.apache.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0</version>
     </parent>
 
     <groupId>org.apache.karaf</groupId>
     <artifactId>org.apache.karaf.main</artifactId>
     <packaging>bundle</packaging>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.1.0</version>
     <name>Apache Karaf :: Main</name>
 
     <properties>
diff --git a/management/pom.xml b/management/pom.xml
index 3ac1216..2bb403f 100644
--- a/management/pom.xml
+++ b/management/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0</version>
     </parent>
 
     <groupId>org.apache.karaf</groupId>
     <artifactId>org.apache.karaf.management</artifactId>
     <packaging>bundle</packaging>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.1.0</version>
     <name>Apache Karaf :: Management</name>
 
     <properties>
diff --git a/manual/pom.xml b/manual/pom.xml
index 518bfd5..e006b9a 100644
--- a/manual/pom.xml
+++ b/manual/pom.xml
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.karaf</groupId>
     <artifactId>karaf</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.1.0</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.karaf</groupId>
   <artifactId>manual</artifactId>
-  <version>2.0.1-SNAPSHOT</version>
+  <version>2.1.0</version>
   <packaging>pom</packaging>
   <name>Apache Karaf :: Manual</name>
   <description>The Karaf Manual which generates a HTML and PDF representation of the manual.</description>
diff --git a/pom.xml b/pom.xml
index e795c49..ebf1a0e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
     <groupId>org.apache.karaf</groupId>
     <artifactId>karaf</artifactId>
     <packaging>pom</packaging>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.1.0</version>
     <name>Apache Karaf</name>
     <inceptionYear>2007</inceptionYear>
 
@@ -54,9 +54,9 @@
     </modules>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/karaf/branches/karaf-2.1.x</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/karaf/branches/karaf-2.1.x</developerConnection>
-        <url>http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/karaf/tags/karaf-2.1.0</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/karaf/tags/karaf-2.1.0</developerConnection>
+        <url>http://svn.apache.org/viewvc/karaf/tags/karaf-2.1.0</url>
     </scm>
 
     <issueManagement>
diff --git a/shell/commands/pom.xml b/shell/commands/pom.xml
index b0f4e01..2d9735e 100644
--- a/shell/commands/pom.xml
+++ b/shell/commands/pom.xml
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.apache.karaf.shell</groupId>
         <artifactId>shell</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0</version>
     </parent>
 
     <groupId>org.apache.karaf.shell</groupId>
     <artifactId>org.apache.karaf.shell.commands</artifactId>
     <packaging>bundle</packaging>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.1.0</version>
     <name>Apache Karaf :: Shell Various Commands</name>
 
     <description>
diff --git a/shell/config/pom.xml b/shell/config/pom.xml
index 656ac74..f96a333 100644
--- a/shell/config/pom.xml
+++ b/shell/config/pom.xml
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.apache.karaf.shell</groupId>
         <artifactId>shell</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0</version>
     </parent>
 
     <groupId>org.apache.karaf.shell</groupId>
     <artifactId>org.apache.karaf.shell.config</artifactId>
     <packaging>bundle</packaging>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.1.0</version>
     <name>Apache Karaf :: Shell ConfigAdmin Commands</name>
 
     <description>
diff --git a/shell/console/pom.xml b/shell/console/pom.xml
index 3c7bc40..31a93d2 100644
--- a/shell/console/pom.xml
+++ b/shell/console/pom.xml
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.apache.karaf.shell</groupId>
         <artifactId>shell</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0</version>
     </parent>
 
     <groupId>org.apache.karaf.shell</groupId>
     <artifactId>org.apache.karaf.shell.console</artifactId>
     <packaging>bundle</packaging>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.1.0</version>
     <name>Apache Karaf :: Shell Console</name>
 
     <description>
diff --git a/shell/dev/pom.xml b/shell/dev/pom.xml
index 2925eed..cf367ed 100644
--- a/shell/dev/pom.xml
+++ b/shell/dev/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>shell</artifactId>
     <groupId>org.apache.karaf.shell</groupId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.1.0</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/shell/log/pom.xml b/shell/log/pom.xml
index 6f85e57..5bdc69f 100644
--- a/shell/log/pom.xml
+++ b/shell/log/pom.xml
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.apache.karaf.shell</groupId>
         <artifactId>shell</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0</version>
     </parent>
 
     <groupId>org.apache.karaf.shell</groupId>
     <artifactId>org.apache.karaf.shell.log</artifactId>
     <packaging>bundle</packaging>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.1.0</version>
     <name>Apache Karaf :: Shell Log Commands</name>
 
     <description>
diff --git a/shell/obr/pom.xml b/shell/obr/pom.xml
index 6825736..5ea3a99 100644
--- a/shell/obr/pom.xml
+++ b/shell/obr/pom.xml
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.apache.karaf.shell</groupId>
         <artifactId>shell</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0</version>
     </parent>
 
     <groupId>org.apache.karaf.shell</groupId>
     <artifactId>org.apache.karaf.shell.obr</artifactId>
     <packaging>bundle</packaging>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.1.0</version>
     <name>Apache Karaf :: Shell OBR Commands</name>
 
     <description>
diff --git a/shell/osgi/pom.xml b/shell/osgi/pom.xml
index ade9756..87e1f7a 100644
--- a/shell/osgi/pom.xml
+++ b/shell/osgi/pom.xml
@@ -1,5 +1,4 @@
-<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/maven-v4_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/maven-v4_0_0.xsd">
 
     <!--
 
@@ -24,13 +23,13 @@
     <parent>
         <groupId>org.apache.karaf.shell</groupId>
         <artifactId>shell</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0</version>
     </parent>
 
     <groupId>org.apache.karaf.shell</groupId>
     <artifactId>org.apache.karaf.shell.osgi</artifactId>
     <packaging>bundle</packaging>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.1.0</version>
     <name>Apache Karaf :: Shell OSGi Commands</name>
 
     <description>
diff --git a/shell/packages/pom.xml b/shell/packages/pom.xml
index 2aea2ce..7468fa2 100644
--- a/shell/packages/pom.xml
+++ b/shell/packages/pom.xml
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.apache.karaf.shell</groupId>
         <artifactId>shell</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0</version>
     </parent>
 
     <groupId>org.apache.karaf.shell</groupId>
     <artifactId>org.apache.karaf.shell.packages</artifactId>
     <packaging>bundle</packaging>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.1.0</version>
     <name>Apache Karaf :: Shell PackageAdmin Commands</name>
 
     <description>
diff --git a/shell/pom.xml b/shell/pom.xml
index c504879..89a9e7b 100644
--- a/shell/pom.xml
+++ b/shell/pom.xml
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.apache.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0</version>
     </parent>
 
     <groupId>org.apache.karaf.shell</groupId>
     <artifactId>shell</artifactId>
     <packaging>pom</packaging>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.1.0</version>
     <name>Apache Karaf :: Shell</name>
 
     <modules>
diff --git a/shell/ssh/pom.xml b/shell/ssh/pom.xml
index f677fda..cb753e6 100644
--- a/shell/ssh/pom.xml
+++ b/shell/ssh/pom.xml
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.apache.karaf.shell</groupId>
         <artifactId>shell</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0</version>
     </parent>
 
     <groupId>org.apache.karaf.shell</groupId>
     <artifactId>org.apache.karaf.shell.ssh</artifactId>
     <packaging>bundle</packaging>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.1.0</version>
     <name>Apache Karaf :: Shell SSH</name>
 
     <description>
diff --git a/shell/wrapper/pom.xml b/shell/wrapper/pom.xml
index 7c3daeb..bbb822a 100644
--- a/shell/wrapper/pom.xml
+++ b/shell/wrapper/pom.xml
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.apache.karaf.shell</groupId>
         <artifactId>shell</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0</version>
     </parent>
 
     <groupId>org.apache.karaf.shell</groupId>
     <artifactId>org.apache.karaf.shell.wrapper</artifactId>
     <packaging>bundle</packaging>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.1.0</version>
     <name>Apache Karaf :: Shell Service Wrapper</name>
 
     <description>
diff --git a/tooling/cmdhelp-maven-plugin/pom.xml b/tooling/cmdhelp-maven-plugin/pom.xml
index 7e4a843..0a2f296 100644
--- a/tooling/cmdhelp-maven-plugin/pom.xml
+++ b/tooling/cmdhelp-maven-plugin/pom.xml
@@ -21,13 +21,13 @@
     <parent>
       <groupId>org.apache.karaf.tooling</groupId>
       <artifactId>tooling</artifactId>
-      <version>2.0.1-SNAPSHOT</version>
+      <version>2.1.0</version>
     </parent>
 
     <groupId>org.apache.karaf.tooling</groupId>
     <artifactId>cmdhelp-maven-plugin</artifactId>
     <packaging>maven-plugin</packaging>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.1.0</version>
     <name>Apache Karaf :: Maven2 Command Help plugin</name>
 
     <description>
diff --git a/tooling/features-maven-plugin/pom.xml b/tooling/features-maven-plugin/pom.xml
index 191e963..413a7c7 100644
--- a/tooling/features-maven-plugin/pom.xml
+++ b/tooling/features-maven-plugin/pom.xml
@@ -21,13 +21,13 @@
     <parent>
       <groupId>org.apache.karaf.tooling</groupId>
       <artifactId>tooling</artifactId>
-      <version>2.0.1-SNAPSHOT</version>
+      <version>2.1.0</version>
     </parent>
 
     <groupId>org.apache.karaf.tooling</groupId>
     <artifactId>features-maven-plugin</artifactId>
     <packaging>maven-plugin</packaging>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.1.0</version>
     <name>Apache Karaf :: Maven2 Features plugin</name>
 
     <description>
diff --git a/tooling/pom.xml b/tooling/pom.xml
index 2468bad..f3b500b 100644
--- a/tooling/pom.xml
+++ b/tooling/pom.xml
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.apache.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0</version>
     </parent>
 
     <groupId>org.apache.karaf.tooling</groupId>
     <artifactId>tooling</artifactId>
     <packaging>pom</packaging>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.1.0</version>
     <name>Apache Karaf :: Tooling</name>
 
     <modules>
diff --git a/tooling/testing/pom.xml b/tooling/testing/pom.xml
index d98615a..8c97d64 100644
--- a/tooling/testing/pom.xml
+++ b/tooling/testing/pom.xml
@@ -21,13 +21,13 @@
     <parent>
       <groupId>org.apache.karaf.tooling</groupId>
       <artifactId>tooling</artifactId>
-      <version>2.0.1-SNAPSHOT</version>
+      <version>2.1.0</version>
     </parent>
 
     <groupId>org.apache.karaf.tooling</groupId>
     <artifactId>org.apache.karaf.tooling.testing</artifactId>
     <packaging>bundle</packaging>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.1.0</version>
     <name>Apache Karaf :: Testing environment</name>
 
     <description>
diff --git a/util/pom.xml b/util/pom.xml
index 0a5151c..5c158de 100644
--- a/util/pom.xml
+++ b/util/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0</version>
     </parent>
     
     <groupId>org.apache.karaf</groupId>
     <artifactId>org.apache.karaf.util</artifactId>
     <packaging>jar</packaging>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.1.0</version>
     <name>Apache Karaf :: Util</name>
     
     <description>
diff --git a/webconsole/admin/pom.xml b/webconsole/admin/pom.xml
index b932c76..840cd98 100644
--- a/webconsole/admin/pom.xml
+++ b/webconsole/admin/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.karaf.webconsole</groupId>
         <artifactId>webconsole</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0</version>
     </parent>
 
     <groupId>org.apache.karaf.webconsole</groupId>
     <artifactId>org.apache.karaf.webconsole.admin</artifactId>
     <packaging>bundle</packaging>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.1.0</version>
     <name>Apache Karaf :: Web Console :: Admin Plugin</name>
   
     <properties>
diff --git a/webconsole/branding/pom.xml b/webconsole/branding/pom.xml
index 16c4e75..59f50e3 100644
--- a/webconsole/branding/pom.xml
+++ b/webconsole/branding/pom.xml
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.apache.karaf.webconsole</groupId>
         <artifactId>webconsole</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.0</version>
     </parent>
 
     <groupId>org.apache.karaf.webconsole</groupId>
     <artifactId>org.apache.karaf.webconsole.branding</artifactId>
     <packaging>bundle</packaging>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.1.0</version>
     <name>Apache Karaf :: Web Console :: Branding</name>
 
     <description>Apache Karaf branding for the Apache Felix Web Console. This fragment
diff --git a/webconsole/features/pom.xml b/webconsole/features/pom.xml
index a2d36bf..59af357 100644
--- a/webconsole/features/pom.xml
+++ b/webconsole/features/pom.xml
@@ -24,13 +24,13 @@
   <parent>
       <groupId>org.apache.karaf.webconsole</groupId>
       <artifactId>webconsole</artifactId>
-      <version>2.0.1-SNAPSHOT</version>
+      <version>2.1.0</version>
   </parent>
 
   <groupId>org.apache.karaf.webconsole</groupId>
   <artifactId>org.apache.karaf.webconsole.features</artifactId>
   <packaging>bundle</packaging>
-  <version>2.0.1-SNAPSHOT</version>
+  <version>2.1.0</version>
   <name>Apache Karaf :: Web Console :: Features Plugin</name>
   
   <properties>
diff --git a/webconsole/gogo/pom.xml b/webconsole/gogo/pom.xml
index 4d9ea87..d64be6b 100644
--- a/webconsole/gogo/pom.xml
+++ b/webconsole/gogo/pom.xml
@@ -24,13 +24,13 @@
   <parent>
       <groupId>org.apache.karaf.webconsole</groupId>
       <artifactId>webconsole</artifactId>
-      <version>2.0.1-SNAPSHOT</version>
+      <version>2.1.0</version>
   </parent>
 
   <groupId>org.apache.karaf.webconsole</groupId>
   <artifactId>org.apache.karaf.webconsole.gogo</artifactId>
   <packaging>bundle</packaging>
-  <version>2.0.1-SNAPSHOT</version>
+  <version>2.1.0</version>
   <name>Apache Karaf :: Web Console :: Gogo Plugin</name>
   
   <properties>
diff --git a/webconsole/pom.xml b/webconsole/pom.xml
index fe804b7..dbced43 100644
--- a/webconsole/pom.xml
+++ b/webconsole/pom.xml
@@ -24,13 +24,13 @@
   <parent>
     <groupId>org.apache.karaf</groupId>
     <artifactId>karaf</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.1.0</version>
   </parent>
 
   <groupId>org.apache.karaf.webconsole</groupId>
   <artifactId>webconsole</artifactId>
   <packaging>pom</packaging>
-  <version>2.0.1-SNAPSHOT</version>
+  <version>2.1.0</version>
   <name>Apache Karaf :: Web Console</name>
   
   <modules>