[maven-release-plugin] prepare release karaf-3.0.0.RC1

git-svn-id: https://svn.apache.org/repos/asf/karaf/trunk@1455334 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/archetypes/assembly/pom.xml b/archetypes/assembly/pom.xml
index da2ff8c..61626d2 100644
--- a/archetypes/assembly/pom.xml
+++ b/archetypes/assembly/pom.xml
@@ -1,87 +1,87 @@
-<?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/xsd/maven-4.0.0.xsd">

-

-    <!--

-

-        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.

-    -->

-

-    <modelVersion>4.0.0</modelVersion>

-

-    <parent>

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

-        <artifactId>archetypes</artifactId>

-        <version>3.0.0.RC1-SNAPSHOT</version>

-    </parent>

-

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

-    <artifactId>karaf-assembly-archetype</artifactId>

-    <packaging>maven-archetype</packaging>

-    <name>Apache Karaf :: Archetypes :: Assembly Archetype</name>

-    <description>This archetype sets up an empty karaf assembly project.</description>

-

-    <properties>

-        <archetype.version>2.2</archetype.version>

-    </properties>

-

-    <build>

-        <resources>

-            <resource>

-                <directory>${project.basedir}/src/main/resources</directory>

-                <filtering>true</filtering>

-                <includes>

-                    <include>**/*</include>

-                </includes>

-            </resource>

-        </resources>

-

-        <extensions>

-            <extension>

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

-                <artifactId>archetype-packaging</artifactId>

-                <version>${archetype.version}</version>

-            </extension>

-        </extensions>

-

-        <plugins>

-            <plugin>

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

-                <artifactId>maven-resources-plugin</artifactId>

-                <configuration>

-                    <delimiters>

-                        <delimiter>^*^</delimiter>

-                    </delimiters>

-                    <useDefaultDelimiters>false</useDefaultDelimiters>

-                </configuration>

-            </plugin>

-            <plugin>

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

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

-            </plugin>

-        </plugins>

-

-        <pluginManagement>

-            <plugins>

-                <plugin>

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

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

-                    <version>${archetype.version}</version>

-                </plugin>

-            </plugins>

-        </pluginManagement>

-    </build>

-

-</project>

+<?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/xsd/maven-4.0.0.xsd">
+
+    <!--
+
+        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.
+    -->
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.karaf</groupId>
+        <artifactId>archetypes</artifactId>
+        <version>3.0.0.RC1</version>
+    </parent>
+
+    <groupId>org.apache.karaf.archetypes</groupId>
+    <artifactId>karaf-assembly-archetype</artifactId>
+    <packaging>maven-archetype</packaging>
+    <name>Apache Karaf :: Archetypes :: Assembly Archetype</name>
+    <description>This archetype sets up an empty karaf assembly project.</description>
+
+    <properties>
+        <archetype.version>2.2</archetype.version>
+    </properties>
+
+    <build>
+        <resources>
+            <resource>
+                <directory>${project.basedir}/src/main/resources</directory>
+                <filtering>true</filtering>
+                <includes>
+                    <include>**/*</include>
+                </includes>
+            </resource>
+        </resources>
+
+        <extensions>
+            <extension>
+                <groupId>org.apache.maven.archetype</groupId>
+                <artifactId>archetype-packaging</artifactId>
+                <version>${archetype.version}</version>
+            </extension>
+        </extensions>
+
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-resources-plugin</artifactId>
+                <configuration>
+                    <delimiters>
+                        <delimiter>^*^</delimiter>
+                    </delimiters>
+                    <useDefaultDelimiters>false</useDefaultDelimiters>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-archetype-plugin</artifactId>
+            </plugin>
+        </plugins>
+
+        <pluginManagement>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-archetype-plugin</artifactId>
+                    <version>${archetype.version}</version>
+                </plugin>
+            </plugins>
+        </pluginManagement>
+    </build>
+
+</project>
diff --git a/archetypes/blueprint/pom.xml b/archetypes/blueprint/pom.xml
index b514246..973e041 100644
--- a/archetypes/blueprint/pom.xml
+++ b/archetypes/blueprint/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf</groupId>
         <artifactId>archetypes</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/archetypes/bundle/pom.xml b/archetypes/bundle/pom.xml
index f047ebf..ae2ae84 100644
--- a/archetypes/bundle/pom.xml
+++ b/archetypes/bundle/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf</groupId>
         <artifactId>archetypes</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/archetypes/command/pom.xml b/archetypes/command/pom.xml
index 7eba280..6fc7282 100644
--- a/archetypes/command/pom.xml
+++ b/archetypes/command/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf</groupId>
         <artifactId>archetypes</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/archetypes/feature/pom.xml b/archetypes/feature/pom.xml
index b7d2fbf..c2387e8 100644
--- a/archetypes/feature/pom.xml
+++ b/archetypes/feature/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf</groupId>
         <artifactId>archetypes</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/archetypes/kar/pom.xml b/archetypes/kar/pom.xml
index d3f5bc7..e954870 100644
--- a/archetypes/kar/pom.xml
+++ b/archetypes/kar/pom.xml
@@ -1,88 +1,88 @@
-<?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/xsd/maven-4.0.0.xsd">

-

-    <!--

-

-        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.

-    -->

-

-    <modelVersion>4.0.0</modelVersion>

-

-    <parent>

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

-        <artifactId>archetypes</artifactId>

-        <version>3.0.0.RC1-SNAPSHOT</version>

-        <relativePath>../pom.xml</relativePath>

-    </parent>

-

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

-    <artifactId>karaf-kar-archetype</artifactId>

-    <packaging>maven-archetype</packaging>

-    <name>Apache Karaf :: Archetypes :: Kar Archetype</name>

-    <description>This archetype sets up an empty karaf kar project.</description>

-

-    <properties>

-        <archetype.version>2.2</archetype.version>

-    </properties>

-

-    <build>

-        <resources>

-            <resource>

-                <directory>${project.basedir}/src/main/resources</directory>

-                <filtering>true</filtering>

-                <includes>

-                    <include>**/*</include>

-                </includes>

-            </resource>

-        </resources>

-

-        <extensions>

-            <extension>

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

-                <artifactId>archetype-packaging</artifactId>

-                <version>${archetype.version}</version>

-            </extension>

-        </extensions>

-

-        <plugins>

-            <plugin>

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

-                <artifactId>maven-resources-plugin</artifactId>

-                <configuration>

-                    <delimiters>

-                        <delimiter>^*^</delimiter>

-                    </delimiters>

-                    <useDefaultDelimiters>false</useDefaultDelimiters>

-                </configuration>

-            </plugin>

-            <plugin>

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

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

-            </plugin>

-        </plugins>

-

-        <pluginManagement>

-            <plugins>

-                <plugin>

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

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

-                    <version>${archetype.version}</version>

-                </plugin>

-            </plugins>

-        </pluginManagement>

-    </build>

-

-</project>

+<?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/xsd/maven-4.0.0.xsd">
+
+    <!--
+
+        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.
+    -->
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.karaf</groupId>
+        <artifactId>archetypes</artifactId>
+        <version>3.0.0.RC1</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+
+    <groupId>org.apache.karaf.archetypes</groupId>
+    <artifactId>karaf-kar-archetype</artifactId>
+    <packaging>maven-archetype</packaging>
+    <name>Apache Karaf :: Archetypes :: Kar Archetype</name>
+    <description>This archetype sets up an empty karaf kar project.</description>
+
+    <properties>
+        <archetype.version>2.2</archetype.version>
+    </properties>
+
+    <build>
+        <resources>
+            <resource>
+                <directory>${project.basedir}/src/main/resources</directory>
+                <filtering>true</filtering>
+                <includes>
+                    <include>**/*</include>
+                </includes>
+            </resource>
+        </resources>
+
+        <extensions>
+            <extension>
+                <groupId>org.apache.maven.archetype</groupId>
+                <artifactId>archetype-packaging</artifactId>
+                <version>${archetype.version}</version>
+            </extension>
+        </extensions>
+
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-resources-plugin</artifactId>
+                <configuration>
+                    <delimiters>
+                        <delimiter>^*^</delimiter>
+                    </delimiters>
+                    <useDefaultDelimiters>false</useDefaultDelimiters>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-archetype-plugin</artifactId>
+            </plugin>
+        </plugins>
+
+        <pluginManagement>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-archetype-plugin</artifactId>
+                    <version>${archetype.version}</version>
+                </plugin>
+            </plugins>
+        </pluginManagement>
+    </build>
+
+</project>
diff --git a/archetypes/pom.xml b/archetypes/pom.xml
index 2780e95..cd71b83 100644
--- a/archetypes/pom.xml
+++ b/archetypes/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/assemblies/apache-karaf-minimal/pom.xml b/assemblies/apache-karaf-minimal/pom.xml
index 69669a3..92db122 100644
--- a/assemblies/apache-karaf-minimal/pom.xml
+++ b/assemblies/apache-karaf-minimal/pom.xml
@@ -1,6 +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/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
     <!--
 
@@ -25,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.assemblies</groupId>
         <artifactId>assemblies</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/assemblies/apache-karaf/pom.xml b/assemblies/apache-karaf/pom.xml
index 10248e2..0bf1f91 100644
--- a/assemblies/apache-karaf/pom.xml
+++ b/assemblies/apache-karaf/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.assemblies</groupId>
         <artifactId>assemblies</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/assemblies/demos/pom.xml b/assemblies/demos/pom.xml
index 418a877..1eff9b4 100644
--- a/assemblies/demos/pom.xml
+++ b/assemblies/demos/pom.xml
@@ -1,65 +1,65 @@
-<?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/xsd/maven-4.0.0.xsd">

-

-    <!--

-

-        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.

-    -->

-

-    <modelVersion>4.0.0</modelVersion>

-

-    <parent>

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

-        <artifactId>assemblies</artifactId>

-        <version>3.0.0.RC1-SNAPSHOT</version>

-        <relativePath>../pom.xml</relativePath>

-    </parent>

-

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

-    <artifactId>demos</artifactId>

-    <packaging>jar</packaging>

-    <name>Apache Karaf :: Assemblies :: Demos</name>

-

-    <properties>

-        <appendedResourcesDirectory>${basedir}/../etc/appended-resources</appendedResourcesDirectory>

-    </properties>

-

-    <build>

-        <resources>

-            <resource>

-                <directory>${project.basedir}/../../demos</directory>

-                <filtering>false</filtering>

-                <excludes>

-                    <exclude>**/target/**</exclude>

-                    <exclude>**/README.txt</exclude>

-                    <exclude>**/.project</exclude>

-                    <exclude>**/.classpath</exclude>

-                    <exclude>**/.settings/**</exclude>

-                    <exclude>**/*.iws</exclude>

-                    <exclude>**/*.iwl</exclude>

-                </excludes>

-            </resource>

-            <resource>

-                <directory>${project.basedir}/../../demos</directory>

-                <filtering>true</filtering>

-                <includes>

-                    <include>**/README.txt</include>

-                </includes>

-            </resource>

-        </resources>

-    </build>

-

-</project>

+<?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/xsd/maven-4.0.0.xsd">
+
+    <!--
+
+        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.
+    -->
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.karaf.assemblies</groupId>
+        <artifactId>assemblies</artifactId>
+        <version>3.0.0.RC1</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+
+    <groupId>org.apache.karaf</groupId>
+    <artifactId>demos</artifactId>
+    <packaging>jar</packaging>
+    <name>Apache Karaf :: Assemblies :: Demos</name>
+
+    <properties>
+        <appendedResourcesDirectory>${basedir}/../etc/appended-resources</appendedResourcesDirectory>
+    </properties>
+
+    <build>
+        <resources>
+            <resource>
+                <directory>${project.basedir}/../../demos</directory>
+                <filtering>false</filtering>
+                <excludes>
+                    <exclude>**/target/**</exclude>
+                    <exclude>**/README.txt</exclude>
+                    <exclude>**/.project</exclude>
+                    <exclude>**/.classpath</exclude>
+                    <exclude>**/.settings/**</exclude>
+                    <exclude>**/*.iws</exclude>
+                    <exclude>**/*.iwl</exclude>
+                </excludes>
+            </resource>
+            <resource>
+                <directory>${project.basedir}/../../demos</directory>
+                <filtering>true</filtering>
+                <includes>
+                    <include>**/README.txt</include>
+                </includes>
+            </resource>
+        </resources>
+    </build>
+
+</project>
diff --git a/assemblies/features/enterprise/pom.xml b/assemblies/features/enterprise/pom.xml
index ea322ed..afbd27d 100644
--- a/assemblies/features/enterprise/pom.xml
+++ b/assemblies/features/enterprise/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.assemblies.features</groupId>
         <artifactId>features</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/assemblies/features/framework/pom.xml b/assemblies/features/framework/pom.xml
index b8a1968..2570a8c 100644
--- a/assemblies/features/framework/pom.xml
+++ b/assemblies/features/framework/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.assemblies.features</groupId>
         <artifactId>features</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/assemblies/features/pom.xml b/assemblies/features/pom.xml
index de6307b..bd805fa 100644
--- a/assemblies/features/pom.xml
+++ b/assemblies/features/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.assemblies</groupId>
         <artifactId>assemblies</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/assemblies/features/spring/pom.xml b/assemblies/features/spring/pom.xml
index 02784df..9e29aa1 100644
--- a/assemblies/features/spring/pom.xml
+++ b/assemblies/features/spring/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.assemblies.features</groupId>
         <artifactId>features</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/assemblies/features/standard/pom.xml b/assemblies/features/standard/pom.xml
index 55b518b..6344b42 100644
--- a/assemblies/features/standard/pom.xml
+++ b/assemblies/features/standard/pom.xml
@@ -1,6 +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/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
     <!--
 
@@ -25,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.assemblies.features</groupId>
         <artifactId>features</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/assemblies/pom.xml b/assemblies/pom.xml
index 154c6e7..7827143 100644
--- a/assemblies/pom.xml
+++ b/assemblies/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/bundle/command/pom.xml b/bundle/command/pom.xml
index b4805a6..bff7c92 100644
--- a/bundle/command/pom.xml
+++ b/bundle/command/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.bundle</groupId>
         <artifactId>bundle</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/bundle/core/pom.xml b/bundle/core/pom.xml
index e55a48c..177eea4 100644
--- a/bundle/core/pom.xml
+++ b/bundle/core/pom.xml
@@ -1,120 +1,120 @@
-<?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/xsd/maven-4.0.0.xsd">

-

-    <!--

-

-        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.

-    -->

-

-    <modelVersion>4.0.0</modelVersion>

-

-    <parent>

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

-        <artifactId>bundle</artifactId>

-        <version>3.0.0.RC1-SNAPSHOT</version>

-        <relativePath>../pom.xml</relativePath>

-    </parent>

-

-    <artifactId>org.apache.karaf.bundle.core</artifactId>

-    <packaging>bundle</packaging>

-    <name>Apache Karaf :: Bundle :: Core</name>

-    <description>Bundle Services and API</description>

-

-    <properties>

-        <appendedResourcesDirectory>${basedir}/../../etc/appended-resources</appendedResourcesDirectory>

-    </properties>

-

-    <dependencies>

-

-        <dependency>

-            <groupId>org.apache.aries.blueprint</groupId>

-            <artifactId>org.apache.aries.blueprint.api</artifactId>

-            <scope>provided</scope>

-        </dependency>

-		

-		<dependency>

-            <groupId>org.osgi</groupId>

-            <artifactId>org.osgi.core</artifactId>

-            <scope>provided</scope>

-        </dependency>

-        <dependency>

-            <groupId>org.osgi</groupId>

-            <artifactId>org.osgi.compendium</artifactId>

-            <scope>provided</scope>

-        </dependency>

-        <dependency>

-            <groupId>org.ops4j.pax.url</groupId>

-            <artifactId>pax-url-aether</artifactId>

-            <scope>provided</scope>

-        </dependency>

-        <dependency>

-            <groupId>org.slf4j</groupId>

-            <artifactId>slf4j-api</artifactId>

-            <scope>provided</scope>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.felix</groupId>

-            <artifactId>org.apache.felix.utils</artifactId>

-            <scope>provided</scope>

-        </dependency>

-        

-        <dependency>

-            <groupId>org.slf4j</groupId>

-            <artifactId>slf4j-jdk14</artifactId>

-            <scope>test</scope>

-        </dependency>

-    </dependencies>

-

-    <build>

-        <resources>

-            <resource>

-                <directory>${project.basedir}/src/main/resources</directory>

-                <includes>

-                    <include>**/*</include>

-                </includes>

-            </resource>

-            <resource>

-                <directory>${project.basedir}/src/main/resources</directory>

-                <filtering>true</filtering>

-                <includes>

-                    <include>**/*.info</include>

-                </includes>

-            </resource>

-        </resources>

-        <plugins>

-            <plugin>

-                <groupId>org.apache.felix</groupId>

-                <artifactId>maven-bundle-plugin</artifactId>

-                <configuration>

-                    <instructions>

-                        <Export-Package>org.apache.karaf.bundle.core</Export-Package>

-                        <Import-Package>

-                            org.apache.felix.service.command;status=provisional,

-                            *

-                        </Import-Package>

-                        <Private-Package>

-                            org.apache.karaf.bundle.core.internal,

-                            org.apache.felix.utils.version,

-                            org.apache.felix.utils.manifest

-                        </Private-Package>

-                    </instructions>

-                </configuration>

-            </plugin>

-        </plugins>

-    </build>

-

-</project>

+<?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/xsd/maven-4.0.0.xsd">
+
+    <!--
+
+        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.
+    -->
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.karaf.bundle</groupId>
+        <artifactId>bundle</artifactId>
+        <version>3.0.0.RC1</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+
+    <artifactId>org.apache.karaf.bundle.core</artifactId>
+    <packaging>bundle</packaging>
+    <name>Apache Karaf :: Bundle :: Core</name>
+    <description>Bundle Services and API</description>
+
+    <properties>
+        <appendedResourcesDirectory>${basedir}/../../etc/appended-resources</appendedResourcesDirectory>
+    </properties>
+
+    <dependencies>
+
+        <dependency>
+            <groupId>org.apache.aries.blueprint</groupId>
+            <artifactId>org.apache.aries.blueprint.api</artifactId>
+            <scope>provided</scope>
+        </dependency>
+		
+		<dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.core</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.compendium</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.ops4j.pax.url</groupId>
+            <artifactId>pax-url-aether</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
+            <scope>provided</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.apache.felix.utils</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-jdk14</artifactId>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
+
+    <build>
+        <resources>
+            <resource>
+                <directory>${project.basedir}/src/main/resources</directory>
+                <includes>
+                    <include>**/*</include>
+                </includes>
+            </resource>
+            <resource>
+                <directory>${project.basedir}/src/main/resources</directory>
+                <filtering>true</filtering>
+                <includes>
+                    <include>**/*.info</include>
+                </includes>
+            </resource>
+        </resources>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <configuration>
+                    <instructions>
+                        <Export-Package>org.apache.karaf.bundle.core</Export-Package>
+                        <Import-Package>
+                            org.apache.felix.service.command;status=provisional,
+                            *
+                        </Import-Package>
+                        <Private-Package>
+                            org.apache.karaf.bundle.core.internal,
+                            org.apache.felix.utils.version,
+                            org.apache.felix.utils.manifest
+                        </Private-Package>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+</project>
diff --git a/bundle/pom.xml b/bundle/pom.xml
index 61a01ca..58fe548 100644
--- a/bundle/pom.xml
+++ b/bundle/pom.xml
@@ -1,42 +1,42 @@
-<?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/xsd/maven-4.0.0.xsd">

-

-    <!--

-

-        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.

-    -->

-

-    <modelVersion>4.0.0</modelVersion>

-

-    <parent>

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

-        <artifactId>karaf</artifactId>

-        <version>3.0.0.RC1-SNAPSHOT</version>

-        <relativePath>../pom.xml</relativePath>

-    </parent>

-

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

-    <artifactId>bundle</artifactId>

-    <packaging>pom</packaging>

-    <name>Apache Karaf :: Bundle</name>

-

-    <modules>

-        <module>core</module>

-        <module>command</module>

-        <module>springstate</module>

-    </modules>

-

-</project>

+<?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/xsd/maven-4.0.0.xsd">
+
+    <!--
+
+        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.
+    -->
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.karaf</groupId>
+        <artifactId>karaf</artifactId>
+        <version>3.0.0.RC1</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+
+    <groupId>org.apache.karaf.bundle</groupId>
+    <artifactId>bundle</artifactId>
+    <packaging>pom</packaging>
+    <name>Apache Karaf :: Bundle</name>
+
+    <modules>
+        <module>core</module>
+        <module>command</module>
+        <module>springstate</module>
+    </modules>
+
+</project>
diff --git a/bundle/springstate/pom.xml b/bundle/springstate/pom.xml
index 9671d58..826c20d 100644
--- a/bundle/springstate/pom.xml
+++ b/bundle/springstate/pom.xml
@@ -1,117 +1,117 @@
-<?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/xsd/maven-4.0.0.xsd">

-

-    <!--

-

-        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.

-    -->

-

-    <modelVersion>4.0.0</modelVersion>

-

-    <parent>

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

-        <artifactId>bundle</artifactId>

-        <version>3.0.0.RC1-SNAPSHOT</version>

-        <relativePath>../pom.xml</relativePath>

-    </parent>

-

-    <artifactId>org.apache.karaf.bundle.springstate</artifactId>

-    <packaging>bundle</packaging>

-    <name>Apache Karaf :: Bundle :: SpringStateService</name>

-    <description>Provide State Support for Spring DM bundles</description>

-

-    <properties>

-        <appendedResourcesDirectory>${basedir}/../../etc/appended-resources</appendedResourcesDirectory>

-    </properties>

-

-    <dependencies>

-

-        <dependency>

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

-            <artifactId>org.apache.karaf.bundle.core</artifactId>

-            <version>${project.version}</version>

-            <scope>provided</scope>

-        </dependency>

-

-		<dependency>

-            <groupId>org.osgi</groupId>

-            <artifactId>org.osgi.core</artifactId>

-            <scope>provided</scope>

-        </dependency>

-        <dependency>

-            <groupId>org.slf4j</groupId>

-            <artifactId>slf4j-api</artifactId>

-            <scope>provided</scope>

-        </dependency>

-

-        <dependency>

-            <groupId>org.springframework.osgi</groupId>

-            <artifactId>spring-osgi-core</artifactId>

-        </dependency>

-        <dependency>

-            <groupId>org.springframework</groupId>

-            <artifactId>spring-context</artifactId>

-        </dependency>

-        <dependency>

-            <groupId>org.springframework.osgi</groupId>

-            <artifactId>spring-osgi-extender</artifactId>

-        </dependency>

-        

-        <dependency>

-            <groupId>org.slf4j</groupId>

-            <artifactId>slf4j-jdk14</artifactId>

-            <scope>test</scope>

-        </dependency>

-    </dependencies>

-

-    <build>

-        <resources>

-            <resource>

-                <directory>${project.basedir}/src/main/resources</directory>

-                <includes>

-                    <include>**/*</include>

-                </includes>

-            </resource>

-            <resource>

-                <directory>${project.basedir}/src/main/resources</directory>

-                <filtering>true</filtering>

-                <includes>

-                    <include>**/*.info</include>

-                </includes>

-            </resource>

-        </resources>

-        <plugins>

-            <plugin>

-                <groupId>org.apache.felix</groupId>

-                <artifactId>maven-bundle-plugin</artifactId>

-                <configuration>

-                    <instructions>

-                        <Export-Package>

-                        </Export-Package>

-                        <Import-Package>

-                            org.apache.felix.service.command;status=provisional,

-                             *

-                        </Import-Package>

-                        <Private-Package>

-                            org.apache.karaf.bundle.springstate

-                        </Private-Package>

-                    </instructions>

-                </configuration>

-            </plugin>

-        </plugins>

-    </build>

-

-</project>

+<?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/xsd/maven-4.0.0.xsd">
+
+    <!--
+
+        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.
+    -->
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.karaf.bundle</groupId>
+        <artifactId>bundle</artifactId>
+        <version>3.0.0.RC1</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+
+    <artifactId>org.apache.karaf.bundle.springstate</artifactId>
+    <packaging>bundle</packaging>
+    <name>Apache Karaf :: Bundle :: SpringStateService</name>
+    <description>Provide State Support for Spring DM bundles</description>
+
+    <properties>
+        <appendedResourcesDirectory>${basedir}/../../etc/appended-resources</appendedResourcesDirectory>
+    </properties>
+
+    <dependencies>
+
+        <dependency>
+            <groupId>org.apache.karaf.bundle</groupId>
+            <artifactId>org.apache.karaf.bundle.core</artifactId>
+            <version>${project.version}</version>
+            <scope>provided</scope>
+        </dependency>
+
+		<dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.core</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
+            <scope>provided</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.springframework.osgi</groupId>
+            <artifactId>spring-osgi-core</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-context</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework.osgi</groupId>
+            <artifactId>spring-osgi-extender</artifactId>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-jdk14</artifactId>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
+
+    <build>
+        <resources>
+            <resource>
+                <directory>${project.basedir}/src/main/resources</directory>
+                <includes>
+                    <include>**/*</include>
+                </includes>
+            </resource>
+            <resource>
+                <directory>${project.basedir}/src/main/resources</directory>
+                <filtering>true</filtering>
+                <includes>
+                    <include>**/*.info</include>
+                </includes>
+            </resource>
+        </resources>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <configuration>
+                    <instructions>
+                        <Export-Package>
+                        </Export-Package>
+                        <Import-Package>
+                            org.apache.felix.service.command;status=provisional,
+                             *
+                        </Import-Package>
+                        <Private-Package>
+                            org.apache.karaf.bundle.springstate
+                        </Private-Package>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+</project>
diff --git a/client/pom.xml b/client/pom.xml
index 676c2e5..b0e9189 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/config/command/pom.xml b/config/command/pom.xml
index 983fa07..005fb34 100644
--- a/config/command/pom.xml
+++ b/config/command/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.config</groupId>
         <artifactId>config</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/config/core/pom.xml b/config/core/pom.xml
index 9a12dd7..4611009 100644
--- a/config/core/pom.xml
+++ b/config/core/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.config</groupId>
         <artifactId>config</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/config/pom.xml b/config/pom.xml
index f73db58..e9d0911 100644
--- a/config/pom.xml
+++ b/config/pom.xml
@@ -1,41 +1,41 @@
-<?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/xsd/maven-4.0.0.xsd">

-

-    <!--

-

-        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.

-    -->

-

-    <modelVersion>4.0.0</modelVersion>

-

-    <parent>

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

-        <artifactId>karaf</artifactId>

-        <version>3.0.0.RC1-SNAPSHOT</version>

-        <relativePath>../pom.xml</relativePath>

-    </parent>

-

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

-    <artifactId>config</artifactId>

-    <packaging>pom</packaging>

-    <name>Apache Karaf :: ConfigAdmin</name>

-

-    <modules>

-        <module>core</module>

-        <module>command</module>

-    </modules>

-

-</project>

+<?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/xsd/maven-4.0.0.xsd">
+
+    <!--
+
+        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.
+    -->
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.karaf</groupId>
+        <artifactId>karaf</artifactId>
+        <version>3.0.0.RC1</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+
+    <groupId>org.apache.karaf.config</groupId>
+    <artifactId>config</artifactId>
+    <packaging>pom</packaging>
+    <name>Apache Karaf :: ConfigAdmin</name>
+
+    <modules>
+        <module>core</module>
+        <module>command</module>
+    </modules>
+
+</project>
diff --git a/demos/branding/pom.xml b/demos/branding/pom.xml
index 40135fd..5787e3b 100644
--- a/demos/branding/pom.xml
+++ b/demos/branding/pom.xml
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.apache.karaf.demos</groupId>
         <artifactId>demos</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.karaf.demos</groupId>
     <artifactId>org.apache.karaf.demos.branding.shell</artifactId>
-    <version>3.0.0.RC1-SNAPSHOT</version>
+    <version>3.0.0.RC1</version>
     <packaging>bundle</packaging>
     <name>Apache Karaf :: Demos :: Branding :: Shell</name>
 
diff --git a/demos/command/pom.xml b/demos/command/pom.xml
index 54ccb52..9627140 100644
--- a/demos/command/pom.xml
+++ b/demos/command/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.demos</groupId>
         <artifactId>demos</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/demos/deployer/bundle/pom.xml b/demos/deployer/bundle/pom.xml
index eba63d7..0da6a01 100644
--- a/demos/deployer/bundle/pom.xml
+++ b/demos/deployer/bundle/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.karaf.demos</groupId>
         <artifactId>org.apache.karaf.demos.deployer</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.karaf.demos.deployer.bundle</groupId>
     <artifactId>my-bundle</artifactId>
-    <version>3.0.0.RC1-SNAPSHOT</version>
+    <version>3.0.0.RC1</version>
     <packaging>bundle</packaging>
 
     <name>Apache Karaf :: Demos :: Deployer :: Bundle</name>
diff --git a/demos/deployer/kar/pom.xml b/demos/deployer/kar/pom.xml
index 7f89fae..a24cb3a 100644
--- a/demos/deployer/kar/pom.xml
+++ b/demos/deployer/kar/pom.xml
@@ -1,70 +1,67 @@
-<?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/xsd/maven-4.0.0.xsd">

-

-    <!--

-

-        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.

-    -->

-

-    <modelVersion>4.0.0</modelVersion>

-

-    <parent>

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

-        <artifactId>org.apache.karaf.demos.deployer</artifactId>

-        <version>3.0.0.RC1-SNAPSHOT</version>

-        <relativePath>../pom.xml</relativePath>

-    </parent>

-

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

-    <artifactId>my-kar</artifactId>

-    <version>1.0.0-SNAPSHOT</version>

-    <packaging>pom</packaging>

-    <name>Apache Karaf :: Demos :: Deployer :: Kar</name>

-

-    <dependencies>

-        <dependency>

-            <groupId>commons-collections</groupId>

-            <artifactId>commons-collections</artifactId>

-            <version>3.2.1</version>

-            <scope>runtime</scope>

-        </dependency>

-    </dependencies>

-

-    <build>

-        <plugins>

-            <plugin>

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

-                <artifactId>karaf-maven-plugin</artifactId>

-                <version>3.0.0.RC1-SNAPSHOT</version>

-                <executions>

-                    <execution>

-                        <id>package</id>

-                        <goals>

-                            <goal>features-create-kar</goal>

-                        </goals>

-                        <configuration>

-                            <featuresFile>src/main/resources/features.xml</featuresFile>

-                        </configuration>

-                    </execution>

-                </executions>

-            </plugin>

-        </plugins>

-    </build>

-

-</project>

+<?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/xsd/maven-4.0.0.xsd">
+
+    <!--
+
+        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.
+    -->
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.karaf.demos</groupId>
+        <artifactId>org.apache.karaf.demos.deployer</artifactId>
+        <version>3.0.0.RC1</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+
+    <groupId>org.apache.karaf.demos</groupId>
+    <artifactId>my-kar</artifactId>
+    <version>3.0.0.RC1</version>
+    <packaging>pom</packaging>
+    <name>Apache Karaf :: Demos :: Deployer :: Kar</name>
+
+    <dependencies>
+        <dependency>
+            <groupId>commons-collections</groupId>
+            <artifactId>commons-collections</artifactId>
+            <version>3.2.1</version>
+            <scope>runtime</scope>
+        </dependency>
+    </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.karaf.tooling</groupId>
+                <artifactId>karaf-maven-plugin</artifactId>
+                <version>3.0.0.RC1</version>
+                <executions>
+                    <execution>
+                        <id>package</id>
+                        <goals>
+                            <goal>features-create-kar</goal>
+                        </goals>
+                        <configuration>
+                            <featuresFile>src/main/resources/features.xml</featuresFile>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+
+</project>
diff --git a/demos/deployer/pom.xml b/demos/deployer/pom.xml
index 2917475..f027671 100644
--- a/demos/deployer/pom.xml
+++ b/demos/deployer/pom.xml
@@ -1,8 +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/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0           http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
     <!--
 
@@ -27,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.demos</groupId>
         <artifactId>demos</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/demos/dump/pom.xml b/demos/dump/pom.xml
index 5879c6b..5934473 100644
--- a/demos/dump/pom.xml
+++ b/demos/dump/pom.xml
@@ -1,63 +1,63 @@
-<?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/xsd/maven-4.0.0.xsd">

-

-    <!--

-

-        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.

-    -->

-

-    <modelVersion>4.0.0</modelVersion>

-

-    <parent>

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

-        <artifactId>demos</artifactId>

-        <version>3.0.0.RC1-SNAPSHOT</version>

-        <relativePath>../pom.xml</relativePath>

-    </parent>

-

-    <artifactId>dump</artifactId>

-    <packaging>bundle</packaging>

-    <name>Apache Karaf :: Demos :: Demo Dump provider</name>

-

-    <dependencies>

-        <dependency>

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

-            <artifactId>org.apache.karaf.diagnostic.core</artifactId>

-        </dependency>

-    </dependencies>

-

-    <build>

-        <plugins>

-            <plugin>

-                <groupId>org.apache.felix</groupId>

-                <artifactId>maven-bundle-plugin</artifactId>

-                <configuration>

-                    <instructions>

-                        <Import-Package>

-                            org.apache.karaf.diagnostic.core,

-                            *

-                        </Import-Package>

-                        <Private-Package>!*</Private-Package>

-                        <Export-Package>

-                            org.apache.karaf.diagnostic.demo

-                        </Export-Package>

-                    </instructions>

-                </configuration>

-            </plugin>

-        </plugins>

-    </build>

-

-</project>

+<?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/xsd/maven-4.0.0.xsd">
+
+    <!--
+
+        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.
+    -->
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.karaf.demos</groupId>
+        <artifactId>demos</artifactId>
+        <version>3.0.0.RC1</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+
+    <artifactId>dump</artifactId>
+    <packaging>bundle</packaging>
+    <name>Apache Karaf :: Demos :: Demo Dump provider</name>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.karaf.diagnostic</groupId>
+            <artifactId>org.apache.karaf.diagnostic.core</artifactId>
+        </dependency>
+    </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <configuration>
+                    <instructions>
+                        <Import-Package>
+                            org.apache.karaf.diagnostic.core,
+                            *
+                        </Import-Package>
+                        <Private-Package>!*</Private-Package>
+                        <Export-Package>
+                            org.apache.karaf.diagnostic.demo
+                        </Export-Package>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+</project>
diff --git a/demos/pom.xml b/demos/pom.xml
index 2eb1b2b..a85ead4 100644
--- a/demos/pom.xml
+++ b/demos/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/demos/web/pom.xml b/demos/web/pom.xml
index d913193..6553824 100644
--- a/demos/web/pom.xml
+++ b/demos/web/pom.xml
@@ -1,162 +1,158 @@
-<?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/xsd/maven-4.0.0.xsd">

-

-    <!--

-

-        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.

-    -->

-

-    <modelVersion>4.0.0</modelVersion>

-

-    <parent>

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

-        <artifactId>demos</artifactId>

-        <version>3.0.0.RC1-SNAPSHOT</version>

-        <relativePath>../pom.xml</relativePath>

-    </parent>

-

-    <artifactId>web</artifactId>

-    <packaging>war</packaging>

-    <name>Apache Karaf :: Demos :: Web</name>

-

-    <properties>

-        <jetty.port>8080</jetty.port>

-        <maven-jetty-plugin.version>6.1.26</maven-jetty-plugin.version>

-        <geronimo.servlet.version>1.1.2</geronimo.servlet.version>

-

-        <appendedResourcesDirectory>${basedir}/../../etc/appended-resources</appendedResourcesDirectory>

-    </properties>

-

-    <dependencies>

-        <dependency>

-            <groupId>org.osgi</groupId>

-            <artifactId>org.osgi.core</artifactId>

-        </dependency>

-        <dependency>

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

-            <artifactId>org.apache.karaf.jaas.boot</artifactId>

-        </dependency>

-        <dependency>

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

-            <artifactId>apache-karaf</artifactId>

-            <type>zip</type>

-            <scope>provided</scope>

-        </dependency>

-        <dependency>

-            <groupId>org.apache.geronimo.specs</groupId>

-            <artifactId>geronimo-servlet_2.5_spec</artifactId>

-            <version>${geronimo.servlet.version}</version>

-            <scope>provided</scope>

-        </dependency>

-    </dependencies>

-

-    <build>

-        <plugins>

-            <plugin>

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

-                <artifactId>maven-compiler-plugin</artifactId>

-                <configuration>

-                    <source>1.6</source>

-                    <target>1.6</target>

-                </configuration>

-            </plugin>

-            <plugin>

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

-                <artifactId>maven-war-plugin</artifactId>

-                <configuration>

-                    <warSourceDirectory>src/main/webapp/</warSourceDirectory>

-                    <webResources>

-                        <resource>

-                            <directory>target/karaf</directory>

-                        </resource>

-                    </webResources>

-                </configuration>

-            </plugin>

-            <plugin>

-                <groupId>org.mortbay.jetty</groupId>

-                <artifactId>maven-jetty-plugin</artifactId>

-                <version>${maven-jetty-plugin.version}</version>

-                <configuration>

-                    <connectors>

-                        <connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">

-                            <port>${jetty.port}</port>

-                            <maxIdleTime>60000</maxIdleTime>

-                        </connector>

-                    </connectors>

-                    <systemProperties>

-                        <!-- enable easy connection to JConsole -->

-                        <systemProperty>

-                            <name>com.sun.management.jmxremote</name>

-                            <value/>

-                        </systemProperty>

-                    </systemProperties>

-                    <scanIntervalSeconds>10</scanIntervalSeconds>

-                    <webAppSourceDirectory>${project.build.directory}/${project.build.finalName}</webAppSourceDirectory>

-                </configuration>

-            </plugin>

-            <plugin>

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

-                <artifactId>maven-dependency-plugin</artifactId>

-                <executions>

-                    <execution>

-                        <id>unpack-unix</id>

-                        <phase>generate-resources</phase>

-                        <goals>

-                            <goal>unpack</goal>

-                        </goals>

-                        <configuration>

-                            <artifactItems>

-                                <artifactItem>

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

-                                    <artifactId>apache-karaf</artifactId>

-                                    <type>zip</type>

-                                    <overWrite>true</overWrite>

-                                    <outputDirectory>${project.build.directory}/karaf/WEB-INF</outputDirectory>

-                                    <excludes>**/lib/*,**/*.txt,**/bin/*,**/demos/**,**/lib,**/bin,**/demos</excludes>

-                                </artifactItem>

-                            </artifactItems>

-                        </configuration>

-                    </execution>

-                </executions>

-            </plugin>

-            <plugin>

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

-                <artifactId>maven-antrun-plugin</artifactId>

-                <executions>

-                    <execution>

-                        <id>copy-karaf</id>

-                        <phase>process-resources</phase>

-                        <goals>

-                            <goal>run</goal>

-                        </goals>

-                        <configuration>

-                            <target>

-                                <move todir="${project.build.directory}/karaf/WEB-INF/karaf">

-                                    <fileset

-                                            dir="${project.build.directory}/karaf/WEB-INF/apache-karaf-${project.version}"/>

-                                </move>

-                            </target>

-                        </configuration>

-                    </execution>

-                </executions>

-            </plugin>

-        </plugins>

-    </build>

-

-</project>

+<?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/xsd/maven-4.0.0.xsd">
+
+    <!--
+
+        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.
+    -->
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.karaf.demos</groupId>
+        <artifactId>demos</artifactId>
+        <version>3.0.0.RC1</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+
+    <artifactId>web</artifactId>
+    <packaging>war</packaging>
+    <name>Apache Karaf :: Demos :: Web</name>
+
+    <properties>
+        <jetty.port>8080</jetty.port>
+        <maven-jetty-plugin.version>6.1.26</maven-jetty-plugin.version>
+        <geronimo.servlet.version>1.1.2</geronimo.servlet.version>
+
+        <appendedResourcesDirectory>${basedir}/../../etc/appended-resources</appendedResourcesDirectory>
+    </properties>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.core</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.karaf.jaas</groupId>
+            <artifactId>org.apache.karaf.jaas.boot</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.karaf</groupId>
+            <artifactId>apache-karaf</artifactId>
+            <type>zip</type>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-servlet_2.5_spec</artifactId>
+            <version>${geronimo.servlet.version}</version>
+            <scope>provided</scope>
+        </dependency>
+    </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <configuration>
+                    <source>1.6</source>
+                    <target>1.6</target>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-war-plugin</artifactId>
+                <configuration>
+                    <warSourceDirectory>src/main/webapp/</warSourceDirectory>
+                    <webResources>
+                        <resource>
+                            <directory>target/karaf</directory>
+                        </resource>
+                    </webResources>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.mortbay.jetty</groupId>
+                <artifactId>maven-jetty-plugin</artifactId>
+                <version>${maven-jetty-plugin.version}</version>
+                <configuration>
+                    <connectors>
+                        <connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">
+                            <port>${jetty.port}</port>
+                            <maxIdleTime>60000</maxIdleTime>
+                        </connector>
+                    </connectors>
+                    <systemProperties>
+                        <!-- enable easy connection to JConsole -->
+                        <systemProperty>
+                            <name>com.sun.management.jmxremote</name>
+                            <value />
+                        </systemProperty>
+                    </systemProperties>
+                    <scanIntervalSeconds>10</scanIntervalSeconds>
+                    <webAppSourceDirectory>${project.build.directory}/${project.build.finalName}</webAppSourceDirectory>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-dependency-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>unpack-unix</id>
+                        <phase>generate-resources</phase>
+                        <goals>
+                            <goal>unpack</goal>
+                        </goals>
+                        <configuration>
+                            <artifactItems>
+                                <artifactItem>
+                                    <groupId>org.apache.karaf</groupId>
+                                    <artifactId>apache-karaf</artifactId>
+                                    <type>zip</type>
+                                    <overWrite>true</overWrite>
+                                    <outputDirectory>${project.build.directory}/karaf/WEB-INF</outputDirectory>
+                                    <excludes>**/lib/*,**/*.txt,**/bin/*,**/demos/**,**/lib,**/bin,**/demos</excludes>
+                                </artifactItem>
+                            </artifactItems>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-antrun-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>copy-karaf</id>
+                        <phase>process-resources</phase>
+                        <goals>
+                            <goal>run</goal>
+                        </goals>
+                        <configuration>
+                            <target>
+                                <move todir="${project.build.directory}/karaf/WEB-INF/karaf">
+                                    <fileset dir="${project.build.directory}/karaf/WEB-INF/apache-karaf-${project.version}" />
+                                </move>
+                            </target>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+
+</project>
diff --git a/deployer/blueprint/pom.xml b/deployer/blueprint/pom.xml
index 4c49750..0699edb 100644
--- a/deployer/blueprint/pom.xml
+++ b/deployer/blueprint/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.deployer</groupId>
         <artifactId>deployer</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -96,7 +96,7 @@
                         <!-- Set the blueprint.graceperiod flag to false to allow the bundle to start
                              See the blueprint config file -->
                         <Bundle-SymbolicName>${project.artifactId};blueprint.graceperiod:=false</Bundle-SymbolicName>
-                        <Export-Package></Export-Package>
+                        <Export-Package />
                         <Private-Package>
                             org.apache.karaf.deployer.blueprint,
                             org.apache.karaf.util
diff --git a/deployer/features/pom.xml b/deployer/features/pom.xml
index 9c7eb98..3aee8bf 100644
--- a/deployer/features/pom.xml
+++ b/deployer/features/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.deployer</groupId>
         <artifactId>deployer</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -99,7 +99,7 @@
                         <!-- Set the blueprint.graceperiod flag to false to allow the bundle to start
                              See the blueprint config file -->
                         <Bundle-SymbolicName>${project.artifactId};blueprint.graceperiod:=false</Bundle-SymbolicName>
-                        <Export-Package></Export-Package>
+                        <Export-Package />
                         <Private-Package>
                             org.apache.karaf.deployer.features,
                             org.apache.karaf.util
diff --git a/deployer/kar/pom.xml b/deployer/kar/pom.xml
index 9e0505e..9afe978 100644
--- a/deployer/kar/pom.xml
+++ b/deployer/kar/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.deployer</groupId>
         <artifactId>deployer</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -97,7 +97,7 @@
                         <!-- Set the blueprint.graceperiod flag to false to allow the bundle to start
                              See the blueprint config file -->
                         <Bundle-SymbolicName>${project.artifactId};blueprint.graceperiod:=false</Bundle-SymbolicName>
-                        <Export-Package></Export-Package>
+                        <Export-Package />
                         <Private-Package>org.apache.karaf.deployer.kar</Private-Package>
                     </instructions>
                 </configuration>
diff --git a/deployer/pom.xml b/deployer/pom.xml
index 8271c11..cddd01c 100644
--- a/deployer/pom.xml
+++ b/deployer/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/deployer/spring/pom.xml b/deployer/spring/pom.xml
index 3ebdbd3..b5e3fee 100644
--- a/deployer/spring/pom.xml
+++ b/deployer/spring/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.deployer</groupId>
         <artifactId>deployer</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -100,7 +100,7 @@
                         <!-- Set the blueprint.graceperiod flag to false to allow the bundle to start
                              See the blueprint config file -->
                         <Bundle-SymbolicName>${project.artifactId};blueprint.graceperiod:=false</Bundle-SymbolicName>
-                        <Export-Package></Export-Package>
+                        <Export-Package />
                         <Private-Package>
                             org.apache.karaf.deployer.spring,
                             org.apache.karaf.util
diff --git a/deployer/wrap/pom.xml b/deployer/wrap/pom.xml
index b11155c..99df7da 100644
--- a/deployer/wrap/pom.xml
+++ b/deployer/wrap/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.deployer</groupId>
         <artifactId>deployer</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -83,7 +83,7 @@
                 <configuration>
                     <instructions>
                         <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
-                        <Export-Package></Export-Package>
+                        <Export-Package />
                         <Private-Package>
                             org.apache.karaf.deployer.wrap,
                             org.apache.karaf.util
diff --git a/diagnostic/command/pom.xml b/diagnostic/command/pom.xml
index df68151..d57ee33 100644
--- a/diagnostic/command/pom.xml
+++ b/diagnostic/command/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.diagnostic</groupId>
         <artifactId>diagnostic</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/diagnostic/core/pom.xml b/diagnostic/core/pom.xml
index c2229d9..c36abc3 100644
--- a/diagnostic/core/pom.xml
+++ b/diagnostic/core/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.diagnostic</groupId>
         <artifactId>diagnostic</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/diagnostic/pom.xml b/diagnostic/pom.xml
index 4a49f52..0ed616f 100644
--- a/diagnostic/pom.xml
+++ b/diagnostic/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/exception/pom.xml b/exception/pom.xml
index 7f08d1f..e92257a 100644
--- a/exception/pom.xml
+++ b/exception/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/features/command/pom.xml b/features/command/pom.xml
index 539a4f3..862ba46 100644
--- a/features/command/pom.xml
+++ b/features/command/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.features</groupId>
         <artifactId>features</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/features/core/pom.xml b/features/core/pom.xml
index d514d86..ff48bc5 100644
--- a/features/core/pom.xml
+++ b/features/core/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.features</groupId>
         <artifactId>features</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/features/obr/pom.xml b/features/obr/pom.xml
index d9bbf04..81fd323 100644
--- a/features/obr/pom.xml
+++ b/features/obr/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.features</groupId>
         <artifactId>features</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/features/pom.xml b/features/pom.xml
index 1121ec9..e03fcb5 100644
--- a/features/pom.xml
+++ b/features/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/http/command/pom.xml b/http/command/pom.xml
index 505be04..f3ce09c 100644
--- a/http/command/pom.xml
+++ b/http/command/pom.xml
@@ -1,133 +1,133 @@
-<?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/xsd/maven-4.0.0.xsd">

-

-    <!--

-

-        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.

-    -->

-

-	<modelVersion>4.0.0</modelVersion>

-

-	<parent>

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

-		<artifactId>http</artifactId>

-		<version>3.0.0.RC1-SNAPSHOT</version>

-        <relativePath>../pom.xml</relativePath>

-	</parent>

-

-	<artifactId>org.apache.karaf.http.command</artifactId>

-	<packaging>bundle</packaging>

-	<name>Apache Karaf :: HTTP :: Commands</name>

-	<description>This bundle provides Karaf shell commands to list details of the http service.</description>

-

-	<properties>

-		<appendedResourcesDirectory>${basedir}/../../etc/appended-resources</appendedResourcesDirectory>

-	</properties>

-

-	<dependencies>

-	    <dependency>

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

-            <artifactId>org.apache.karaf.shell.table</artifactId>

-        </dependency>

-		<dependency>

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

-			<artifactId>org.apache.karaf.shell.console</artifactId>

-		</dependency>

-        <dependency>

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

-            <artifactId>org.apache.karaf.http.core</artifactId>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.felix</groupId>

-            <artifactId>org.apache.felix.gogo.runtime</artifactId>

-            <scope>provided</scope>

-        </dependency>

-		

-		<dependency>

-            <groupId>org.osgi</groupId>

-            <artifactId>org.osgi.core</artifactId>

-			<scope>provided</scope>

-		</dependency>

-		<dependency>

-			<groupId>org.apache.felix</groupId>

-			<artifactId>org.apache.felix.utils</artifactId>

-			<scope>provided</scope>

-		</dependency>

-		<dependency>

-			<groupId>org.ops4j.pax.web</groupId>

-			<artifactId>pax-web-spi</artifactId>

-			<scope>provided</scope>

-		</dependency>

-		<dependency>

-			<groupId>${servlet.spec.groupId}</groupId>

-			<artifactId>${servlet.spec.artifactId}</artifactId>

-			<scope>provided</scope>

-		</dependency>

-		<dependency>

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

-			<artifactId>org.apache.karaf.util</artifactId>

-			<scope>compile</scope>

-		</dependency>

-	</dependencies>

-

-	<build>

-		<resources>

-			<resource>

-				<directory>${project.basedir}/src/main/resources</directory>

-				<includes>

-					<include>**/*</include>

-				</includes>

-			</resource>

-			<resource>

-				<directory>${project.basedir}/src/main/resources</directory>

-				<filtering>true</filtering>

-				<includes>

-					<include>**/*.info</include>

-				</includes>

-			</resource>

-		</resources>

-		<plugins>

-			<plugin>

-				<groupId>org.apache.felix</groupId>

-				<artifactId>maven-bundle-plugin</artifactId>

-				<configuration>

-					<instructions>

-						<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>

-						<Export-Package>${project.artifactId}*;version=${project.version}</Export-Package>

-						<Import-Package>

-                            org.apache.aries.blueprint,

-                            org.osgi.service.blueprint.container,

-                            org.osgi.service.blueprint.reflect,

-							org.apache.felix.service.command,

-							org.apache.karaf.shell.commands,

-							org.apache.karaf.shell.console,

-							*

-                        </Import-Package>

-						<Private-Package>

-							org.apache.felix.utils.version,

-							org.apache.felix.utils.manifest,

-							org.apache.karaf.util;-split-package:=merge-first,

-							!*

-                        </Private-Package>

-						<_versionpolicy>${bnd.version.policy}</_versionpolicy>

-					</instructions>

-				</configuration>

-			</plugin>

-		</plugins>

-	</build>

-

+<?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/xsd/maven-4.0.0.xsd">
+
+    <!--
+
+        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.
+    -->
+
+	<modelVersion>4.0.0</modelVersion>
+
+	<parent>
+		<groupId>org.apache.karaf.http</groupId>
+		<artifactId>http</artifactId>
+		<version>3.0.0.RC1</version>
+        <relativePath>../pom.xml</relativePath>
+	</parent>
+
+	<artifactId>org.apache.karaf.http.command</artifactId>
+	<packaging>bundle</packaging>
+	<name>Apache Karaf :: HTTP :: Commands</name>
+	<description>This bundle provides Karaf shell commands to list details of the http service.</description>
+
+	<properties>
+		<appendedResourcesDirectory>${basedir}/../../etc/appended-resources</appendedResourcesDirectory>
+	</properties>
+
+	<dependencies>
+	    <dependency>
+            <groupId>org.apache.karaf.shell</groupId>
+            <artifactId>org.apache.karaf.shell.table</artifactId>
+        </dependency>
+		<dependency>
+			<groupId>org.apache.karaf.shell</groupId>
+			<artifactId>org.apache.karaf.shell.console</artifactId>
+		</dependency>
+        <dependency>
+            <groupId>org.apache.karaf.http</groupId>
+            <artifactId>org.apache.karaf.http.core</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.apache.felix.gogo.runtime</artifactId>
+            <scope>provided</scope>
+        </dependency>
+		
+		<dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.core</artifactId>
+			<scope>provided</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.felix</groupId>
+			<artifactId>org.apache.felix.utils</artifactId>
+			<scope>provided</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.ops4j.pax.web</groupId>
+			<artifactId>pax-web-spi</artifactId>
+			<scope>provided</scope>
+		</dependency>
+		<dependency>
+			<groupId>${servlet.spec.groupId}</groupId>
+			<artifactId>${servlet.spec.artifactId}</artifactId>
+			<scope>provided</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.karaf</groupId>
+			<artifactId>org.apache.karaf.util</artifactId>
+			<scope>compile</scope>
+		</dependency>
+	</dependencies>
+
+	<build>
+		<resources>
+			<resource>
+				<directory>${project.basedir}/src/main/resources</directory>
+				<includes>
+					<include>**/*</include>
+				</includes>
+			</resource>
+			<resource>
+				<directory>${project.basedir}/src/main/resources</directory>
+				<filtering>true</filtering>
+				<includes>
+					<include>**/*.info</include>
+				</includes>
+			</resource>
+		</resources>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.felix</groupId>
+				<artifactId>maven-bundle-plugin</artifactId>
+				<configuration>
+					<instructions>
+						<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
+						<Export-Package>${project.artifactId}*;version=${project.version}</Export-Package>
+						<Import-Package>
+                            org.apache.aries.blueprint,
+                            org.osgi.service.blueprint.container,
+                            org.osgi.service.blueprint.reflect,
+							org.apache.felix.service.command,
+							org.apache.karaf.shell.commands,
+							org.apache.karaf.shell.console,
+							*
+                        </Import-Package>
+						<Private-Package>
+							org.apache.felix.utils.version,
+							org.apache.felix.utils.manifest,
+							org.apache.karaf.util;-split-package:=merge-first,
+							!*
+                        </Private-Package>
+						<_versionpolicy>${bnd.version.policy}</_versionpolicy>
+					</instructions>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
+
 </project>
\ No newline at end of file
diff --git a/http/core/pom.xml b/http/core/pom.xml
index b9cac79..d3a5012 100644
--- a/http/core/pom.xml
+++ b/http/core/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.http</groupId>
         <artifactId>http</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/http/pom.xml b/http/pom.xml
index e5adb17..43772fa 100644
--- a/http/pom.xml
+++ b/http/pom.xml
@@ -1,41 +1,41 @@
-<?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/xsd/maven-4.0.0.xsd">

-

-    <!--

-

-        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.

-    -->

-

-    <modelVersion>4.0.0</modelVersion>

-

-    <parent>

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

-        <artifactId>karaf</artifactId>

-        <version>3.0.0.RC1-SNAPSHOT</version>

-        <relativePath>../pom.xml</relativePath>

-    </parent>

-

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

-    <artifactId>http</artifactId>

-    <packaging>pom</packaging>

-    <name>Apache Karaf :: HTTP</name>

-

-    <modules>

-        <module>core</module>

-        <module>command</module>

-    </modules>

-

-</project>

+<?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/xsd/maven-4.0.0.xsd">
+
+    <!--
+
+        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.
+    -->
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.karaf</groupId>
+        <artifactId>karaf</artifactId>
+        <version>3.0.0.RC1</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+
+    <groupId>org.apache.karaf.http</groupId>
+    <artifactId>http</artifactId>
+    <packaging>pom</packaging>
+    <name>Apache Karaf :: HTTP</name>
+
+    <modules>
+        <module>core</module>
+        <module>command</module>
+    </modules>
+
+</project>
diff --git a/instance/command/pom.xml b/instance/command/pom.xml
index e1d8ec6..135219f 100644
--- a/instance/command/pom.xml
+++ b/instance/command/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.instance</groupId>
         <artifactId>instance</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/instance/core/pom.xml b/instance/core/pom.xml
index 198e51d..0f91c4a 100644
--- a/instance/core/pom.xml
+++ b/instance/core/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.instance</groupId>
         <artifactId>instance</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/instance/pom.xml b/instance/pom.xml
index 3b94660..b583fe5 100644
--- a/instance/pom.xml
+++ b/instance/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/itests/pom.xml b/itests/pom.xml
index 9e20c28..5179157 100644
--- a/itests/pom.xml
+++ b/itests/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/jaas/boot/pom.xml b/jaas/boot/pom.xml
index 421dd23..52079a4 100644
--- a/jaas/boot/pom.xml
+++ b/jaas/boot/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.jaas</groupId>
         <artifactId>jaas</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/jaas/command/pom.xml b/jaas/command/pom.xml
index b3bed04..3bdb0f2 100644
--- a/jaas/command/pom.xml
+++ b/jaas/command/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <artifactId>jaas</artifactId>
         <groupId>org.apache.karaf.jaas</groupId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/jaas/config/pom.xml b/jaas/config/pom.xml
index 38c1122..0726221 100644
--- a/jaas/config/pom.xml
+++ b/jaas/config/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.jaas</groupId>
         <artifactId>jaas</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/jaas/jasypt/pom.xml b/jaas/jasypt/pom.xml
index 6cca27c..7071207 100644
--- a/jaas/jasypt/pom.xml
+++ b/jaas/jasypt/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.jaas</groupId>
         <artifactId>jaas</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     
diff --git a/jaas/modules/pom.xml b/jaas/modules/pom.xml
index 520826f..35b0a34 100644
--- a/jaas/modules/pom.xml
+++ b/jaas/modules/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.jaas</groupId>
         <artifactId>jaas</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/jaas/pom.xml b/jaas/pom.xml
index 7d7cded..7938944 100644
--- a/jaas/pom.xml
+++ b/jaas/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/kar/command/pom.xml b/kar/command/pom.xml
index 2a50cc0..b5ab25e 100644
--- a/kar/command/pom.xml
+++ b/kar/command/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.kar</groupId>
         <artifactId>kar</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/kar/core/pom.xml b/kar/core/pom.xml
index 41690b8..204ad1e 100644
--- a/kar/core/pom.xml
+++ b/kar/core/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.kar</groupId>
         <artifactId>kar</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/kar/pom.xml b/kar/pom.xml
index ecd10ef..495ab21 100644
--- a/kar/pom.xml
+++ b/kar/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/log/command/pom.xml b/log/command/pom.xml
index 3b02080..d3302ab 100644
--- a/log/command/pom.xml
+++ b/log/command/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.log</groupId>
         <artifactId>log</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/log/core/pom.xml b/log/core/pom.xml
index 3d3ba1a..584c5d6 100644
--- a/log/core/pom.xml
+++ b/log/core/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.log</groupId>
         <artifactId>log</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/log/pom.xml b/log/pom.xml
index 4ca40e8..1cc4624 100644
--- a/log/pom.xml
+++ b/log/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/main/pom.xml b/main/pom.xml
index 23a33ab..061278e 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/management/pom.xml b/management/pom.xml
index 145964a..8ee96ea 100644
--- a/management/pom.xml
+++ b/management/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/management/server/pom.xml b/management/server/pom.xml
index 980ea8d..9e52abe 100644
--- a/management/server/pom.xml
+++ b/management/server/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.management</groupId>
         <artifactId>management</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/manual/pom.xml b/manual/pom.xml
index cac5729..64a6795 100644
--- a/manual/pom.xml
+++ b/manual/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -490,12 +490,12 @@
                                     <tasks>
                                         <mkdir dir="${manual.dir}" />
                                         <move file="${project.build.directory}/sitegen/manual.html" tofile="${manual}.html" />
-                                        <echo message="Generating PDF using Prince XML (http://www.princexml.com/)"/>
+                                        <echo message="Generating PDF using Prince XML (http://www.princexml.com/)" />
                                         <exec executable="prince">
-                                            <arg value="${manual}.html"/>
-                                            <arg value="${manual}.pdf"/>
-                                            <arg value="--log"/>
-                                            <arg value="${project.build.directory}/prince.log"/>
+                                            <arg value="${manual}.html" />
+                                            <arg value="${manual}.pdf" />
+                                            <arg value="--log" />
+                                            <arg value="${project.build.directory}/prince.log" />
                                         </exec>
                                     </tasks>
                                 </configuration>
diff --git a/obr/command/pom.xml b/obr/command/pom.xml
index ddd9a12..7b74411 100644
--- a/obr/command/pom.xml
+++ b/obr/command/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.obr</groupId>
         <artifactId>obr</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/obr/core/pom.xml b/obr/core/pom.xml
index 3bbfb06..ca9d701 100644
--- a/obr/core/pom.xml
+++ b/obr/core/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.obr</groupId>
         <artifactId>obr</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/obr/pom.xml b/obr/pom.xml
index 1de8020..4989f0f 100644
--- a/obr/pom.xml
+++ b/obr/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/package/command/pom.xml b/package/command/pom.xml
index 11ddae1..871e682 100644
--- a/package/command/pom.xml
+++ b/package/command/pom.xml
@@ -1,117 +1,117 @@
-<?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/xsd/maven-4.0.0.xsd">

-

-    <!--

-

-        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.

-    -->

-

-    <modelVersion>4.0.0</modelVersion>

-

-    <parent>

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

-        <artifactId>package</artifactId>

-        <version>3.0.0.RC1-SNAPSHOT</version>

-        <relativePath>../pom.xml</relativePath>

-    </parent>

-

-    <artifactId>org.apache.karaf.package.command</artifactId>

-    <packaging>bundle</packaging>

-    <name>Apache Karaf :: Package :: Commands</name>

-    <description>Provides shell commands to list package exports and imports</description>

-

-    <properties>

-        <appendedResourcesDirectory>${basedir}/../../etc/appended-resources</appendedResourcesDirectory>

-    </properties>

-

-    <dependencies>

-        <dependency>

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

-            <artifactId>org.apache.karaf.shell.console</artifactId>

-        </dependency>

-        <dependency>

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

-            <artifactId>org.apache.karaf.shell.table</artifactId>

-        </dependency>

-        <dependency>

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

-            <artifactId>org.apache.karaf.package.core</artifactId>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.felix</groupId>

-            <artifactId>org.apache.felix.gogo.runtime</artifactId>

-            <scope>provided</scope>

-        </dependency>

-

-        <dependency>

-            <groupId>org.osgi</groupId>

-            <artifactId>org.osgi.core</artifactId>

-            <scope>provided</scope>

-        </dependency>

-        <dependency>

-            <groupId>org.slf4j</groupId>

-            <artifactId>slf4j-api</artifactId>

-            <scope>provided</scope>

-        </dependency>

-        <dependency>

-            <groupId>org.slf4j</groupId>

-            <artifactId>slf4j-jdk14</artifactId>

-            <scope>test</scope>

-        </dependency>

-        <dependency>

-            <groupId>org.apache.felix</groupId>

-            <artifactId>org.apache.felix.utils</artifactId>

-            <scope>provided</scope>

-        </dependency>

-    </dependencies>

-

-    <build>

-        <resources>

-            <resource>

-                <directory>${project.basedir}/src/main/resources</directory>

-                <includes>

-                    <include>**/*</include>

-                </includes>

-            </resource>

-            <resource>

-                <directory>${project.basedir}/src/main/resources</directory>

-                <filtering>true</filtering>

-                <includes>

-                    <include>**/*.info</include>

-                </includes>

-            </resource>

-        </resources>

-        <plugins>

-            <plugin>

-                <groupId>org.apache.felix</groupId>

-                <artifactId>maven-bundle-plugin</artifactId>

-                <configuration>

-                    <instructions>

-                        <Export-Package>!*</Export-Package>

-                        <Private-Package>

-                            org.apache.karaf.packages.command*,

-                            org.apache.felix.utils.version;-split-package:=merge-first,

-                            org.apache.felix.utils.manifest;-split-package:=merge-first,

-                            !*

-                        </Private-Package>

-                    </instructions>

-                </configuration>

-            </plugin>

-        </plugins>

-    </build>

-

-</project>

+<?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/xsd/maven-4.0.0.xsd">
+
+    <!--
+
+        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.
+    -->
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.karaf.package</groupId>
+        <artifactId>package</artifactId>
+        <version>3.0.0.RC1</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+
+    <artifactId>org.apache.karaf.package.command</artifactId>
+    <packaging>bundle</packaging>
+    <name>Apache Karaf :: Package :: Commands</name>
+    <description>Provides shell commands to list package exports and imports</description>
+
+    <properties>
+        <appendedResourcesDirectory>${basedir}/../../etc/appended-resources</appendedResourcesDirectory>
+    </properties>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.karaf.shell</groupId>
+            <artifactId>org.apache.karaf.shell.console</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.karaf.shell</groupId>
+            <artifactId>org.apache.karaf.shell.table</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.karaf.package</groupId>
+            <artifactId>org.apache.karaf.package.core</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.apache.felix.gogo.runtime</artifactId>
+            <scope>provided</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.core</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-jdk14</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.apache.felix.utils</artifactId>
+            <scope>provided</scope>
+        </dependency>
+    </dependencies>
+
+    <build>
+        <resources>
+            <resource>
+                <directory>${project.basedir}/src/main/resources</directory>
+                <includes>
+                    <include>**/*</include>
+                </includes>
+            </resource>
+            <resource>
+                <directory>${project.basedir}/src/main/resources</directory>
+                <filtering>true</filtering>
+                <includes>
+                    <include>**/*.info</include>
+                </includes>
+            </resource>
+        </resources>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <configuration>
+                    <instructions>
+                        <Export-Package>!*</Export-Package>
+                        <Private-Package>
+                            org.apache.karaf.packages.command*,
+                            org.apache.felix.utils.version;-split-package:=merge-first,
+                            org.apache.felix.utils.manifest;-split-package:=merge-first,
+                            !*
+                        </Private-Package>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+</project>
diff --git a/package/core/pom.xml b/package/core/pom.xml
index b119dd0..0c93d95 100644
--- a/package/core/pom.xml
+++ b/package/core/pom.xml
@@ -1,112 +1,112 @@
-<?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/xsd/maven-4.0.0.xsd">

-

-    <!--

-

-        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.

-    -->

-

-    <modelVersion>4.0.0</modelVersion>

-

-    <parent>

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

-        <artifactId>package</artifactId>

-        <version>3.0.0.RC1-SNAPSHOT</version>

-        <relativePath>../pom.xml</relativePath>

-    </parent>

-

-    <artifactId>org.apache.karaf.package.core</artifactId>

-    <packaging>bundle</packaging>

-    <name>Apache Karaf :: Package :: Core</name>

-    <description>Package Services and API</description>

-

-    <properties>

-        <appendedResourcesDirectory>${basedir}/../../etc/appended-resources</appendedResourcesDirectory>

-    </properties>

-

-    <dependencies>

-

-        <dependency>

-            <groupId>org.apache.aries.blueprint</groupId>

-            <artifactId>org.apache.aries.blueprint.api</artifactId>

-            <scope>provided</scope>

-        </dependency>

-

-        <dependency>

-            <groupId>org.osgi</groupId>

-            <artifactId>org.osgi.core</artifactId>

-            <scope>provided</scope>

-        </dependency>

-        <dependency>

-            <groupId>org.slf4j</groupId>

-            <artifactId>slf4j-api</artifactId>

-            <scope>provided</scope>

-        </dependency>

-

-        <dependency>

-            <groupId>org.apache.felix</groupId>

-            <artifactId>org.apache.felix.utils</artifactId>

-            <scope>provided</scope>

-        </dependency>

-        

-        <dependency>

-            <groupId>org.slf4j</groupId>

-            <artifactId>slf4j-jdk14</artifactId>

-            <scope>test</scope>

-        </dependency>

-    </dependencies>

-

-    <build>

-        <resources>

-            <resource>

-                <directory>${project.basedir}/src/main/resources</directory>

-                <includes>

-                    <include>**/*</include>

-                </includes>

-            </resource>

-            <resource>

-                <directory>${project.basedir}/src/main/resources</directory>

-                <filtering>true</filtering>

-                <includes>

-                    <include>**/*.info</include>

-                </includes>

-            </resource>

-        </resources>

-        <plugins>

-            <plugin>

-                <groupId>org.apache.felix</groupId>

-                <artifactId>maven-bundle-plugin</artifactId>

-                <configuration>

-                    <instructions>

-                        <Export-Package>

-                            org.apache.karaf.packages.core

-                        </Export-Package>

-                        <Import-Package>

-                            org.apache.felix.service.command;status=provisional,

-                            *

-                        </Import-Package>

-                        <Private-Package>

-                            org.apache.karaf.packages.core.internal,

-                            org.apache.felix.utils.version,

-                            org.apache.felix.utils.manifest

-                        </Private-Package>

-                    </instructions>

-                </configuration>

-            </plugin>

-        </plugins>

-    </build>

-

-</project>

+<?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/xsd/maven-4.0.0.xsd">
+
+    <!--
+
+        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.
+    -->
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.karaf.package</groupId>
+        <artifactId>package</artifactId>
+        <version>3.0.0.RC1</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+
+    <artifactId>org.apache.karaf.package.core</artifactId>
+    <packaging>bundle</packaging>
+    <name>Apache Karaf :: Package :: Core</name>
+    <description>Package Services and API</description>
+
+    <properties>
+        <appendedResourcesDirectory>${basedir}/../../etc/appended-resources</appendedResourcesDirectory>
+    </properties>
+
+    <dependencies>
+
+        <dependency>
+            <groupId>org.apache.aries.blueprint</groupId>
+            <artifactId>org.apache.aries.blueprint.api</artifactId>
+            <scope>provided</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.core</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
+            <scope>provided</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.apache.felix.utils</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-jdk14</artifactId>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
+
+    <build>
+        <resources>
+            <resource>
+                <directory>${project.basedir}/src/main/resources</directory>
+                <includes>
+                    <include>**/*</include>
+                </includes>
+            </resource>
+            <resource>
+                <directory>${project.basedir}/src/main/resources</directory>
+                <filtering>true</filtering>
+                <includes>
+                    <include>**/*.info</include>
+                </includes>
+            </resource>
+        </resources>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <configuration>
+                    <instructions>
+                        <Export-Package>
+                            org.apache.karaf.packages.core
+                        </Export-Package>
+                        <Import-Package>
+                            org.apache.felix.service.command;status=provisional,
+                            *
+                        </Import-Package>
+                        <Private-Package>
+                            org.apache.karaf.packages.core.internal,
+                            org.apache.felix.utils.version,
+                            org.apache.felix.utils.manifest
+                        </Private-Package>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+</project>
diff --git a/package/pom.xml b/package/pom.xml
index 93636d0..81ea55f 100644
--- a/package/pom.xml
+++ b/package/pom.xml
@@ -1,41 +1,41 @@
-<?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/xsd/maven-4.0.0.xsd">

-

-    <!--

-

-        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.

-    -->

-

-    <modelVersion>4.0.0</modelVersion>

-

-    <parent>

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

-        <artifactId>karaf</artifactId>

-        <version>3.0.0.RC1-SNAPSHOT</version>

-        <relativePath>../pom.xml</relativePath>

-    </parent>

-

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

-    <artifactId>package</artifactId>

-    <packaging>pom</packaging>

-    <name>Apache Karaf :: Bundle</name>

-

-    <modules>

-        <module>core</module>

-        <module>command</module>

-    </modules>

-

-</project>

+<?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/xsd/maven-4.0.0.xsd">
+
+    <!--
+
+        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.
+    -->
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.karaf</groupId>
+        <artifactId>karaf</artifactId>
+        <version>3.0.0.RC1</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+
+    <groupId>org.apache.karaf.package</groupId>
+    <artifactId>package</artifactId>
+    <packaging>pom</packaging>
+    <name>Apache Karaf :: Bundle</name>
+
+    <modules>
+        <module>core</module>
+        <module>command</module>
+    </modules>
+
+</project>
diff --git a/pom.xml b/pom.xml
index 161050b..933f92a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
     <groupId>org.apache.karaf</groupId>
     <artifactId>karaf</artifactId>
     <packaging>pom</packaging>
-    <version>3.0.0.RC1-SNAPSHOT</version>
+    <version>3.0.0.RC1</version>
     <name>Apache Karaf</name>
     <inceptionYear>2007</inceptionYear>
 
@@ -70,9 +70,9 @@
     </modules>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/karaf/trunk</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/karaf/trunk</developerConnection>
-        <url>http://svn.apache.org/viewvc/karaf/trunk/</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/karaf/tags/karaf-3.0.0.RC1</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/karaf/tags/karaf-3.0.0.RC1</developerConnection>
+        <url>http://svn.apache.org/viewvc/karaf/tags/karaf-3.0.0.RC1</url>
     </scm>
 
     <issueManagement>
@@ -2034,7 +2034,7 @@
                                         </goals>
                                     </pluginExecutionFilter>
                                     <action>
-                                        <ignore></ignore>
+                                        <ignore />
                                     </action>
                                 </pluginExecution>
                                 <pluginExecution>
@@ -2048,7 +2048,7 @@
                                         </goals>
                                     </pluginExecutionFilter>
                                     <action>
-                                        <ignore></ignore>
+                                        <ignore />
                                     </action>
                                 </pluginExecution>
                                 <pluginExecution>
@@ -2061,7 +2061,7 @@
                                         </goals>
                                     </pluginExecutionFilter>
                                     <action>
-                                        <ignore></ignore>
+                                        <ignore />
                                     </action>
                                 </pluginExecution>
                                 <pluginExecution>
@@ -2074,7 +2074,7 @@
                                         </goals>
                                     </pluginExecutionFilter>
                                     <action>
-                                        <ignore></ignore>
+                                        <ignore />
                                     </action>
                                 </pluginExecution>
                                 <pluginExecution>
@@ -2087,7 +2087,7 @@
                                         </goals>
                                     </pluginExecutionFilter>
                                     <action>
-                                        <ignore></ignore>
+                                        <ignore />
                                     </action>
                                 </pluginExecution>
                             </pluginExecutions>
diff --git a/region/command/pom.xml b/region/command/pom.xml
index 5ca2762..db0f4f9 100644
--- a/region/command/pom.xml
+++ b/region/command/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.region</groupId>
         <artifactId>region</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
     </parent>
 
     <artifactId>org.apache.karaf.region.command</artifactId>
diff --git a/region/core/pom.xml b/region/core/pom.xml
index 2808c67..0dc32fd 100644
--- a/region/core/pom.xml
+++ b/region/core/pom.xml
@@ -16,16 +16,14 @@
   ~ 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">
+<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.region</groupId>
         <artifactId>region</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
     </parent>
 
     <artifactId>org.apache.karaf.region.core</artifactId>
diff --git a/region/persist/pom.xml b/region/persist/pom.xml
index 989f1bc..5ebe420 100644
--- a/region/persist/pom.xml
+++ b/region/persist/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.region</groupId>
         <artifactId>region</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
     </parent>
 
     <artifactId>org.apache.karaf.region.persist</artifactId>
diff --git a/region/pom.xml b/region/pom.xml
index b0c0823..0b81686 100644
--- a/region/pom.xml
+++ b/region/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
     </parent>
 
     <groupId>org.apache.karaf.region</groupId>
diff --git a/scheduler/core/pom.xml b/scheduler/core/pom.xml
index e95e04d..3cd4b4d 100644
--- a/scheduler/core/pom.xml
+++ b/scheduler/core/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <artifactId>scheduler</artifactId>
         <groupId>org.apache.karaf</groupId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/scheduler/pom.xml b/scheduler/pom.xml
index a9cd27e..eb1d04c 100644
--- a/scheduler/pom.xml
+++ b/scheduler/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <artifactId>karaf</artifactId>
         <groupId>org.apache.karaf</groupId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/scr/command/pom.xml b/scr/command/pom.xml
index 28403c7..6703a5e 100644
--- a/scr/command/pom.xml
+++ b/scr/command/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.scr</groupId>
         <artifactId>scr</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/scr/examples/pom.xml b/scr/examples/pom.xml
index fc089ec..b50b4db 100644
--- a/scr/examples/pom.xml
+++ b/scr/examples/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.scr</groupId>
         <artifactId>scr</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/scr/management/pom.xml b/scr/management/pom.xml
index 0d09038..a72f1ba 100644
--- a/scr/management/pom.xml
+++ b/scr/management/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.scr</groupId>
         <artifactId>scr</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/scr/pom.xml b/scr/pom.xml
index 311d84a..623ac66 100644
--- a/scr/pom.xml
+++ b/scr/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/service/command/pom.xml b/service/command/pom.xml
index effa6f1..f879db2 100644
--- a/service/command/pom.xml
+++ b/service/command/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.service</groupId>
         <artifactId>service</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/service/core/pom.xml b/service/core/pom.xml
index 6e4fa1b..f9ce405 100644
--- a/service/core/pom.xml
+++ b/service/core/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.service</groupId>
         <artifactId>service</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/service/pom.xml b/service/pom.xml
index 57fdc3e..e3f08fd 100644
--- a/service/pom.xml
+++ b/service/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/shell/commands/pom.xml b/shell/commands/pom.xml
index 4ed53bb..ca0553b 100644
--- a/shell/commands/pom.xml
+++ b/shell/commands/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.shell</groupId>
         <artifactId>shell</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/shell/console/pom.xml b/shell/console/pom.xml
index 80e5c0c..31b3e4b 100644
--- a/shell/console/pom.xml
+++ b/shell/console/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.shell</groupId>
         <artifactId>shell</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/shell/help/pom.xml b/shell/help/pom.xml
index 5171242..01bb9cb 100644
--- a/shell/help/pom.xml
+++ b/shell/help/pom.xml
@@ -1,122 +1,122 @@
-<?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/xsd/maven-4.0.0.xsd">

-

-    <!--

-

-        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.

-    -->

-

-    <modelVersion>4.0.0</modelVersion>

-

-    <parent>

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

-        <artifactId>shell</artifactId>

-        <version>3.0.0.RC1-SNAPSHOT</version>

-        <relativePath>../pom.xml</relativePath>

-    </parent>

-

-    <artifactId>org.apache.karaf.shell.help</artifactId>

-    <packaging>bundle</packaging>

-    <name>Apache Karaf :: Shell :: Help System</name>

-    <description>This bundles provides the karaf help system</description>

-

-    <properties>

-        <appendedResourcesDirectory>${basedir}/../../etc/appended-resources</appendedResourcesDirectory>

-    </properties>

-

-    <dependencies>

-        <dependency>

-            <groupId>org.fusesource.jansi</groupId>

-            <artifactId>jansi</artifactId>

-            <scope>provided</scope>

-        </dependency>

-        <dependency>

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

-            <artifactId>org.apache.karaf.shell.table</artifactId>

-        </dependency>

-        <dependency>

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

-            <artifactId>org.apache.karaf.shell.console</artifactId>

-        </dependency>

-        <dependency>

-            <groupId>org.apache.felix</groupId>

-            <artifactId>org.apache.felix.gogo.runtime</artifactId>

-            <scope>provided</scope>

-        </dependency>

-        <dependency>

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

-            <artifactId>org.apache.karaf.util</artifactId>

-            <scope>provided</scope>

-        </dependency>

-        <dependency>

-            <groupId>org.osgi</groupId>

-            <artifactId>org.osgi.compendium</artifactId>

-            <scope>provided</scope>

-        </dependency>

-        <dependency>

-            <groupId>org.osgi</groupId>

-            <artifactId>org.osgi.core</artifactId>

-            <scope>provided</scope>

-        </dependency>

-        <dependency>

-            <groupId>org.slf4j</groupId>

-            <artifactId>slf4j-api</artifactId>

-            <scope>provided</scope>

-        </dependency>

-        <dependency>

-            <groupId>org.slf4j</groupId>

-            <artifactId>slf4j-simple</artifactId>

-            <scope>test</scope>

-        </dependency>

-    </dependencies>

-

-    <build>

-        <resources>

-            <resource>

-                <directory>${project.basedir}/src/main/resources</directory>

-                <includes>

-                    <include>**/*</include>

-                </includes>

-            </resource>

-            <resource>

-                <directory>${project.basedir}/src/main/resources</directory>

-                <filtering>true</filtering>

-                <includes>

-                    <include>**/*.info</include>

-                </includes>

-            </resource>

-        </resources>

-        <plugins>

-            <plugin>

-                <groupId>org.apache.felix</groupId>

-                <artifactId>maven-bundle-plugin</artifactId>

-                <configuration>

-                    <instructions>

-                        <Export-Package>

-                        	!org.apache.karaf.shell.help.impl*

-                        </Export-Package>

-                        <Private-Package>

-                            org.apache.karaf.util.process;-split-package:=merge-first,

-                            org.apache.karaf.util;-split-package:=merge-first,

-                            org.apache.karaf.shell.help.impl*

-                        </Private-Package>

-                    </instructions>

-                </configuration>

-            </plugin>

-        </plugins>

-    </build>

-

-</project>

+<?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/xsd/maven-4.0.0.xsd">
+
+    <!--
+
+        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.
+    -->
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.karaf.shell</groupId>
+        <artifactId>shell</artifactId>
+        <version>3.0.0.RC1</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+
+    <artifactId>org.apache.karaf.shell.help</artifactId>
+    <packaging>bundle</packaging>
+    <name>Apache Karaf :: Shell :: Help System</name>
+    <description>This bundles provides the karaf help system</description>
+
+    <properties>
+        <appendedResourcesDirectory>${basedir}/../../etc/appended-resources</appendedResourcesDirectory>
+    </properties>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.fusesource.jansi</groupId>
+            <artifactId>jansi</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.karaf.shell</groupId>
+            <artifactId>org.apache.karaf.shell.table</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.karaf.shell</groupId>
+            <artifactId>org.apache.karaf.shell.console</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.apache.felix.gogo.runtime</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.karaf</groupId>
+            <artifactId>org.apache.karaf.util</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.compendium</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.core</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-simple</artifactId>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
+
+    <build>
+        <resources>
+            <resource>
+                <directory>${project.basedir}/src/main/resources</directory>
+                <includes>
+                    <include>**/*</include>
+                </includes>
+            </resource>
+            <resource>
+                <directory>${project.basedir}/src/main/resources</directory>
+                <filtering>true</filtering>
+                <includes>
+                    <include>**/*.info</include>
+                </includes>
+            </resource>
+        </resources>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <configuration>
+                    <instructions>
+                        <Export-Package>
+                        	!org.apache.karaf.shell.help.impl*
+                        </Export-Package>
+                        <Private-Package>
+                            org.apache.karaf.util.process;-split-package:=merge-first,
+                            org.apache.karaf.util;-split-package:=merge-first,
+                            org.apache.karaf.shell.help.impl*
+                        </Private-Package>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+</project>
diff --git a/shell/pom.xml b/shell/pom.xml
index 8d07e38..b79ad21 100644
--- a/shell/pom.xml
+++ b/shell/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/shell/ssh/pom.xml b/shell/ssh/pom.xml
index efd689f..57a495e 100644
--- a/shell/ssh/pom.xml
+++ b/shell/ssh/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.shell</groupId>
         <artifactId>shell</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/shell/table/pom.xml b/shell/table/pom.xml
index fd367b6..8277419 100644
--- a/shell/table/pom.xml
+++ b/shell/table/pom.xml
@@ -1,77 +1,77 @@
-<?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/xsd/maven-4.0.0.xsd">

-

-    <!--

-

-        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.

-    -->

-

-    <modelVersion>4.0.0</modelVersion>

-

-    <parent>

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

-        <artifactId>shell</artifactId>

-        <version>3.0.0.RC1-SNAPSHOT</version>

-        <relativePath>../pom.xml</relativePath>

-    </parent>

-

-    <artifactId>org.apache.karaf.shell.table</artifactId>

-    <packaging>bundle</packaging>

-    <name>Apache Karaf :: Shell :: Table</name>

-    <description>Table support for the command line</description>

-

-    <properties>

-        <appendedResourcesDirectory>${basedir}/../../etc/appended-resources</appendedResourcesDirectory>

-    </properties>

-

-    <dependencies>

-        <dependency>

-            <groupId>org.fusesource.jansi</groupId>

-            <artifactId>jansi</artifactId>

-            <scope>provided</scope>

-        </dependency>

-        <dependency>

-            <groupId>org.slf4j</groupId>

-            <artifactId>slf4j-api</artifactId>

-            <scope>provided</scope>

-        </dependency>

-        <dependency>

-            <groupId>org.slf4j</groupId>

-            <artifactId>slf4j-simple</artifactId>

-            <scope>test</scope>

-        </dependency>

-        <dependency>

-        	<groupId>commons-io</groupId>

-            <artifactId>commons-io</artifactId>

-            <version>2.4</version>

-            <scope>test</scope>

-        </dependency>

-    </dependencies>

-

-    <build>

-        <plugins>

-            <plugin>

-                <groupId>org.apache.felix</groupId>

-                <artifactId>maven-bundle-plugin</artifactId>

-                <configuration>

-                    <instructions>

-                    </instructions>

-                </configuration>

-            </plugin>

-        </plugins>

-    </build>

-

-</project>

+<?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/xsd/maven-4.0.0.xsd">
+
+    <!--
+
+        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.
+    -->
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.karaf.shell</groupId>
+        <artifactId>shell</artifactId>
+        <version>3.0.0.RC1</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+
+    <artifactId>org.apache.karaf.shell.table</artifactId>
+    <packaging>bundle</packaging>
+    <name>Apache Karaf :: Shell :: Table</name>
+    <description>Table support for the command line</description>
+
+    <properties>
+        <appendedResourcesDirectory>${basedir}/../../etc/appended-resources</appendedResourcesDirectory>
+    </properties>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.fusesource.jansi</groupId>
+            <artifactId>jansi</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-simple</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+        	<groupId>commons-io</groupId>
+            <artifactId>commons-io</artifactId>
+            <version>2.4</version>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <configuration>
+                    <instructions>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+</project>
diff --git a/system/command/pom.xml b/system/command/pom.xml
index 25d36ad..374feae 100644
--- a/system/command/pom.xml
+++ b/system/command/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.system</groupId>
         <artifactId>system</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/system/core/pom.xml b/system/core/pom.xml
index a667b71..592c0fc 100644
--- a/system/core/pom.xml
+++ b/system/core/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.system</groupId>
         <artifactId>system</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/system/pom.xml b/system/pom.xml
index cf9579d..ca374b7 100644
--- a/system/pom.xml
+++ b/system/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/tooling/exam/container/pom.xml b/tooling/exam/container/pom.xml
index 1e45062..8dbbf56 100644
--- a/tooling/exam/container/pom.xml
+++ b/tooling/exam/container/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.karaf.tooling.exam</groupId>
         <artifactId>exam</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/tooling/exam/options/pom.xml b/tooling/exam/options/pom.xml
index 319cbfe..0a2ebaf 100644
--- a/tooling/exam/options/pom.xml
+++ b/tooling/exam/options/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.karaf.tooling.exam</groupId>
         <artifactId>exam</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/tooling/exam/pom.xml b/tooling/exam/pom.xml
index 0bdbc6e..dcaf3e9 100644
--- a/tooling/exam/pom.xml
+++ b/tooling/exam/pom.xml
@@ -25,7 +25,7 @@
   <parent>
       <groupId>org.apache.karaf.tooling</groupId>
       <artifactId>tooling</artifactId>
-      <version>3.0.0.RC1-SNAPSHOT</version>
+      <version>3.0.0.RC1</version>
       <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/tooling/exam/regression/pom.xml b/tooling/exam/regression/pom.xml
index 93c9fa7..9bc0868 100644
--- a/tooling/exam/regression/pom.xml
+++ b/tooling/exam/regression/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.tooling.exam</groupId>
         <artifactId>exam</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/tooling/karaf-maven-plugin/pom.xml b/tooling/karaf-maven-plugin/pom.xml
index 117b272..694fc93 100644
--- a/tooling/karaf-maven-plugin/pom.xml
+++ b/tooling/karaf-maven-plugin/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.tooling</groupId>
         <artifactId>tooling</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/tooling/pom.xml b/tooling/pom.xml
index 69034e7..d71ec32 100644
--- a/tooling/pom.xml
+++ b/tooling/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/util/pom.xml b/util/pom.xml
index f9541d5..6d04ca9 100644
--- a/util/pom.xml
+++ b/util/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     
diff --git a/web/command/pom.xml b/web/command/pom.xml
index e1b0e25..f4aa3c9 100644
--- a/web/command/pom.xml
+++ b/web/command/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.web</groupId>
         <artifactId>web</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/web/core/pom.xml b/web/core/pom.xml
index 454b132..1ee8bdf 100644
--- a/web/core/pom.xml
+++ b/web/core/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.web</groupId>
         <artifactId>web</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/web/pom.xml b/web/pom.xml
index 5da78ef..3b672e4 100644
--- a/web/pom.xml
+++ b/web/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/webconsole/branding/pom.xml b/webconsole/branding/pom.xml
index f698810..1210453 100644
--- a/webconsole/branding/pom.xml
+++ b/webconsole/branding/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.webconsole</groupId>
         <artifactId>webconsole</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/webconsole/console/pom.xml b/webconsole/console/pom.xml
index 10a7cee..4706f09 100644
--- a/webconsole/console/pom.xml
+++ b/webconsole/console/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.webconsole</groupId>
         <artifactId>webconsole</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/webconsole/features/pom.xml b/webconsole/features/pom.xml
index 1e933f6..89f09eb 100644
--- a/webconsole/features/pom.xml
+++ b/webconsole/features/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.webconsole</groupId>
         <artifactId>webconsole</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/webconsole/gogo/pom.xml b/webconsole/gogo/pom.xml
index 6d14a30..d03fb13 100644
--- a/webconsole/gogo/pom.xml
+++ b/webconsole/gogo/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.webconsole</groupId>
         <artifactId>webconsole</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/webconsole/http/pom.xml b/webconsole/http/pom.xml
index 7423fec..71dd73b 100644
--- a/webconsole/http/pom.xml
+++ b/webconsole/http/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.webconsole</groupId>
         <artifactId>webconsole</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/webconsole/instance/pom.xml b/webconsole/instance/pom.xml
index bf94fd6..2f3221b 100644
--- a/webconsole/instance/pom.xml
+++ b/webconsole/instance/pom.xml
@@ -19,7 +19,7 @@
 	<parent>
 		<groupId>org.apache.karaf.webconsole</groupId>
 		<artifactId>webconsole</artifactId>
-		<version>3.0.0.RC1-SNAPSHOT</version>
+		<version>3.0.0.RC1</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/webconsole/pom.xml b/webconsole/pom.xml
index 87e1e6f..54c6d0c 100644
--- a/webconsole/pom.xml
+++ b/webconsole/pom.xml
@@ -1,6 +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/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
     <!--
 
@@ -25,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/wrapper/command/pom.xml b/wrapper/command/pom.xml
index b29d4cb..742093d 100644
--- a/wrapper/command/pom.xml
+++ b/wrapper/command/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.wrapper</groupId>
         <artifactId>wrapper</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/wrapper/core/pom.xml b/wrapper/core/pom.xml
index 4f06142..340061a 100644
--- a/wrapper/core/pom.xml
+++ b/wrapper/core/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf.wrapper</groupId>
         <artifactId>wrapper</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/wrapper/pom.xml b/wrapper/pom.xml
index 1a24a5a..3199844 100644
--- a/wrapper/pom.xml
+++ b/wrapper/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>3.0.0.RC1-SNAPSHOT</version>
+        <version>3.0.0.RC1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>