You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by gn...@apache.org on 2009/09/22 11:11:15 UTC

svn commit: r817557 - in /felix/trunk/karaf: ./ assembly/ client/ demos/ demos/web/ deployer/ deployer/blueprint/ deployer/features/ deployer/spring/ features/ features/command/ features/core/ features/management/ itests/ jaas/ jaas/boot/ jaas/config/ ...

Author: gnodet
Date: Tue Sep 22 09:11:12 2009
New Revision: 817557

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

Modified:
    felix/trunk/karaf/assembly/pom.xml
    felix/trunk/karaf/client/pom.xml
    felix/trunk/karaf/demos/pom.xml
    felix/trunk/karaf/demos/web/pom.xml
    felix/trunk/karaf/deployer/blueprint/pom.xml
    felix/trunk/karaf/deployer/features/pom.xml
    felix/trunk/karaf/deployer/pom.xml
    felix/trunk/karaf/deployer/spring/pom.xml
    felix/trunk/karaf/features/command/pom.xml
    felix/trunk/karaf/features/core/pom.xml
    felix/trunk/karaf/features/management/pom.xml
    felix/trunk/karaf/features/pom.xml
    felix/trunk/karaf/itests/pom.xml
    felix/trunk/karaf/jaas/boot/pom.xml
    felix/trunk/karaf/jaas/config/pom.xml
    felix/trunk/karaf/jaas/modules/pom.xml
    felix/trunk/karaf/jaas/pom.xml
    felix/trunk/karaf/main/pom.xml
    felix/trunk/karaf/management/pom.xml
    felix/trunk/karaf/pom.xml
    felix/trunk/karaf/shell/admin/pom.xml
    felix/trunk/karaf/shell/commands/pom.xml
    felix/trunk/karaf/shell/config/pom.xml
    felix/trunk/karaf/shell/console/pom.xml
    felix/trunk/karaf/shell/log/pom.xml
    felix/trunk/karaf/shell/obr/pom.xml
    felix/trunk/karaf/shell/osgi/pom.xml
    felix/trunk/karaf/shell/packages/pom.xml
    felix/trunk/karaf/shell/pom.xml
    felix/trunk/karaf/shell/ssh/pom.xml
    felix/trunk/karaf/shell/wrapper/pom.xml
    felix/trunk/karaf/tooling/features-maven-plugin/pom.xml
    felix/trunk/karaf/tooling/pom.xml
    felix/trunk/karaf/webconsole/admin/pom.xml
    felix/trunk/karaf/webconsole/branding/pom.xml
    felix/trunk/karaf/webconsole/features/pom.xml
    felix/trunk/karaf/webconsole/gogo/pom.xml
    felix/trunk/karaf/webconsole/pom.xml

Modified: felix/trunk/karaf/assembly/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/karaf/assembly/pom.xml?rev=817557&r1=817556&r2=817557&view=diff
==============================================================================
--- felix/trunk/karaf/assembly/pom.xml (original)
+++ felix/trunk/karaf/assembly/pom.xml Tue Sep 22 09:11:12 2009
@@ -1,5 +1,4 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <!--
 
@@ -24,13 +23,13 @@
     <parent>
         <groupId>org.apache.felix.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <groupId>org.apache.felix.karaf</groupId>
     <artifactId>apache-felix-karaf</artifactId>
     <packaging>pom</packaging>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <name>Apache Felix Karaf :: Assembly</name>
 
     <properties>
@@ -250,22 +249,22 @@
                         <phase>generate-resources</phase>
                         <configuration>
                             <tasks>
-                                <taskdef resource="net/sf/antcontrib/antcontrib.properties" classpathref="maven.plugin.classpath"/>
-                                <property name="ant.regexp.regexpimpl" value="org.apache.tools.ant.util.regexp.Jdk14RegexpRegexp"/>
-                                <property name="mv" value="${project.version}"/>
-                                <echo message="Maven version:   ${mv}" />
-                                <propertyregex property="ov.p1" input="${mv}" regexp="(\d+)(?:\.(\d+)(?:\.(\d+))?)?(?:[^a-zA-Z0-9](.*))?" replace="\1" defaultValue="0"/>
-                                <propertyregex property="ov.p2" input="${mv}" regexp="(\d+)(?:\.(\d+)(?:\.(\d+))?)?(?:[^a-zA-Z0-9](.*))?" replace=".\2" defaultValue=".0"/>
-                                <propertyregex property="ov.p3" input="${mv}" regexp="(\d+)(?:\.(\d+)(?:\.(\d+))?)?(?:[^a-zA-Z0-9](.*))?" replace=".\3" defaultValue=".0"/>
-                                <propertyregex property="ov.p4" input="${mv}" regexp="(\d+)(?:\.(\d+)(?:\.(\d+))?)?(?:[^a-zA-Z0-9](.*))?" replace=".\4" defaultValue=""/>
-                                <propertyregex property="ov.p1a" input="${ov.p1}" regexp="(.+)" replace="\1" defaultValue="0"/>
-                                <propertyregex property="ov.p2a" input="${ov.p2}" regexp="(\..+)" replace="\1" defaultValue=".0"/>
-                                <propertyregex property="ov.p3a" input="${ov.p3}" regexp="(\..+)" replace="\1" defaultValue=".0"/>
-                                <propertyregex property="ov.p4a" input="${ov.p4}" regexp="(\..+)" replace="\1" defaultValue=""/>
-                                <property name="ov" value="${ov.p1a}${ov.p2a}${ov.p3a}${ov.p4a}"/>
-                                <echo message="OSGi version:    ${ov}" />
-                                <mkdir dir="target"/>
-                                <echo message="karaf.osgi.version = ${ov}" file="target/filter.txt"/>
+                                <taskdef resource="net/sf/antcontrib/antcontrib.properties" classpathref="maven.plugin.classpath" />
+                                <property name="ant.regexp.regexpimpl" value="org.apache.tools.ant.util.regexp.Jdk14RegexpRegexp" />
+                                <property name="mv" value="${project.version}" />
+                                <echo message="Maven version: ${mv}" />
+                                <propertyregex property="ov.p1" input="${mv}" regexp="(\d+)(?:\.(\d+)(?:\.(\d+))?)?(?:[^a-zA-Z0-9](.*))?" replace="\1" defaultValue="0" />
+                                <propertyregex property="ov.p2" input="${mv}" regexp="(\d+)(?:\.(\d+)(?:\.(\d+))?)?(?:[^a-zA-Z0-9](.*))?" replace=".\2" defaultValue=".0" />
+                                <propertyregex property="ov.p3" input="${mv}" regexp="(\d+)(?:\.(\d+)(?:\.(\d+))?)?(?:[^a-zA-Z0-9](.*))?" replace=".\3" defaultValue=".0" />
+                                <propertyregex property="ov.p4" input="${mv}" regexp="(\d+)(?:\.(\d+)(?:\.(\d+))?)?(?:[^a-zA-Z0-9](.*))?" replace=".\4" defaultValue="" />
+                                <propertyregex property="ov.p1a" input="${ov.p1}" regexp="(.+)" replace="\1" defaultValue="0" />
+                                <propertyregex property="ov.p2a" input="${ov.p2}" regexp="(\..+)" replace="\1" defaultValue=".0" />
+                                <propertyregex property="ov.p3a" input="${ov.p3}" regexp="(\..+)" replace="\1" defaultValue=".0" />
+                                <propertyregex property="ov.p4a" input="${ov.p4}" regexp="(\..+)" replace="\1" defaultValue="" />
+                                <property name="ov" value="${ov.p1a}${ov.p2a}${ov.p3a}${ov.p4a}" />
+                                <echo message="OSGi version: ${ov}" />
+                                <mkdir dir="target" />
+                                <echo message="karaf.osgi.version = ${ov}" file="target/filter.txt" />
                             </tasks>
                         </configuration>
                         <goals>
@@ -378,7 +377,7 @@
                             </descriptors>
                             <finalName>${pom.artifactId}-${pom.version}</finalName>
                             <appendAssemblyId>true</appendAssemblyId>
-                            <assemblyId/>
+                            <assemblyId />
                         </configuration>
                     </execution>
                     <execution>

Modified: felix/trunk/karaf/client/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/karaf/client/pom.xml?rev=817557&r1=817556&r2=817557&view=diff
==============================================================================
--- felix/trunk/karaf/client/pom.xml (original)
+++ felix/trunk/karaf/client/pom.xml Tue Sep 22 09:11:12 2009
@@ -1,5 +1,4 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <!--
 
@@ -24,13 +23,13 @@
     <parent>
         <groupId>org.apache.felix.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <groupId>org.apache.felix.karaf</groupId>
     <artifactId>org.apache.felix.karaf.client</artifactId>
     <packaging>bundle</packaging>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <name>Apache Felix Karaf :: Client</name>
 
     <properties>

Modified: felix/trunk/karaf/demos/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/karaf/demos/pom.xml?rev=817557&r1=817556&r2=817557&view=diff
==============================================================================
--- felix/trunk/karaf/demos/pom.xml (original)
+++ felix/trunk/karaf/demos/pom.xml Tue Sep 22 09:11:12 2009
@@ -1,5 +1,4 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <!--
 
@@ -24,13 +23,13 @@
     <parent>
         <groupId>org.apache.felix.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <groupId>org.apache.felix.karaf.demos</groupId>
     <artifactId>demos</artifactId>
     <packaging>pom</packaging>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <name>Apache Felix Karaf :: Demos</name>
 
     <modules>

Modified: felix/trunk/karaf/demos/web/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/karaf/demos/web/pom.xml?rev=817557&r1=817556&r2=817557&view=diff
==============================================================================
--- felix/trunk/karaf/demos/web/pom.xml (original)
+++ felix/trunk/karaf/demos/web/pom.xml Tue Sep 22 09:11:12 2009
@@ -1,4 +1,3 @@
-<?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
 <!--
@@ -24,7 +23,7 @@
   <parent>
     <groupId>org.apache.felix.karaf.demos</groupId>
     <artifactId>demos</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
 
   <groupId>org.apache.felix.karaf.demos</groupId>
@@ -101,7 +100,7 @@
             <!-- enable easy connection to JConsole -->
             <systemProperty>
               <name>com.sun.management.jmxremote</name>
-              <value></value>
+              <value />
             </systemProperty>
           </systemProperties>
           <scanIntervalSeconds>10</scanIntervalSeconds>
@@ -147,7 +146,7 @@
                   <configuration>
                       <tasks>
                           <move todir="${project.build.directory}/karaf/WEB-INF/karaf">
-                              <fileset dir="${project.build.directory}/karaf/WEB-INF/apache-felix-karaf-${pom.version}"/>
+                              <fileset dir="${project.build.directory}/karaf/WEB-INF/apache-felix-karaf-${pom.version}" />
                           </move>
                       </tasks>
                   </configuration>
@@ -157,4 +156,4 @@
     </plugins>
   </build>
 
-</project>
+</project>
\ No newline at end of file

Modified: felix/trunk/karaf/deployer/blueprint/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/karaf/deployer/blueprint/pom.xml?rev=817557&r1=817556&r2=817557&view=diff
==============================================================================
--- felix/trunk/karaf/deployer/blueprint/pom.xml (original)
+++ felix/trunk/karaf/deployer/blueprint/pom.xml Tue Sep 22 09:11:12 2009
@@ -1,5 +1,4 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <!--
 
@@ -24,13 +23,13 @@
     <parent>
         <groupId>org.apache.felix.karaf.deployer</groupId>
         <artifactId>deployer</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <groupId>org.apache.felix.karaf.deployer</groupId>
     <artifactId>org.apache.felix.karaf.deployer.blueprint</artifactId>
     <packaging>bundle</packaging>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <name>Apache Felix Karaf :: Blueprint Deployer</name>
 
     <description>This deployer transforms a plain blueprint xml file to a deployable bundle</description>

Modified: felix/trunk/karaf/deployer/features/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/karaf/deployer/features/pom.xml?rev=817557&r1=817556&r2=817557&view=diff
==============================================================================
--- felix/trunk/karaf/deployer/features/pom.xml (original)
+++ felix/trunk/karaf/deployer/features/pom.xml Tue Sep 22 09:11:12 2009
@@ -1,5 +1,4 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <!--
 
@@ -24,13 +23,13 @@
     <parent>
         <groupId>org.apache.felix.karaf.deployer</groupId>
         <artifactId>deployer</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <groupId>org.apache.felix.karaf.deployer</groupId>
     <artifactId>org.apache.felix.karaf.deployer.features</artifactId>
     <packaging>bundle</packaging>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <name>Apache Felix Karaf :: Features Deployer</name>
 
     <description>This deployer can deploy features descriptor on the fly</description>

Modified: felix/trunk/karaf/deployer/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/karaf/deployer/pom.xml?rev=817557&r1=817556&r2=817557&view=diff
==============================================================================
--- felix/trunk/karaf/deployer/pom.xml (original)
+++ felix/trunk/karaf/deployer/pom.xml Tue Sep 22 09:11:12 2009
@@ -1,5 +1,4 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <!--
 
@@ -24,13 +23,13 @@
     <parent>
         <groupId>org.apache.felix.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <groupId>org.apache.felix.karaf.deployer</groupId>
     <artifactId>deployer</artifactId>
     <packaging>pom</packaging>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <name>Apache Felix Karaf :: Deployer</name>
 
     <modules>

Modified: felix/trunk/karaf/deployer/spring/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/karaf/deployer/spring/pom.xml?rev=817557&r1=817556&r2=817557&view=diff
==============================================================================
--- felix/trunk/karaf/deployer/spring/pom.xml (original)
+++ felix/trunk/karaf/deployer/spring/pom.xml Tue Sep 22 09:11:12 2009
@@ -1,5 +1,4 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <!--
 
@@ -24,13 +23,13 @@
     <parent>
         <groupId>org.apache.felix.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <groupId>org.apache.felix.karaf.deployer</groupId>
     <artifactId>org.apache.felix.karaf.deployer.spring</artifactId>
     <packaging>bundle</packaging>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <name>Apache Felix Karaf :: Spring Deployer</name>
 
     <description>This deployer transforms a plain spring xml file to a deployable bundle</description>

Modified: felix/trunk/karaf/features/command/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/karaf/features/command/pom.xml?rev=817557&r1=817556&r2=817557&view=diff
==============================================================================
--- felix/trunk/karaf/features/command/pom.xml (original)
+++ felix/trunk/karaf/features/command/pom.xml Tue Sep 22 09:11:12 2009
@@ -1,5 +1,4 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <!--
 
@@ -24,13 +23,13 @@
     <parent>
         <groupId>org.apache.felix.karaf.features</groupId>
         <artifactId>features</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <groupId>org.apache.felix.karaf.features</groupId>
     <artifactId>org.apache.felix.karaf.features.command</artifactId>
     <packaging>bundle</packaging>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <name>Apache Felix Karaf :: Features Command</name>
 
     <properties>

Modified: felix/trunk/karaf/features/core/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/karaf/features/core/pom.xml?rev=817557&r1=817556&r2=817557&view=diff
==============================================================================
--- felix/trunk/karaf/features/core/pom.xml (original)
+++ felix/trunk/karaf/features/core/pom.xml Tue Sep 22 09:11:12 2009
@@ -1,5 +1,4 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <!--
 
@@ -24,13 +23,13 @@
     <parent>
         <groupId>org.apache.felix.karaf.features</groupId>
         <artifactId>features</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <groupId>org.apache.felix.karaf.features</groupId>
     <artifactId>org.apache.felix.karaf.features.core</artifactId>
     <packaging>bundle</packaging>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <name>Apache Felix Karaf :: Features Core</name>
 
     <properties>

Modified: felix/trunk/karaf/features/management/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/karaf/features/management/pom.xml?rev=817557&r1=817556&r2=817557&view=diff
==============================================================================
--- felix/trunk/karaf/features/management/pom.xml (original)
+++ felix/trunk/karaf/features/management/pom.xml Tue Sep 22 09:11:12 2009
@@ -1,5 +1,4 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <!--
 
@@ -24,13 +23,13 @@
     <parent>
         <groupId>org.apache.felix.karaf.features</groupId>
         <artifactId>features</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <groupId>org.apache.felix.karaf.features</groupId>
     <artifactId>org.apache.felix.karaf.features.management</artifactId>
     <packaging>bundle</packaging>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <name>Apache Felix Karaf :: Features Management</name>
 
     <properties>

Modified: felix/trunk/karaf/features/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/karaf/features/pom.xml?rev=817557&r1=817556&r2=817557&view=diff
==============================================================================
--- felix/trunk/karaf/features/pom.xml (original)
+++ felix/trunk/karaf/features/pom.xml Tue Sep 22 09:11:12 2009
@@ -1,5 +1,4 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <!--
 
@@ -24,13 +23,13 @@
     <parent>
         <groupId>org.apache.felix.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <groupId>org.apache.felix.karaf.features</groupId>
     <artifactId>features</artifactId>
     <packaging>pom</packaging>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <name>Apache Felix Karaf :: Features</name>
 
     <modules>

Modified: felix/trunk/karaf/itests/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/karaf/itests/pom.xml?rev=817557&r1=817556&r2=817557&view=diff
==============================================================================
--- felix/trunk/karaf/itests/pom.xml (original)
+++ felix/trunk/karaf/itests/pom.xml Tue Sep 22 09:11:12 2009
@@ -1,5 +1,4 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <!--
 
@@ -24,13 +23,13 @@
     <parent>
         <groupId>org.apache.felix.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <groupId>org.apache.felix.karaf</groupId>
     <artifactId>itests</artifactId>
     <packaging>jar</packaging>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <name>Apache Felix Karaf :: ITests</name>
 
     <description>

Modified: felix/trunk/karaf/jaas/boot/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/karaf/jaas/boot/pom.xml?rev=817557&r1=817556&r2=817557&view=diff
==============================================================================
--- felix/trunk/karaf/jaas/boot/pom.xml (original)
+++ felix/trunk/karaf/jaas/boot/pom.xml Tue Sep 22 09:11:12 2009
@@ -1,5 +1,4 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <!--
 
@@ -24,13 +23,13 @@
     <parent>
         <groupId>org.apache.felix.karaf.jaas</groupId>
         <artifactId>jaas</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <groupId>org.apache.felix.karaf.jaas</groupId>
     <artifactId>org.apache.felix.karaf.jaas.boot</artifactId>
     <packaging>bundle</packaging>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <name>Apache Felix Karaf :: JAAS Boot</name>
 
     <description>

Modified: felix/trunk/karaf/jaas/config/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/karaf/jaas/config/pom.xml?rev=817557&r1=817556&r2=817557&view=diff
==============================================================================
--- felix/trunk/karaf/jaas/config/pom.xml (original)
+++ felix/trunk/karaf/jaas/config/pom.xml Tue Sep 22 09:11:12 2009
@@ -1,5 +1,4 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <!--
 
@@ -24,13 +23,13 @@
     <parent>
         <groupId>org.apache.felix.karaf.jaas</groupId>
         <artifactId>jaas</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <groupId>org.apache.felix.karaf.jaas</groupId>
     <artifactId>org.apache.felix.karaf.jaas.config</artifactId>
     <packaging>bundle</packaging>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <name>Apache Felix Karaf :: JAAS Config</name>
 
     <description>

Modified: felix/trunk/karaf/jaas/modules/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/karaf/jaas/modules/pom.xml?rev=817557&r1=817556&r2=817557&view=diff
==============================================================================
--- felix/trunk/karaf/jaas/modules/pom.xml (original)
+++ felix/trunk/karaf/jaas/modules/pom.xml Tue Sep 22 09:11:12 2009
@@ -1,5 +1,4 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <!--
 
@@ -24,13 +23,13 @@
     <parent>
         <groupId>org.apache.felix.karaf.jaas</groupId>
         <artifactId>jaas</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <groupId>org.apache.felix.karaf.jaas</groupId>
     <artifactId>org.apache.felix.karaf.jaas.modules</artifactId>
     <packaging>bundle</packaging>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <name>Apache Felix Karaf :: JAAS Modules</name>
 
     <description>

Modified: felix/trunk/karaf/jaas/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/karaf/jaas/pom.xml?rev=817557&r1=817556&r2=817557&view=diff
==============================================================================
--- felix/trunk/karaf/jaas/pom.xml (original)
+++ felix/trunk/karaf/jaas/pom.xml Tue Sep 22 09:11:12 2009
@@ -1,5 +1,4 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <!--
 
@@ -24,13 +23,13 @@
     <parent>
         <groupId>org.apache.felix.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <groupId>org.apache.felix.karaf.jaas</groupId>
     <artifactId>jaas</artifactId>
     <packaging>pom</packaging>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <name>Apache Felix Karaf :: JAAS</name>
 
     <modules>

Modified: felix/trunk/karaf/main/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/karaf/main/pom.xml?rev=817557&r1=817556&r2=817557&view=diff
==============================================================================
--- felix/trunk/karaf/main/pom.xml (original)
+++ felix/trunk/karaf/main/pom.xml Tue Sep 22 09:11:12 2009
@@ -1,5 +1,4 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <!--
 
@@ -24,13 +23,13 @@
     <parent>
         <groupId>org.apache.felix.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <groupId>org.apache.felix.karaf</groupId>
     <artifactId>org.apache.felix.karaf.main</artifactId>
     <packaging>bundle</packaging>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <name>Apache Felix Karaf :: Main</name>
 
     <properties>

Modified: felix/trunk/karaf/management/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/karaf/management/pom.xml?rev=817557&r1=817556&r2=817557&view=diff
==============================================================================
--- felix/trunk/karaf/management/pom.xml (original)
+++ felix/trunk/karaf/management/pom.xml Tue Sep 22 09:11:12 2009
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.felix.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <groupId>org.apache.felix.karaf</groupId>
     <artifactId>org.apache.felix.karaf.management</artifactId>
     <packaging>bundle</packaging>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <name>Apache Felix Karaf :: Management</name>
 
     <properties>

Modified: felix/trunk/karaf/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/karaf/pom.xml?rev=817557&r1=817556&r2=817557&view=diff
==============================================================================
--- felix/trunk/karaf/pom.xml (original)
+++ felix/trunk/karaf/pom.xml Tue Sep 22 09:11:12 2009
@@ -1,5 +1,4 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <!--
 
@@ -30,7 +29,7 @@
     <groupId>org.apache.felix.karaf</groupId>
     <artifactId>karaf</artifactId>
     <packaging>pom</packaging>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <name>Apache Felix Karaf</name>
     <inceptionYear>2007</inceptionYear>
 
@@ -50,9 +49,9 @@
     </modules>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/karaf</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/karaf</developerConnection>
-        <url>http://svn.apache.org/viewvc/felix/trunk/karaf/</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/karaf-1.0.0</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/karaf-1.0.0</developerConnection>
+        <url>http://svn.apache.org/viewvc/felix/releases/karaf-1.0.0</url>
     </scm>
 
     <issueManagement>
@@ -794,8 +793,7 @@
                         <phase>generate-resources</phase>
                         <configuration>
                             <tasks>
-                                <copy file="NOTICE" todir="target/maven-shared-archive-resources/META-INF" 
-                                    failonerror="false" overwrite="true" />
+                                <copy file="NOTICE" todir="target/maven-shared-archive-resources/META-INF" failonerror="false" overwrite="true" />
                             </tasks>
                         </configuration>
                         <goals>

Modified: felix/trunk/karaf/shell/admin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/karaf/shell/admin/pom.xml?rev=817557&r1=817556&r2=817557&view=diff
==============================================================================
--- felix/trunk/karaf/shell/admin/pom.xml (original)
+++ felix/trunk/karaf/shell/admin/pom.xml Tue Sep 22 09:11:12 2009
@@ -1,5 +1,4 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <!--
 
@@ -24,13 +23,13 @@
     <parent>
         <groupId>org.apache.felix.karaf.shell</groupId>
         <artifactId>shell</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <groupId>org.apache.felix.karaf.shell</groupId>
     <artifactId>org.apache.felix.karaf.shell.admin</artifactId>
     <packaging>bundle</packaging>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <name>Apache Felix Karaf :: Shell Admin</name>
 
     <description>
@@ -110,22 +109,22 @@
                         <phase>initialize</phase>
                         <configuration>
                             <tasks>
-                                <taskdef resource="net/sf/antcontrib/antcontrib.properties" classpathref="maven.plugin.classpath"/>
-                                <property name="ant.regexp.regexpimpl" value="org.apache.tools.ant.util.regexp.Jdk14RegexpRegexp"/>
-                                <property name="mv" value="${project.version}"/>
-                                <echo message="Maven version:   ${mv}" />
-                                <propertyregex property="ov.p1" input="${mv}" regexp="(\d+)(?:\.(\d+)(?:\.(\d+))?)?(?:[^a-zA-Z0-9](.*))?" replace="\1" defaultValue="0"/>
-                                <propertyregex property="ov.p2" input="${mv}" regexp="(\d+)(?:\.(\d+)(?:\.(\d+))?)?(?:[^a-zA-Z0-9](.*))?" replace=".\2" defaultValue=".0"/>
-                                <propertyregex property="ov.p3" input="${mv}" regexp="(\d+)(?:\.(\d+)(?:\.(\d+))?)?(?:[^a-zA-Z0-9](.*))?" replace=".\3" defaultValue=".0"/>
-                                <propertyregex property="ov.p4" input="${mv}" regexp="(\d+)(?:\.(\d+)(?:\.(\d+))?)?(?:[^a-zA-Z0-9](.*))?" replace=".\4" defaultValue=""/>
-                                <propertyregex property="ov.p1a" input="${ov.p1}" regexp="(.+)" replace="\1" defaultValue="0"/>
-                                <propertyregex property="ov.p2a" input="${ov.p2}" regexp="(\..+)" replace="\1" defaultValue=".0"/>
-                                <propertyregex property="ov.p3a" input="${ov.p3}" regexp="(\..+)" replace="\1" defaultValue=".0"/>
-                                <propertyregex property="ov.p4a" input="${ov.p4}" regexp="(\..+)" replace="\1" defaultValue=""/>
-                                <property name="ov" value="${ov.p1a}${ov.p2a}${ov.p3a}${ov.p4a}"/>
-                                <echo message="OSGi version:    ${ov}" />
-                                <mkdir dir="target"/>
-                                <echo message="karaf.osgi.version = ${ov}" file="target/filter.txt"/>
+                                <taskdef resource="net/sf/antcontrib/antcontrib.properties" classpathref="maven.plugin.classpath" />
+                                <property name="ant.regexp.regexpimpl" value="org.apache.tools.ant.util.regexp.Jdk14RegexpRegexp" />
+                                <property name="mv" value="${project.version}" />
+                                <echo message="Maven version: ${mv}" />
+                                <propertyregex property="ov.p1" input="${mv}" regexp="(\d+)(?:\.(\d+)(?:\.(\d+))?)?(?:[^a-zA-Z0-9](.*))?" replace="\1" defaultValue="0" />
+                                <propertyregex property="ov.p2" input="${mv}" regexp="(\d+)(?:\.(\d+)(?:\.(\d+))?)?(?:[^a-zA-Z0-9](.*))?" replace=".\2" defaultValue=".0" />
+                                <propertyregex property="ov.p3" input="${mv}" regexp="(\d+)(?:\.(\d+)(?:\.(\d+))?)?(?:[^a-zA-Z0-9](.*))?" replace=".\3" defaultValue=".0" />
+                                <propertyregex property="ov.p4" input="${mv}" regexp="(\d+)(?:\.(\d+)(?:\.(\d+))?)?(?:[^a-zA-Z0-9](.*))?" replace=".\4" defaultValue="" />
+                                <propertyregex property="ov.p1a" input="${ov.p1}" regexp="(.+)" replace="\1" defaultValue="0" />
+                                <propertyregex property="ov.p2a" input="${ov.p2}" regexp="(\..+)" replace="\1" defaultValue=".0" />
+                                <propertyregex property="ov.p3a" input="${ov.p3}" regexp="(\..+)" replace="\1" defaultValue=".0" />
+                                <propertyregex property="ov.p4a" input="${ov.p4}" regexp="(\..+)" replace="\1" defaultValue="" />
+                                <property name="ov" value="${ov.p1a}${ov.p2a}${ov.p3a}${ov.p4a}" />
+                                <echo message="OSGi version: ${ov}" />
+                                <mkdir dir="target" />
+                                <echo message="karaf.osgi.version = ${ov}" file="target/filter.txt" />
                             </tasks>
                         </configuration>
                         <goals>

Modified: felix/trunk/karaf/shell/commands/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/karaf/shell/commands/pom.xml?rev=817557&r1=817556&r2=817557&view=diff
==============================================================================
--- felix/trunk/karaf/shell/commands/pom.xml (original)
+++ felix/trunk/karaf/shell/commands/pom.xml Tue Sep 22 09:11:12 2009
@@ -1,5 +1,4 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <!--
 
@@ -24,13 +23,13 @@
     <parent>
         <groupId>org.apache.felix.karaf.shell</groupId>
         <artifactId>shell</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <groupId>org.apache.felix.karaf.shell</groupId>
     <artifactId>org.apache.felix.karaf.shell.commands</artifactId>
     <packaging>bundle</packaging>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <name>Apache Felix Karaf :: Shell Various Commands</name>
 
     <description>

Modified: felix/trunk/karaf/shell/config/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/karaf/shell/config/pom.xml?rev=817557&r1=817556&r2=817557&view=diff
==============================================================================
--- felix/trunk/karaf/shell/config/pom.xml (original)
+++ felix/trunk/karaf/shell/config/pom.xml Tue Sep 22 09:11:12 2009
@@ -1,5 +1,4 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <!--
 
@@ -24,13 +23,13 @@
     <parent>
         <groupId>org.apache.felix.karaf.shell</groupId>
         <artifactId>shell</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <groupId>org.apache.felix.karaf.shell</groupId>
     <artifactId>org.apache.felix.karaf.shell.config</artifactId>
     <packaging>bundle</packaging>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <name>Apache Felix Karaf :: Shell ConfigAdmin Commands</name>
 
     <description>

Modified: felix/trunk/karaf/shell/console/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/karaf/shell/console/pom.xml?rev=817557&r1=817556&r2=817557&view=diff
==============================================================================
--- felix/trunk/karaf/shell/console/pom.xml (original)
+++ felix/trunk/karaf/shell/console/pom.xml Tue Sep 22 09:11:12 2009
@@ -1,5 +1,4 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <!--
 
@@ -24,13 +23,13 @@
     <parent>
         <groupId>org.apache.felix.karaf.shell</groupId>
         <artifactId>shell</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <groupId>org.apache.felix.karaf.shell</groupId>
     <artifactId>org.apache.felix.karaf.shell.console</artifactId>
     <packaging>bundle</packaging>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <name>Apache Felix Karaf :: Shell Console</name>
 
     <description>

Modified: felix/trunk/karaf/shell/log/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/karaf/shell/log/pom.xml?rev=817557&r1=817556&r2=817557&view=diff
==============================================================================
--- felix/trunk/karaf/shell/log/pom.xml (original)
+++ felix/trunk/karaf/shell/log/pom.xml Tue Sep 22 09:11:12 2009
@@ -1,5 +1,4 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <!--
 
@@ -24,13 +23,13 @@
     <parent>
         <groupId>org.apache.felix.karaf.shell</groupId>
         <artifactId>shell</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <groupId>org.apache.felix.karaf.shell</groupId>
     <artifactId>org.apache.felix.karaf.shell.log</artifactId>
     <packaging>bundle</packaging>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <name>Apache Felix Karaf :: Shell Log Commands</name>
 
     <description>

Modified: felix/trunk/karaf/shell/obr/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/karaf/shell/obr/pom.xml?rev=817557&r1=817556&r2=817557&view=diff
==============================================================================
--- felix/trunk/karaf/shell/obr/pom.xml (original)
+++ felix/trunk/karaf/shell/obr/pom.xml Tue Sep 22 09:11:12 2009
@@ -1,5 +1,4 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <!--
 
@@ -24,13 +23,13 @@
     <parent>
         <groupId>org.apache.felix.karaf.shell</groupId>
         <artifactId>shell</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <groupId>org.apache.felix.karaf.shell</groupId>
     <artifactId>org.apache.felix.karaf.shell.obr</artifactId>
     <packaging>bundle</packaging>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <name>Apache Felix Karaf :: Shell OBR Commands</name>
 
     <description>

Modified: felix/trunk/karaf/shell/osgi/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/karaf/shell/osgi/pom.xml?rev=817557&r1=817556&r2=817557&view=diff
==============================================================================
--- felix/trunk/karaf/shell/osgi/pom.xml (original)
+++ felix/trunk/karaf/shell/osgi/pom.xml Tue Sep 22 09:11:12 2009
@@ -1,5 +1,4 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <!--
 
@@ -24,13 +23,13 @@
     <parent>
         <groupId>org.apache.felix.karaf.shell</groupId>
         <artifactId>shell</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <groupId>org.apache.felix.karaf.shell</groupId>
     <artifactId>org.apache.felix.karaf.shell.osgi</artifactId>
     <packaging>bundle</packaging>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <name>Apache Felix Karaf :: Shell OSGi Commands</name>
 
     <description>

Modified: felix/trunk/karaf/shell/packages/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/karaf/shell/packages/pom.xml?rev=817557&r1=817556&r2=817557&view=diff
==============================================================================
--- felix/trunk/karaf/shell/packages/pom.xml (original)
+++ felix/trunk/karaf/shell/packages/pom.xml Tue Sep 22 09:11:12 2009
@@ -1,5 +1,4 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <!--
 
@@ -24,13 +23,13 @@
     <parent>
         <groupId>org.apache.felix.karaf.shell</groupId>
         <artifactId>shell</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <groupId>org.apache.felix.karaf.shell</groupId>
     <artifactId>org.apache.felix.karaf.shell.packages</artifactId>
     <packaging>bundle</packaging>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <name>Apache Felix Karaf :: Shell PackageAdmin Commands</name>
 
     <description>

Modified: felix/trunk/karaf/shell/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/karaf/shell/pom.xml?rev=817557&r1=817556&r2=817557&view=diff
==============================================================================
--- felix/trunk/karaf/shell/pom.xml (original)
+++ felix/trunk/karaf/shell/pom.xml Tue Sep 22 09:11:12 2009
@@ -1,5 +1,4 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <!--
 
@@ -24,13 +23,13 @@
     <parent>
         <groupId>org.apache.felix.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <groupId>org.apache.felix.karaf.shell</groupId>
     <artifactId>shell</artifactId>
     <packaging>pom</packaging>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <name>Apache Felix Karaf :: Shell</name>
 
     <modules>

Modified: felix/trunk/karaf/shell/ssh/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/karaf/shell/ssh/pom.xml?rev=817557&r1=817556&r2=817557&view=diff
==============================================================================
--- felix/trunk/karaf/shell/ssh/pom.xml (original)
+++ felix/trunk/karaf/shell/ssh/pom.xml Tue Sep 22 09:11:12 2009
@@ -1,5 +1,4 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <!--
 
@@ -24,13 +23,13 @@
     <parent>
         <groupId>org.apache.felix.karaf.shell</groupId>
         <artifactId>shell</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <groupId>org.apache.felix.karaf.shell</groupId>
     <artifactId>org.apache.felix.karaf.shell.ssh</artifactId>
     <packaging>bundle</packaging>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <name>Apache Felix Karaf :: Shell SSH</name>
 
     <description>

Modified: felix/trunk/karaf/shell/wrapper/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/karaf/shell/wrapper/pom.xml?rev=817557&r1=817556&r2=817557&view=diff
==============================================================================
--- felix/trunk/karaf/shell/wrapper/pom.xml (original)
+++ felix/trunk/karaf/shell/wrapper/pom.xml Tue Sep 22 09:11:12 2009
@@ -1,5 +1,4 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <!--
 
@@ -24,13 +23,13 @@
     <parent>
         <groupId>org.apache.felix.karaf.shell</groupId>
         <artifactId>shell</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <groupId>org.apache.felix.karaf.shell</groupId>
     <artifactId>org.apache.felix.karaf.shell.wrapper</artifactId>
     <packaging>bundle</packaging>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <name>Apache Felix Karaf :: Shell Service Wrapper</name>
 
     <description>

Modified: felix/trunk/karaf/tooling/features-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/karaf/tooling/features-maven-plugin/pom.xml?rev=817557&r1=817556&r2=817557&view=diff
==============================================================================
--- felix/trunk/karaf/tooling/features-maven-plugin/pom.xml (original)
+++ felix/trunk/karaf/tooling/features-maven-plugin/pom.xml Tue Sep 22 09:11:12 2009
@@ -21,13 +21,13 @@
     <parent>
       <groupId>org.apache.felix.karaf.tooling</groupId>
       <artifactId>tooling</artifactId>
-      <version>0.9.0-SNAPSHOT</version>
+      <version>1.0.0</version>
     </parent>
 
     <groupId>org.apache.felix.karaf.tooling</groupId>
     <artifactId>features-maven-plugin</artifactId>
     <packaging>maven-plugin</packaging>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <name>Apache Felix Karaf :: Maven2 Features plugin</name>
 
     <description>

Modified: felix/trunk/karaf/tooling/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/karaf/tooling/pom.xml?rev=817557&r1=817556&r2=817557&view=diff
==============================================================================
--- felix/trunk/karaf/tooling/pom.xml (original)
+++ felix/trunk/karaf/tooling/pom.xml Tue Sep 22 09:11:12 2009
@@ -1,5 +1,4 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <!--
 
@@ -24,13 +23,13 @@
     <parent>
         <groupId>org.apache.felix.karaf</groupId>
         <artifactId>karaf</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <groupId>org.apache.felix.karaf.tooling</groupId>
     <artifactId>tooling</artifactId>
     <packaging>pom</packaging>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <name>Apache Felix Karaf :: Tooling</name>
 
     <modules>

Modified: felix/trunk/karaf/webconsole/admin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/karaf/webconsole/admin/pom.xml?rev=817557&r1=817556&r2=817557&view=diff
==============================================================================
--- felix/trunk/karaf/webconsole/admin/pom.xml (original)
+++ felix/trunk/karaf/webconsole/admin/pom.xml Tue Sep 22 09:11:12 2009
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.felix.karaf.webconsole</groupId>
         <artifactId>webconsole</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <groupId>org.apache.felix.karaf.webconsole</groupId>
     <artifactId>org.apache.felix.karaf.webconsole.admin</artifactId>
     <packaging>bundle</packaging>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <name>Apache Felix Karaf :: Web Console :: Admin Plugin</name>
   
     <properties>
@@ -61,7 +61,7 @@
         <dependency>
             <groupId>org.apache.felix.karaf.shell</groupId>
             <artifactId>org.apache.felix.karaf.shell.admin</artifactId>
-            <version>0.9.0-SNAPSHOT</version>
+            <version>1.0.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>

Modified: felix/trunk/karaf/webconsole/branding/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/karaf/webconsole/branding/pom.xml?rev=817557&r1=817556&r2=817557&view=diff
==============================================================================
--- felix/trunk/karaf/webconsole/branding/pom.xml (original)
+++ felix/trunk/karaf/webconsole/branding/pom.xml Tue Sep 22 09:11:12 2009
@@ -1,64 +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/maven-v4_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.felix.karaf.webconsole</groupId>
-        <artifactId>webconsole</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
-    </parent>
-
-    <groupId>org.apache.felix.karaf.webconsole</groupId>
-    <artifactId>org.apache.felix.karaf.webconsole.branding</artifactId>
-    <packaging>bundle</packaging>
-    <version>0.9.0-SNAPSHOT</version>
-    <name>Apache Felix Karaf :: Web Console :: Branding</name>
-
-    <description>Apache Felix Karaf branding for the Apache Felix Web Console. This fragment
-        attaches to the org.apache.felix.webconsole bundle to provide branding
-        through the /META-INF/webconsole.properties.
-    </description>
-
-    <properties>
-        <appendedResourcesDirectory>${basedir}/../../etc/appended-resources</appendedResourcesDirectory>
-    </properties>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.felix</groupId>
-                <artifactId>maven-bundle-plugin</artifactId>
-                <extensions>true</extensions>
-                <configuration>
-                    <instructions>
-                        <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
-                        <Bundle-DocURL>http://felix.apache.org/site/apache-felix-karaf.html</Bundle-DocURL>
-                        <Fragment-Host>org.apache.felix.webconsole</Fragment-Host>
-                        <Export-Package>!*</Export-Package>
-                    </instructions>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-
-  
-</project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+    <!--
+
+        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.felix.karaf.webconsole</groupId>
+        <artifactId>webconsole</artifactId>
+        <version>1.0.0</version>
+    </parent>
+
+    <groupId>org.apache.felix.karaf.webconsole</groupId>
+    <artifactId>org.apache.felix.karaf.webconsole.branding</artifactId>
+    <packaging>bundle</packaging>
+    <version>1.0.0</version>
+    <name>Apache Felix Karaf :: Web Console :: Branding</name>
+
+    <description>Apache Felix Karaf branding for the Apache Felix Web Console. This fragment
+        attaches to the org.apache.felix.webconsole bundle to provide branding
+        through the /META-INF/webconsole.properties.
+    </description>
+
+    <properties>
+        <appendedResourcesDirectory>${basedir}/../../etc/appended-resources</appendedResourcesDirectory>
+    </properties>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <extensions>true</extensions>
+                <configuration>
+                    <instructions>
+                        <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
+                        <Bundle-DocURL>http://felix.apache.org/site/apache-felix-karaf.html</Bundle-DocURL>
+                        <Fragment-Host>org.apache.felix.webconsole</Fragment-Host>
+                        <Export-Package>!*</Export-Package>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+  
+</project>
\ No newline at end of file

Modified: felix/trunk/karaf/webconsole/features/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/karaf/webconsole/features/pom.xml?rev=817557&r1=817556&r2=817557&view=diff
==============================================================================
--- felix/trunk/karaf/webconsole/features/pom.xml (original)
+++ felix/trunk/karaf/webconsole/features/pom.xml Tue Sep 22 09:11:12 2009
@@ -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/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <!--
 
@@ -25,13 +24,13 @@
   <parent>
       <groupId>org.apache.felix.karaf.webconsole</groupId>
       <artifactId>webconsole</artifactId>
-      <version>0.9.0-SNAPSHOT</version>
+      <version>1.0.0</version>
   </parent>
 
   <groupId>org.apache.felix.karaf.webconsole</groupId>
   <artifactId>org.apache.felix.karaf.webconsole.features</artifactId>
   <packaging>bundle</packaging>
-  <version>0.9.0-SNAPSHOT</version>
+  <version>1.0.0</version>
   <name>Apache Felix Karaf :: Web Console :: Features Plugin</name>
   
   <properties>

Modified: felix/trunk/karaf/webconsole/gogo/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/karaf/webconsole/gogo/pom.xml?rev=817557&r1=817556&r2=817557&view=diff
==============================================================================
--- felix/trunk/karaf/webconsole/gogo/pom.xml (original)
+++ felix/trunk/karaf/webconsole/gogo/pom.xml Tue Sep 22 09:11:12 2009
@@ -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/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <!--
 
@@ -25,13 +24,13 @@
   <parent>
       <groupId>org.apache.felix.karaf.webconsole</groupId>
       <artifactId>webconsole</artifactId>
-      <version>0.9.0-SNAPSHOT</version>
+      <version>1.0.0</version>
   </parent>
 
   <groupId>org.apache.felix.karaf.webconsole</groupId>
   <artifactId>org.apache.felix.karaf.webconsole.gogo</artifactId>
   <packaging>bundle</packaging>
-  <version>0.9.0-SNAPSHOT</version>
+  <version>1.0.0</version>
   <name>Apache Felix Karaf :: Web Console :: Gogo Plugin</name>
   
   <properties>

Modified: felix/trunk/karaf/webconsole/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/karaf/webconsole/pom.xml?rev=817557&r1=817556&r2=817557&view=diff
==============================================================================
--- felix/trunk/karaf/webconsole/pom.xml (original)
+++ felix/trunk/karaf/webconsole/pom.xml Tue Sep 22 09:11:12 2009
@@ -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/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <!--
 
@@ -25,13 +24,13 @@
   <parent>
     <groupId>org.apache.felix.karaf</groupId>
     <artifactId>karaf</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
 
   <groupId>org.apache.felix.karaf.webconsole</groupId>
   <artifactId>webconsole</artifactId>
   <packaging>pom</packaging>
-  <version>0.9.0-SNAPSHOT</version>
+  <version>1.0.0</version>
   <name>Apache Felix Karaf :: Web Console</name>
   
   <modules>