You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jg...@apache.org on 2013/03/11 22:17:34 UTC

svn commit: r1455334 [3/3] - in /karaf/trunk: ./ archetypes/ archetypes/assembly/ archetypes/blueprint/ archetypes/bundle/ archetypes/command/ archetypes/feature/ archetypes/kar/ assemblies/ assemblies/apache-karaf-minimal/ assemblies/apache-karaf/ ass...

Modified: karaf/trunk/shell/commands/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/shell/commands/pom.xml?rev=1455334&r1=1455333&r2=1455334&view=diff
==============================================================================
--- karaf/trunk/shell/commands/pom.xml (original)
+++ karaf/trunk/shell/commands/pom.xml Mon Mar 11 21:17:32 2013
@@ -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>
 

Modified: karaf/trunk/shell/console/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/shell/console/pom.xml?rev=1455334&r1=1455333&r2=1455334&view=diff
==============================================================================
--- karaf/trunk/shell/console/pom.xml (original)
+++ karaf/trunk/shell/console/pom.xml Mon Mar 11 21:17:32 2013
@@ -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>
 

Modified: karaf/trunk/shell/help/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/shell/help/pom.xml?rev=1455334&r1=1455333&r2=1455334&view=diff
==============================================================================
--- karaf/trunk/shell/help/pom.xml (original)
+++ karaf/trunk/shell/help/pom.xml Mon Mar 11 21:17:32 2013
@@ -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>

Modified: karaf/trunk/shell/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/shell/pom.xml?rev=1455334&r1=1455333&r2=1455334&view=diff
==============================================================================
--- karaf/trunk/shell/pom.xml (original)
+++ karaf/trunk/shell/pom.xml Mon Mar 11 21:17:32 2013
@@ -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>
 

Modified: karaf/trunk/shell/ssh/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/shell/ssh/pom.xml?rev=1455334&r1=1455333&r2=1455334&view=diff
==============================================================================
--- karaf/trunk/shell/ssh/pom.xml (original)
+++ karaf/trunk/shell/ssh/pom.xml Mon Mar 11 21:17:32 2013
@@ -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>
 

Modified: karaf/trunk/shell/table/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/shell/table/pom.xml?rev=1455334&r1=1455333&r2=1455334&view=diff
==============================================================================
--- karaf/trunk/shell/table/pom.xml (original)
+++ karaf/trunk/shell/table/pom.xml Mon Mar 11 21:17:32 2013
@@ -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>

Modified: karaf/trunk/system/command/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/system/command/pom.xml?rev=1455334&r1=1455333&r2=1455334&view=diff
==============================================================================
--- karaf/trunk/system/command/pom.xml (original)
+++ karaf/trunk/system/command/pom.xml Mon Mar 11 21:17:32 2013
@@ -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>
 

Modified: karaf/trunk/system/core/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/system/core/pom.xml?rev=1455334&r1=1455333&r2=1455334&view=diff
==============================================================================
--- karaf/trunk/system/core/pom.xml (original)
+++ karaf/trunk/system/core/pom.xml Mon Mar 11 21:17:32 2013
@@ -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>
 

Modified: karaf/trunk/system/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/system/pom.xml?rev=1455334&r1=1455333&r2=1455334&view=diff
==============================================================================
--- karaf/trunk/system/pom.xml (original)
+++ karaf/trunk/system/pom.xml Mon Mar 11 21:17:32 2013
@@ -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>
 

Modified: karaf/trunk/tooling/exam/container/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/tooling/exam/container/pom.xml?rev=1455334&r1=1455333&r2=1455334&view=diff
==============================================================================
--- karaf/trunk/tooling/exam/container/pom.xml (original)
+++ karaf/trunk/tooling/exam/container/pom.xml Mon Mar 11 21:17:32 2013
@@ -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>
 

Modified: karaf/trunk/tooling/exam/options/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/tooling/exam/options/pom.xml?rev=1455334&r1=1455333&r2=1455334&view=diff
==============================================================================
--- karaf/trunk/tooling/exam/options/pom.xml (original)
+++ karaf/trunk/tooling/exam/options/pom.xml Mon Mar 11 21:17:32 2013
@@ -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>
 

Modified: karaf/trunk/tooling/exam/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/tooling/exam/pom.xml?rev=1455334&r1=1455333&r2=1455334&view=diff
==============================================================================
--- karaf/trunk/tooling/exam/pom.xml (original)
+++ karaf/trunk/tooling/exam/pom.xml Mon Mar 11 21:17:32 2013
@@ -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>
 

Modified: karaf/trunk/tooling/exam/regression/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/tooling/exam/regression/pom.xml?rev=1455334&r1=1455333&r2=1455334&view=diff
==============================================================================
--- karaf/trunk/tooling/exam/regression/pom.xml (original)
+++ karaf/trunk/tooling/exam/regression/pom.xml Mon Mar 11 21:17:32 2013
@@ -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>
 

Modified: karaf/trunk/tooling/karaf-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/tooling/karaf-maven-plugin/pom.xml?rev=1455334&r1=1455333&r2=1455334&view=diff
==============================================================================
--- karaf/trunk/tooling/karaf-maven-plugin/pom.xml (original)
+++ karaf/trunk/tooling/karaf-maven-plugin/pom.xml Mon Mar 11 21:17:32 2013
@@ -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>
 

Modified: karaf/trunk/tooling/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/tooling/pom.xml?rev=1455334&r1=1455333&r2=1455334&view=diff
==============================================================================
--- karaf/trunk/tooling/pom.xml (original)
+++ karaf/trunk/tooling/pom.xml Mon Mar 11 21:17:32 2013
@@ -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>
 

Modified: karaf/trunk/util/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/util/pom.xml?rev=1455334&r1=1455333&r2=1455334&view=diff
==============================================================================
--- karaf/trunk/util/pom.xml (original)
+++ karaf/trunk/util/pom.xml Mon Mar 11 21:17:32 2013
@@ -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>
     

Modified: karaf/trunk/web/command/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/web/command/pom.xml?rev=1455334&r1=1455333&r2=1455334&view=diff
==============================================================================
--- karaf/trunk/web/command/pom.xml (original)
+++ karaf/trunk/web/command/pom.xml Mon Mar 11 21:17:32 2013
@@ -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>
 

Modified: karaf/trunk/web/core/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/web/core/pom.xml?rev=1455334&r1=1455333&r2=1455334&view=diff
==============================================================================
--- karaf/trunk/web/core/pom.xml (original)
+++ karaf/trunk/web/core/pom.xml Mon Mar 11 21:17:32 2013
@@ -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>
 

Modified: karaf/trunk/web/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/web/pom.xml?rev=1455334&r1=1455333&r2=1455334&view=diff
==============================================================================
--- karaf/trunk/web/pom.xml (original)
+++ karaf/trunk/web/pom.xml Mon Mar 11 21:17:32 2013
@@ -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>
 

Modified: karaf/trunk/webconsole/branding/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/webconsole/branding/pom.xml?rev=1455334&r1=1455333&r2=1455334&view=diff
==============================================================================
--- karaf/trunk/webconsole/branding/pom.xml (original)
+++ karaf/trunk/webconsole/branding/pom.xml Mon Mar 11 21:17:32 2013
@@ -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>
 

Modified: karaf/trunk/webconsole/console/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/webconsole/console/pom.xml?rev=1455334&r1=1455333&r2=1455334&view=diff
==============================================================================
--- karaf/trunk/webconsole/console/pom.xml (original)
+++ karaf/trunk/webconsole/console/pom.xml Mon Mar 11 21:17:32 2013
@@ -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>
 

Modified: karaf/trunk/webconsole/features/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/webconsole/features/pom.xml?rev=1455334&r1=1455333&r2=1455334&view=diff
==============================================================================
--- karaf/trunk/webconsole/features/pom.xml (original)
+++ karaf/trunk/webconsole/features/pom.xml Mon Mar 11 21:17:32 2013
@@ -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>
 

Modified: karaf/trunk/webconsole/gogo/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/webconsole/gogo/pom.xml?rev=1455334&r1=1455333&r2=1455334&view=diff
==============================================================================
--- karaf/trunk/webconsole/gogo/pom.xml (original)
+++ karaf/trunk/webconsole/gogo/pom.xml Mon Mar 11 21:17:32 2013
@@ -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>
 

Modified: karaf/trunk/webconsole/http/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/webconsole/http/pom.xml?rev=1455334&r1=1455333&r2=1455334&view=diff
==============================================================================
--- karaf/trunk/webconsole/http/pom.xml (original)
+++ karaf/trunk/webconsole/http/pom.xml Mon Mar 11 21:17:32 2013
@@ -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>
 

Modified: karaf/trunk/webconsole/instance/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/webconsole/instance/pom.xml?rev=1455334&r1=1455333&r2=1455334&view=diff
==============================================================================
--- karaf/trunk/webconsole/instance/pom.xml (original)
+++ karaf/trunk/webconsole/instance/pom.xml Mon Mar 11 21:17:32 2013
@@ -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>
 

Modified: karaf/trunk/webconsole/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/webconsole/pom.xml?rev=1455334&r1=1455333&r2=1455334&view=diff
==============================================================================
--- karaf/trunk/webconsole/pom.xml (original)
+++ karaf/trunk/webconsole/pom.xml Mon Mar 11 21:17:32 2013
@@ -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>
 

Modified: karaf/trunk/wrapper/command/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/wrapper/command/pom.xml?rev=1455334&r1=1455333&r2=1455334&view=diff
==============================================================================
--- karaf/trunk/wrapper/command/pom.xml (original)
+++ karaf/trunk/wrapper/command/pom.xml Mon Mar 11 21:17:32 2013
@@ -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>
 

Modified: karaf/trunk/wrapper/core/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/wrapper/core/pom.xml?rev=1455334&r1=1455333&r2=1455334&view=diff
==============================================================================
--- karaf/trunk/wrapper/core/pom.xml (original)
+++ karaf/trunk/wrapper/core/pom.xml Mon Mar 11 21:17:32 2013
@@ -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>
 

Modified: karaf/trunk/wrapper/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/wrapper/pom.xml?rev=1455334&r1=1455333&r2=1455334&view=diff
==============================================================================
--- karaf/trunk/wrapper/pom.xml (original)
+++ karaf/trunk/wrapper/pom.xml Mon Mar 11 21:17:32 2013
@@ -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>