You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jg...@apache.org on 2010/09/21 15:04:53 UTC

svn commit: r999386 - in /karaf/branches/karaf-2.1.x: ./ admin/ admin/command/ admin/core/ admin/management/ archetypes/ archetypes/command/ archetypes/itests/ assembly/ client/ demos/ demos/branding/ demos/branding/shell/ demos/web/ deployer/ deployer...

Author: jgoodyear
Date: Tue Sep 21 13:04:52 2010
New Revision: 999386

URL: http://svn.apache.org/viewvc?rev=999386&view=rev
Log:
[maven-release-plugin] prepare release karaf-2.1.0

Modified:
    karaf/branches/karaf-2.1.x/admin/command/pom.xml
    karaf/branches/karaf-2.1.x/admin/core/pom.xml
    karaf/branches/karaf-2.1.x/admin/management/pom.xml
    karaf/branches/karaf-2.1.x/admin/pom.xml
    karaf/branches/karaf-2.1.x/archetypes/command/pom.xml
    karaf/branches/karaf-2.1.x/archetypes/itests/pom.xml
    karaf/branches/karaf-2.1.x/archetypes/pom.xml
    karaf/branches/karaf-2.1.x/assembly/pom.xml
    karaf/branches/karaf-2.1.x/client/pom.xml
    karaf/branches/karaf-2.1.x/demos/branding/pom.xml
    karaf/branches/karaf-2.1.x/demos/branding/shell/pom.xml
    karaf/branches/karaf-2.1.x/demos/pom.xml
    karaf/branches/karaf-2.1.x/demos/web/pom.xml
    karaf/branches/karaf-2.1.x/deployer/blueprint/pom.xml
    karaf/branches/karaf-2.1.x/deployer/features/pom.xml
    karaf/branches/karaf-2.1.x/deployer/pom.xml
    karaf/branches/karaf-2.1.x/deployer/spring/pom.xml
    karaf/branches/karaf-2.1.x/deployer/war/pom.xml
    karaf/branches/karaf-2.1.x/exception/pom.xml
    karaf/branches/karaf-2.1.x/features/command/pom.xml
    karaf/branches/karaf-2.1.x/features/core/pom.xml
    karaf/branches/karaf-2.1.x/features/management/pom.xml
    karaf/branches/karaf-2.1.x/features/obr/pom.xml
    karaf/branches/karaf-2.1.x/features/pom.xml
    karaf/branches/karaf-2.1.x/itests/dependencies/pom.xml
    karaf/branches/karaf-2.1.x/itests/pom.xml
    karaf/branches/karaf-2.1.x/itests/tests/pom.xml
    karaf/branches/karaf-2.1.x/jaas/boot/pom.xml
    karaf/branches/karaf-2.1.x/jaas/config/pom.xml
    karaf/branches/karaf-2.1.x/jaas/jasypt/pom.xml
    karaf/branches/karaf-2.1.x/jaas/modules/pom.xml
    karaf/branches/karaf-2.1.x/jaas/pom.xml
    karaf/branches/karaf-2.1.x/main/pom.xml
    karaf/branches/karaf-2.1.x/management/pom.xml
    karaf/branches/karaf-2.1.x/manual/pom.xml
    karaf/branches/karaf-2.1.x/pom.xml
    karaf/branches/karaf-2.1.x/shell/commands/pom.xml
    karaf/branches/karaf-2.1.x/shell/config/pom.xml
    karaf/branches/karaf-2.1.x/shell/console/pom.xml
    karaf/branches/karaf-2.1.x/shell/dev/pom.xml
    karaf/branches/karaf-2.1.x/shell/log/pom.xml
    karaf/branches/karaf-2.1.x/shell/obr/pom.xml
    karaf/branches/karaf-2.1.x/shell/osgi/pom.xml
    karaf/branches/karaf-2.1.x/shell/packages/pom.xml
    karaf/branches/karaf-2.1.x/shell/pom.xml
    karaf/branches/karaf-2.1.x/shell/ssh/pom.xml
    karaf/branches/karaf-2.1.x/shell/wrapper/pom.xml
    karaf/branches/karaf-2.1.x/tooling/cmdhelp-maven-plugin/pom.xml
    karaf/branches/karaf-2.1.x/tooling/features-maven-plugin/pom.xml
    karaf/branches/karaf-2.1.x/tooling/pom.xml
    karaf/branches/karaf-2.1.x/tooling/testing/pom.xml
    karaf/branches/karaf-2.1.x/util/pom.xml
    karaf/branches/karaf-2.1.x/webconsole/admin/pom.xml
    karaf/branches/karaf-2.1.x/webconsole/branding/pom.xml
    karaf/branches/karaf-2.1.x/webconsole/features/pom.xml
    karaf/branches/karaf-2.1.x/webconsole/gogo/pom.xml
    karaf/branches/karaf-2.1.x/webconsole/pom.xml

Modified: karaf/branches/karaf-2.1.x/admin/command/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/admin/command/pom.xml?rev=999386&r1=999385&r2=999386&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/admin/command/pom.xml (original)
+++ karaf/branches/karaf-2.1.x/admin/command/pom.xml Tue Sep 21 13:04:52 2010
@@ -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>

Modified: karaf/branches/karaf-2.1.x/admin/core/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/admin/core/pom.xml?rev=999386&r1=999385&r2=999386&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/admin/core/pom.xml (original)
+++ karaf/branches/karaf-2.1.x/admin/core/pom.xml Tue Sep 21 13:04:52 2010
@@ -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>

Modified: karaf/branches/karaf-2.1.x/admin/management/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/admin/management/pom.xml?rev=999386&r1=999385&r2=999386&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/admin/management/pom.xml (original)
+++ karaf/branches/karaf-2.1.x/admin/management/pom.xml Tue Sep 21 13:04:52 2010
@@ -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>

Modified: karaf/branches/karaf-2.1.x/admin/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/admin/pom.xml?rev=999386&r1=999385&r2=999386&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/admin/pom.xml (original)
+++ karaf/branches/karaf-2.1.x/admin/pom.xml Tue Sep 21 13:04:52 2010
@@ -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>

Modified: karaf/branches/karaf-2.1.x/archetypes/command/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/archetypes/command/pom.xml?rev=999386&r1=999385&r2=999386&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/archetypes/command/pom.xml (original)
+++ karaf/branches/karaf-2.1.x/archetypes/command/pom.xml Tue Sep 21 13:04:52 2010
@@ -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>

Modified: karaf/branches/karaf-2.1.x/archetypes/itests/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/archetypes/itests/pom.xml?rev=999386&r1=999385&r2=999386&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/archetypes/itests/pom.xml (original)
+++ karaf/branches/karaf-2.1.x/archetypes/itests/pom.xml Tue Sep 21 13:04:52 2010
@@ -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>

Modified: karaf/branches/karaf-2.1.x/archetypes/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/archetypes/pom.xml?rev=999386&r1=999385&r2=999386&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/archetypes/pom.xml (original)
+++ karaf/branches/karaf-2.1.x/archetypes/pom.xml Tue Sep 21 13:04:52 2010
@@ -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>

Modified: karaf/branches/karaf-2.1.x/assembly/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/assembly/pom.xml?rev=999386&r1=999385&r2=999386&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/assembly/pom.xml (original)
+++ karaf/branches/karaf-2.1.x/assembly/pom.xml Tue Sep 21 13:04:52 2010
@@ -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>

Modified: karaf/branches/karaf-2.1.x/client/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/client/pom.xml?rev=999386&r1=999385&r2=999386&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/client/pom.xml (original)
+++ karaf/branches/karaf-2.1.x/client/pom.xml Tue Sep 21 13:04:52 2010
@@ -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>

Modified: karaf/branches/karaf-2.1.x/demos/branding/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/demos/branding/pom.xml?rev=999386&r1=999385&r2=999386&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/demos/branding/pom.xml (original)
+++ karaf/branches/karaf-2.1.x/demos/branding/pom.xml Tue Sep 21 13:04:52 2010
@@ -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>

Modified: karaf/branches/karaf-2.1.x/demos/branding/shell/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/demos/branding/shell/pom.xml?rev=999386&r1=999385&r2=999386&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/demos/branding/shell/pom.xml (original)
+++ karaf/branches/karaf-2.1.x/demos/branding/shell/pom.xml Tue Sep 21 13:04:52 2010
@@ -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>

Modified: karaf/branches/karaf-2.1.x/demos/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/demos/pom.xml?rev=999386&r1=999385&r2=999386&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/demos/pom.xml (original)
+++ karaf/branches/karaf-2.1.x/demos/pom.xml Tue Sep 21 13:04:52 2010
@@ -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>

Modified: karaf/branches/karaf-2.1.x/demos/web/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/demos/web/pom.xml?rev=999386&r1=999385&r2=999386&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/demos/web/pom.xml (original)
+++ karaf/branches/karaf-2.1.x/demos/web/pom.xml Tue Sep 21 13:04:52 2010
@@ -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>

Modified: karaf/branches/karaf-2.1.x/deployer/blueprint/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/deployer/blueprint/pom.xml?rev=999386&r1=999385&r2=999386&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/deployer/blueprint/pom.xml (original)
+++ karaf/branches/karaf-2.1.x/deployer/blueprint/pom.xml Tue Sep 21 13:04:52 2010
@@ -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>

Modified: karaf/branches/karaf-2.1.x/deployer/features/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/deployer/features/pom.xml?rev=999386&r1=999385&r2=999386&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/deployer/features/pom.xml (original)
+++ karaf/branches/karaf-2.1.x/deployer/features/pom.xml Tue Sep 21 13:04:52 2010
@@ -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>

Modified: karaf/branches/karaf-2.1.x/deployer/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/deployer/pom.xml?rev=999386&r1=999385&r2=999386&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/deployer/pom.xml (original)
+++ karaf/branches/karaf-2.1.x/deployer/pom.xml Tue Sep 21 13:04:52 2010
@@ -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>

Modified: karaf/branches/karaf-2.1.x/deployer/spring/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/deployer/spring/pom.xml?rev=999386&r1=999385&r2=999386&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/deployer/spring/pom.xml (original)
+++ karaf/branches/karaf-2.1.x/deployer/spring/pom.xml Tue Sep 21 13:04:52 2010
@@ -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>

Modified: karaf/branches/karaf-2.1.x/deployer/war/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/deployer/war/pom.xml?rev=999386&r1=999385&r2=999386&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/deployer/war/pom.xml (original)
+++ karaf/branches/karaf-2.1.x/deployer/war/pom.xml Tue Sep 21 13:04:52 2010
@@ -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>

Modified: karaf/branches/karaf-2.1.x/exception/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/exception/pom.xml?rev=999386&r1=999385&r2=999386&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/exception/pom.xml (original)
+++ karaf/branches/karaf-2.1.x/exception/pom.xml Tue Sep 21 13:04:52 2010
@@ -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>

Modified: karaf/branches/karaf-2.1.x/features/command/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/features/command/pom.xml?rev=999386&r1=999385&r2=999386&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/features/command/pom.xml (original)
+++ karaf/branches/karaf-2.1.x/features/command/pom.xml Tue Sep 21 13:04:52 2010
@@ -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>

Modified: karaf/branches/karaf-2.1.x/features/core/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/features/core/pom.xml?rev=999386&r1=999385&r2=999386&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/features/core/pom.xml (original)
+++ karaf/branches/karaf-2.1.x/features/core/pom.xml Tue Sep 21 13:04:52 2010
@@ -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>

Modified: karaf/branches/karaf-2.1.x/features/management/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/features/management/pom.xml?rev=999386&r1=999385&r2=999386&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/features/management/pom.xml (original)
+++ karaf/branches/karaf-2.1.x/features/management/pom.xml Tue Sep 21 13:04:52 2010
@@ -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>

Modified: karaf/branches/karaf-2.1.x/features/obr/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/features/obr/pom.xml?rev=999386&r1=999385&r2=999386&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/features/obr/pom.xml (original)
+++ karaf/branches/karaf-2.1.x/features/obr/pom.xml Tue Sep 21 13:04:52 2010
@@ -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>

Modified: karaf/branches/karaf-2.1.x/features/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/features/pom.xml?rev=999386&r1=999385&r2=999386&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/features/pom.xml (original)
+++ karaf/branches/karaf-2.1.x/features/pom.xml Tue Sep 21 13:04:52 2010
@@ -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>

Modified: karaf/branches/karaf-2.1.x/itests/dependencies/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/itests/dependencies/pom.xml?rev=999386&r1=999385&r2=999386&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/itests/dependencies/pom.xml (original)
+++ karaf/branches/karaf-2.1.x/itests/dependencies/pom.xml Tue Sep 21 13:04:52 2010
@@ -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>

Modified: karaf/branches/karaf-2.1.x/itests/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/itests/pom.xml?rev=999386&r1=999385&r2=999386&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/itests/pom.xml (original)
+++ karaf/branches/karaf-2.1.x/itests/pom.xml Tue Sep 21 13:04:52 2010
@@ -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>

Modified: karaf/branches/karaf-2.1.x/itests/tests/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/itests/tests/pom.xml?rev=999386&r1=999385&r2=999386&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/itests/tests/pom.xml (original)
+++ karaf/branches/karaf-2.1.x/itests/tests/pom.xml Tue Sep 21 13:04:52 2010
@@ -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>

Modified: karaf/branches/karaf-2.1.x/jaas/boot/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/jaas/boot/pom.xml?rev=999386&r1=999385&r2=999386&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/jaas/boot/pom.xml (original)
+++ karaf/branches/karaf-2.1.x/jaas/boot/pom.xml Tue Sep 21 13:04:52 2010
@@ -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>

Modified: karaf/branches/karaf-2.1.x/jaas/config/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/jaas/config/pom.xml?rev=999386&r1=999385&r2=999386&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/jaas/config/pom.xml (original)
+++ karaf/branches/karaf-2.1.x/jaas/config/pom.xml Tue Sep 21 13:04:52 2010
@@ -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>

Modified: karaf/branches/karaf-2.1.x/jaas/jasypt/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/jaas/jasypt/pom.xml?rev=999386&r1=999385&r2=999386&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/jaas/jasypt/pom.xml (original)
+++ karaf/branches/karaf-2.1.x/jaas/jasypt/pom.xml Tue Sep 21 13:04:52 2010
@@ -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>

Modified: karaf/branches/karaf-2.1.x/jaas/modules/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/jaas/modules/pom.xml?rev=999386&r1=999385&r2=999386&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/jaas/modules/pom.xml (original)
+++ karaf/branches/karaf-2.1.x/jaas/modules/pom.xml Tue Sep 21 13:04:52 2010
@@ -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>

Modified: karaf/branches/karaf-2.1.x/jaas/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/jaas/pom.xml?rev=999386&r1=999385&r2=999386&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/jaas/pom.xml (original)
+++ karaf/branches/karaf-2.1.x/jaas/pom.xml Tue Sep 21 13:04:52 2010
@@ -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>

Modified: karaf/branches/karaf-2.1.x/main/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/main/pom.xml?rev=999386&r1=999385&r2=999386&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/main/pom.xml (original)
+++ karaf/branches/karaf-2.1.x/main/pom.xml Tue Sep 21 13:04:52 2010
@@ -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>

Modified: karaf/branches/karaf-2.1.x/management/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/management/pom.xml?rev=999386&r1=999385&r2=999386&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/management/pom.xml (original)
+++ karaf/branches/karaf-2.1.x/management/pom.xml Tue Sep 21 13:04:52 2010
@@ -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>

Modified: karaf/branches/karaf-2.1.x/manual/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/manual/pom.xml?rev=999386&r1=999385&r2=999386&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/manual/pom.xml (original)
+++ karaf/branches/karaf-2.1.x/manual/pom.xml Tue Sep 21 13:04:52 2010
@@ -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>

Modified: karaf/branches/karaf-2.1.x/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/pom.xml?rev=999386&r1=999385&r2=999386&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/pom.xml (original)
+++ karaf/branches/karaf-2.1.x/pom.xml Tue Sep 21 13:04:52 2010
@@ -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>

Modified: karaf/branches/karaf-2.1.x/shell/commands/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/shell/commands/pom.xml?rev=999386&r1=999385&r2=999386&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/shell/commands/pom.xml (original)
+++ karaf/branches/karaf-2.1.x/shell/commands/pom.xml Tue Sep 21 13:04:52 2010
@@ -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>

Modified: karaf/branches/karaf-2.1.x/shell/config/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/shell/config/pom.xml?rev=999386&r1=999385&r2=999386&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/shell/config/pom.xml (original)
+++ karaf/branches/karaf-2.1.x/shell/config/pom.xml Tue Sep 21 13:04:52 2010
@@ -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>

Modified: karaf/branches/karaf-2.1.x/shell/console/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/shell/console/pom.xml?rev=999386&r1=999385&r2=999386&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/shell/console/pom.xml (original)
+++ karaf/branches/karaf-2.1.x/shell/console/pom.xml Tue Sep 21 13:04:52 2010
@@ -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>

Modified: karaf/branches/karaf-2.1.x/shell/dev/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/shell/dev/pom.xml?rev=999386&r1=999385&r2=999386&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/shell/dev/pom.xml (original)
+++ karaf/branches/karaf-2.1.x/shell/dev/pom.xml Tue Sep 21 13:04:52 2010
@@ -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>

Modified: karaf/branches/karaf-2.1.x/shell/log/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/shell/log/pom.xml?rev=999386&r1=999385&r2=999386&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/shell/log/pom.xml (original)
+++ karaf/branches/karaf-2.1.x/shell/log/pom.xml Tue Sep 21 13:04:52 2010
@@ -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>

Modified: karaf/branches/karaf-2.1.x/shell/obr/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/shell/obr/pom.xml?rev=999386&r1=999385&r2=999386&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/shell/obr/pom.xml (original)
+++ karaf/branches/karaf-2.1.x/shell/obr/pom.xml Tue Sep 21 13:04:52 2010
@@ -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>

Modified: karaf/branches/karaf-2.1.x/shell/osgi/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/shell/osgi/pom.xml?rev=999386&r1=999385&r2=999386&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/shell/osgi/pom.xml (original)
+++ karaf/branches/karaf-2.1.x/shell/osgi/pom.xml Tue Sep 21 13:04:52 2010
@@ -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>

Modified: karaf/branches/karaf-2.1.x/shell/packages/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/shell/packages/pom.xml?rev=999386&r1=999385&r2=999386&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/shell/packages/pom.xml (original)
+++ karaf/branches/karaf-2.1.x/shell/packages/pom.xml Tue Sep 21 13:04:52 2010
@@ -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>

Modified: karaf/branches/karaf-2.1.x/shell/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/shell/pom.xml?rev=999386&r1=999385&r2=999386&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/shell/pom.xml (original)
+++ karaf/branches/karaf-2.1.x/shell/pom.xml Tue Sep 21 13:04:52 2010
@@ -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>

Modified: karaf/branches/karaf-2.1.x/shell/ssh/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/shell/ssh/pom.xml?rev=999386&r1=999385&r2=999386&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/shell/ssh/pom.xml (original)
+++ karaf/branches/karaf-2.1.x/shell/ssh/pom.xml Tue Sep 21 13:04:52 2010
@@ -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>

Modified: karaf/branches/karaf-2.1.x/shell/wrapper/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/shell/wrapper/pom.xml?rev=999386&r1=999385&r2=999386&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/shell/wrapper/pom.xml (original)
+++ karaf/branches/karaf-2.1.x/shell/wrapper/pom.xml Tue Sep 21 13:04:52 2010
@@ -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>

Modified: karaf/branches/karaf-2.1.x/tooling/cmdhelp-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/tooling/cmdhelp-maven-plugin/pom.xml?rev=999386&r1=999385&r2=999386&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/tooling/cmdhelp-maven-plugin/pom.xml (original)
+++ karaf/branches/karaf-2.1.x/tooling/cmdhelp-maven-plugin/pom.xml Tue Sep 21 13:04:52 2010
@@ -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>

Modified: karaf/branches/karaf-2.1.x/tooling/features-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/tooling/features-maven-plugin/pom.xml?rev=999386&r1=999385&r2=999386&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/tooling/features-maven-plugin/pom.xml (original)
+++ karaf/branches/karaf-2.1.x/tooling/features-maven-plugin/pom.xml Tue Sep 21 13:04:52 2010
@@ -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>

Modified: karaf/branches/karaf-2.1.x/tooling/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/tooling/pom.xml?rev=999386&r1=999385&r2=999386&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/tooling/pom.xml (original)
+++ karaf/branches/karaf-2.1.x/tooling/pom.xml Tue Sep 21 13:04:52 2010
@@ -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>

Modified: karaf/branches/karaf-2.1.x/tooling/testing/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/tooling/testing/pom.xml?rev=999386&r1=999385&r2=999386&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/tooling/testing/pom.xml (original)
+++ karaf/branches/karaf-2.1.x/tooling/testing/pom.xml Tue Sep 21 13:04:52 2010
@@ -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>

Modified: karaf/branches/karaf-2.1.x/util/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/util/pom.xml?rev=999386&r1=999385&r2=999386&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/util/pom.xml (original)
+++ karaf/branches/karaf-2.1.x/util/pom.xml Tue Sep 21 13:04:52 2010
@@ -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>

Modified: karaf/branches/karaf-2.1.x/webconsole/admin/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/webconsole/admin/pom.xml?rev=999386&r1=999385&r2=999386&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/webconsole/admin/pom.xml (original)
+++ karaf/branches/karaf-2.1.x/webconsole/admin/pom.xml Tue Sep 21 13:04:52 2010
@@ -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>

Modified: karaf/branches/karaf-2.1.x/webconsole/branding/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/webconsole/branding/pom.xml?rev=999386&r1=999385&r2=999386&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/webconsole/branding/pom.xml (original)
+++ karaf/branches/karaf-2.1.x/webconsole/branding/pom.xml Tue Sep 21 13:04:52 2010
@@ -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

Modified: karaf/branches/karaf-2.1.x/webconsole/features/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/webconsole/features/pom.xml?rev=999386&r1=999385&r2=999386&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/webconsole/features/pom.xml (original)
+++ karaf/branches/karaf-2.1.x/webconsole/features/pom.xml Tue Sep 21 13:04:52 2010
@@ -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>

Modified: karaf/branches/karaf-2.1.x/webconsole/gogo/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/webconsole/gogo/pom.xml?rev=999386&r1=999385&r2=999386&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/webconsole/gogo/pom.xml (original)
+++ karaf/branches/karaf-2.1.x/webconsole/gogo/pom.xml Tue Sep 21 13:04:52 2010
@@ -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>

Modified: karaf/branches/karaf-2.1.x/webconsole/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/webconsole/pom.xml?rev=999386&r1=999385&r2=999386&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/webconsole/pom.xml (original)
+++ karaf/branches/karaf-2.1.x/webconsole/pom.xml Tue Sep 21 13:04:52 2010
@@ -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>