You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by eg...@apache.org on 2009/05/01 17:46:27 UTC

svn commit: r770724 - in /cxf/dosgi/trunk: ./ discovery/ discovery/local/ distribution/ distribution/multi-bundle/ distribution/single-bundle/ dsw/ dsw/cxf-dsw/ felix/ felix/profiles/ felix/shell.tui/ parent/ samples/ samples/greeter/ samples/greeter/c...

Author: eglynn
Date: Fri May  1 15:46:26 2009
New Revision: 770724

URL: http://svn.apache.org/viewvc?rev=770724&view=rev
Log:
[maven-release-plugin] prepare release cxf-dosgi-ri-1.0

Modified:
    cxf/dosgi/trunk/discovery/local/pom.xml
    cxf/dosgi/trunk/discovery/pom.xml
    cxf/dosgi/trunk/distribution/multi-bundle/pom.xml
    cxf/dosgi/trunk/distribution/pom.xml
    cxf/dosgi/trunk/distribution/single-bundle/pom.xml
    cxf/dosgi/trunk/dsw/cxf-dsw/pom.xml
    cxf/dosgi/trunk/dsw/pom.xml
    cxf/dosgi/trunk/felix/pom.xml
    cxf/dosgi/trunk/felix/profiles/pom.xml
    cxf/dosgi/trunk/felix/shell.tui/pom.xml
    cxf/dosgi/trunk/parent/pom.xml
    cxf/dosgi/trunk/pom.xml
    cxf/dosgi/trunk/samples/greeter/client/pom.xml
    cxf/dosgi/trunk/samples/greeter/impl/pom.xml
    cxf/dosgi/trunk/samples/greeter/interface/pom.xml
    cxf/dosgi/trunk/samples/greeter/pom.xml
    cxf/dosgi/trunk/samples/pom.xml
    cxf/dosgi/trunk/samples/spring_dm/client/pom.xml
    cxf/dosgi/trunk/samples/spring_dm/impl/pom.xml
    cxf/dosgi/trunk/samples/spring_dm/interface/pom.xml
    cxf/dosgi/trunk/samples/spring_dm/pom.xml
    cxf/dosgi/trunk/systests/common/pom.xml
    cxf/dosgi/trunk/systests/multi_bundle_distro/pom.xml
    cxf/dosgi/trunk/systests/pom.xml
    cxf/dosgi/trunk/systests/single_bundle_distro/pom.xml

Modified: cxf/dosgi/trunk/discovery/local/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/discovery/local/pom.xml?rev=770724&r1=770723&r2=770724&view=diff
==============================================================================
--- cxf/dosgi/trunk/discovery/local/pom.xml (original)
+++ cxf/dosgi/trunk/discovery/local/pom.xml Fri May  1 15:46:26 2009
@@ -24,12 +24,12 @@
     <artifactId>cxf-dosgi-ri-discovery-local</artifactId>
     <packaging>bundle</packaging>
     <name>CXF Distributed OSGI Local Discovery Service Bundle</name>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
 
     <parent>
       <groupId>org.apache.cxf.dosgi</groupId>
       <artifactId>cxf-dosgi-ri-parent</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.0</version>
       <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/dosgi/trunk/discovery/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/discovery/pom.xml?rev=770724&r1=770723&r2=770724&view=diff
==============================================================================
--- cxf/dosgi/trunk/discovery/pom.xml (original)
+++ cxf/dosgi/trunk/discovery/pom.xml Fri May  1 15:46:26 2009
@@ -24,12 +24,12 @@
     <artifactId>cxf-dosgi-ri-discovery</artifactId>
     <packaging>pom</packaging>
     <name>Distributed OSGI Discovery Service Modules</name>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
 
     <parent>
       <groupId>org.apache.cxf.dosgi</groupId>
       <artifactId>cxf-dosgi-ri-parent</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.0</version>
       <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/dosgi/trunk/distribution/multi-bundle/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/distribution/multi-bundle/pom.xml?rev=770724&r1=770723&r2=770724&view=diff
==============================================================================
--- cxf/dosgi/trunk/distribution/multi-bundle/pom.xml (original)
+++ cxf/dosgi/trunk/distribution/multi-bundle/pom.xml Fri May  1 15:46:26 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">
 <!--
   Licensed to the Apache Software Foundation (ASF) under one
@@ -22,7 +21,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.cxf.dosgi</groupId>
   <artifactId>cxf-dosgi-ri-multibundle-distribution</artifactId>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.0</version>
   <packaging>jar</packaging>
   <name>Distributed OSGI Multi-Bundle Distribution</name>
   <url>http://cxf.apache.org</url>
@@ -30,7 +29,7 @@
   <parent>
     <groupId>org.apache.cxf.dosgi</groupId>
     <artifactId>cxf-dosgi-ri-distribution-parent</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
@@ -274,32 +273,20 @@
             <configuration>
               <tasks>
                 <path id="current.dir.path">
-                  <pathelement location="."/>
+                  <pathelement location="." />
                 </path>
-                <pathconvert targetos="unix" property="current.dir" refid="current.dir.path"/>
+                <pathconvert targetos="unix" property="current.dir" refid="current.dir.path" />
                 
-                <xslt processor="trax" 
-                  in="target/classes/distro_bundles.xml" 
-                  out="target/distribution_configs/felix.config.properties.append"
-                  style="src/main/xsl/felix_distro_config.xslt" />
+                <xslt processor="trax" in="target/classes/distro_bundles.xml" out="target/distribution_configs/felix.config.properties.append" style="src/main/xsl/felix_distro_config.xslt" />
                 
-                <xslt processor="trax" 
-                  in="target/classes/distro_bundles.xml" 
-                  out="target/felix.config.properties.append"
-                  style="src/main/xsl/felix_buildsystem_config.xslt">
-                      <param name="TargetDir" expression="${current.dir}/target/"/>
+                <xslt processor="trax" in="target/classes/distro_bundles.xml" out="target/felix.config.properties.append" style="src/main/xsl/felix_buildsystem_config.xslt">
+                      <param name="TargetDir" expression="${current.dir}/target/" />
                 </xslt>
                 
-                <xslt processor="trax" 
-                  in="target/classes/distro_bundles.xml" 
-                  out="target/distribution_configs/equinox.config.ini.append"
-                  style="src/main/xsl/equinox_distro_config.xslt" />
+                <xslt processor="trax" in="target/classes/distro_bundles.xml" out="target/distribution_configs/equinox.config.ini.append" style="src/main/xsl/equinox_distro_config.xslt" />
                 
-                <xslt processor="trax" 
-                  in="target/classes/distro_bundles.xml" 
-                  out="target/equinox.config.ini.append"
-                  style="src/main/xsl/equinox_buildsystem_config.xslt">
-                      <param name="TargetDir" expression="${current.dir}/target/"/>
+                <xslt processor="trax" in="target/classes/distro_bundles.xml" out="target/equinox.config.ini.append" style="src/main/xsl/equinox_buildsystem_config.xslt">
+                      <param name="TargetDir" expression="${current.dir}/target/" />
                 </xslt>
               </tasks>
             </configuration>
@@ -311,4 +298,4 @@
       </plugin> 
     </plugins>
   </build>
-</project>
+</project>
\ No newline at end of file

Modified: cxf/dosgi/trunk/distribution/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/distribution/pom.xml?rev=770724&r1=770723&r2=770724&view=diff
==============================================================================
--- cxf/dosgi/trunk/distribution/pom.xml (original)
+++ cxf/dosgi/trunk/distribution/pom.xml Fri May  1 15:46:26 2009
@@ -21,7 +21,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf.dosgi</groupId>
     <artifactId>cxf-dosgi-ri-distribution-parent</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
     <packaging>pom</packaging>
     <name>Distributed OSGI Distribution Parent</name>
     <url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
     <parent>
       <groupId>org.apache.cxf.dosgi</groupId>
       <artifactId>cxf-dosgi-ri-parent</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.0</version>
       <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/dosgi/trunk/distribution/single-bundle/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/distribution/single-bundle/pom.xml?rev=770724&r1=770723&r2=770724&view=diff
==============================================================================
--- cxf/dosgi/trunk/distribution/single-bundle/pom.xml (original)
+++ cxf/dosgi/trunk/distribution/single-bundle/pom.xml Fri May  1 15:46:26 2009
@@ -22,7 +22,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.cxf.dosgi</groupId>
   <artifactId>cxf-dosgi-ri-singlebundle-distribution</artifactId>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.0</version>
   <packaging>bundle</packaging>
   <name>Distributed OSGI Single-Bundle Distribution</name>
   <url>http://cxf.apache.org</url>
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.cxf.dosgi</groupId>
     <artifactId>cxf-dosgi-ri-distribution-parent</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
@@ -285,17 +285,17 @@
             <configuration>
               <tasks>
                 <!-- removing this directory as it confuses Eclipse when importing the bundle as a plugin -->
-                <delete dir="target/classes"/>
+                <delete dir="target/classes" />
 
                 <fileset dir="target" id="single.bundle">
-                  <include name="*.jar"/>
+                  <include name="*.jar" />
                 </fileset>
-                <pathconvert pathsep="" property="bundle" refid="single.bundle"/>
+                <pathconvert pathsep="" property="bundle" refid="single.bundle" />
 
                 <fileset dir="target/deps" id="felix.dep.bundles">
-                  <include name="*.jar"/>
+                  <include name="*.jar" />
                 </fileset>
-                <pathconvert pathsep=" file:/" property="felix.deps" refid="felix.dep.bundles"/>
+                <pathconvert pathsep=" file:/" property="felix.deps" refid="felix.dep.bundles" />
 
                 <!-- config.properties file for Felix -->
                 <echo file="target/felix.config.properties.append">
@@ -303,8 +303,8 @@
 org.osgi.framework.startlevel=2
 felix.auto.start.2=
                 </echo>
-                <echo message="file:/${felix.deps} file:/${bundle}" file="target/felix.config.properties.append" append="true"/>
-                <replace file="target/felix.config.properties.append" token="\" value="/"/>
+                <echo message="file:/${felix.deps} file:/${bundle}" file="target/felix.config.properties.append" append="true" />
+                <replace file="target/felix.config.properties.append" token="\" value="/" />
 
                 <!-- config.ini file for Equinox -->
                 <echo file="target/equinox.config.ini.append">
@@ -312,8 +312,8 @@
 
 osgi.bundles=org.eclipse.osgi.services@start, 
                 </echo>
-                <echo message="${bundle}@start" file="target/equinox.config.ini.append" append="true"/>
-                <replace file="target/equinox.config.ini.append" token="\" value="/"/>
+                <echo message="${bundle}@start" file="target/equinox.config.ini.append" append="true" />
+                <replace file="target/equinox.config.ini.append" token="\" value="/" />
               </tasks>
             </configuration>
             <goals>

Modified: cxf/dosgi/trunk/dsw/cxf-dsw/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/dsw/cxf-dsw/pom.xml?rev=770724&r1=770723&r2=770724&view=diff
==============================================================================
--- cxf/dosgi/trunk/dsw/cxf-dsw/pom.xml (original)
+++ cxf/dosgi/trunk/dsw/cxf-dsw/pom.xml Fri May  1 15:46:26 2009
@@ -23,12 +23,12 @@
     <artifactId>cxf-dosgi-ri-dsw-cxf</artifactId>
     <packaging>bundle</packaging>
     <name>CXF Distribution Software Bundle</name>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
 
     <parent>
        <groupId>org.apache.cxf.dosgi</groupId>
        <artifactId>cxf-dosgi-ri-parent</artifactId>
-       <version>1.0-SNAPSHOT</version>
+       <version>1.0</version>
        <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/dosgi/trunk/dsw/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/dsw/pom.xml?rev=770724&r1=770723&r2=770724&view=diff
==============================================================================
--- cxf/dosgi/trunk/dsw/pom.xml (original)
+++ cxf/dosgi/trunk/dsw/pom.xml Fri May  1 15:46:26 2009
@@ -4,7 +4,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf.dosgi</groupId>
     <artifactId>cxf-dosgi-ri-dsw</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
     <packaging>pom</packaging>
     <name>Distributed OSGI Distributed Software Modules</name>
     <url>http://cxf.apache.org</url>
@@ -12,7 +12,7 @@
     <parent>
       <groupId>org.apache.cxf.dosgi</groupId>
       <artifactId>cxf-dosgi-ri-parent</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.0</version>
       <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/dosgi/trunk/felix/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/felix/pom.xml?rev=770724&r1=770723&r2=770724&view=diff
==============================================================================
--- cxf/dosgi/trunk/felix/pom.xml (original)
+++ cxf/dosgi/trunk/felix/pom.xml Fri May  1 15:46:26 2009
@@ -2,7 +2,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf.dosgi</groupId>
     <artifactId>cxf-dosgi-ri-felix</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
 
     <packaging>pom</packaging>
     <name>CXF Distributed OSGi Temporary Private Felix Framework Build</name>
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.apache.cxf.dosgi</groupId>
         <artifactId>cxf-dosgi-ri-parent</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     

Modified: cxf/dosgi/trunk/felix/profiles/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/felix/profiles/pom.xml?rev=770724&r1=770723&r2=770724&view=diff
==============================================================================
--- cxf/dosgi/trunk/felix/profiles/pom.xml (original)
+++ cxf/dosgi/trunk/felix/profiles/pom.xml Fri May  1 15:46:26 2009
@@ -23,12 +23,12 @@
     <artifactId>cxf-dosgi-ri-felix-profiles</artifactId>
     <packaging>jar</packaging>
     <name>CXF Distributed OSGi Felix Profiles</name>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
 
     <parent>
       <groupId>org.apache.cxf.dosgi</groupId>
       <artifactId>cxf-dosgi-ri-parent</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.0</version>
       <relativePath>../../parent/pom.xml</relativePath>
   </parent>
 

Modified: cxf/dosgi/trunk/felix/shell.tui/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/felix/shell.tui/pom.xml?rev=770724&r1=770723&r2=770724&view=diff
==============================================================================
--- cxf/dosgi/trunk/felix/shell.tui/pom.xml (original)
+++ cxf/dosgi/trunk/felix/shell.tui/pom.xml Fri May  1 15:46:26 2009
@@ -24,12 +24,12 @@
   <description>A simple textual user interface for Felix' shell service.</description>
   <groupId>org.apache.cxf.dosgi</groupId>
   <artifactId>felix-shell-extension</artifactId>
-  <version>1.1.0-cxf_dosgi-SNAPSHOT</version>
+  <version>1.0</version>
 
   <parent>
       <groupId>org.apache.cxf.dosgi</groupId>
       <artifactId>cxf-dosgi-ri-parent</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.0</version>
       <relativePath>../../parent/pom.xml</relativePath>
   </parent>
 

Modified: cxf/dosgi/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/parent/pom.xml?rev=770724&r1=770723&r2=770724&view=diff
==============================================================================
--- cxf/dosgi/trunk/parent/pom.xml (original)
+++ cxf/dosgi/trunk/parent/pom.xml Fri May  1 15:46:26 2009
@@ -3,13 +3,13 @@
     <parent>
        <groupId>org.apache.cxf.dosgi</groupId>
        <artifactId>cxf-dosgi-ri</artifactId>
-       <version>1.0-SNAPSHOT</version>
+       <version>1.0</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf.dosgi</groupId>
     <artifactId>cxf-dosgi-ri-parent</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
 
     <packaging>pom</packaging>
     <name>Distributed OSGI Reference Implementation Parent</name>

Modified: cxf/dosgi/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/pom.xml?rev=770724&r1=770723&r2=770724&view=diff
==============================================================================
--- cxf/dosgi/trunk/pom.xml (original)
+++ cxf/dosgi/trunk/pom.xml Fri May  1 15:46:26 2009
@@ -20,14 +20,14 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf.dosgi</groupId>
     <artifactId>cxf-dosgi-ri</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
 
     <packaging>pom</packaging>
     <name>Distributed OSGI Reference Implementation</name>  
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/cxf/dosgi/trunk</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cxf/dosgi/trunk</developerConnection>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/cxf/dosgi/tags/cxf-dosgi-ri-1.0</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cxf/dosgi/tags/cxf-dosgi-ri-1.0</developerConnection>
     </scm>
 
     <issueManagement>

Modified: cxf/dosgi/trunk/samples/greeter/client/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/greeter/client/pom.xml?rev=770724&r1=770723&r2=770724&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/greeter/client/pom.xml (original)
+++ cxf/dosgi/trunk/samples/greeter/client/pom.xml Fri May  1 15:46:26 2009
@@ -23,12 +23,12 @@
     <artifactId>cxf-dosgi-ri-samples-greeter-client</artifactId>
     <packaging>bundle</packaging>
     <name>Distributed OSGI Greeter Bundle Client</name>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
 
     <parent>
       <groupId>org.apache.cxf.dosgi</groupId>
       <artifactId>cxf-dosgi-ri-parent</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.0</version>
       <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/dosgi/trunk/samples/greeter/impl/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/greeter/impl/pom.xml?rev=770724&r1=770723&r2=770724&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/greeter/impl/pom.xml (original)
+++ cxf/dosgi/trunk/samples/greeter/impl/pom.xml Fri May  1 15:46:26 2009
@@ -23,12 +23,12 @@
     <artifactId>cxf-dosgi-ri-samples-greeter-impl</artifactId>
     <packaging>bundle</packaging>
     <name>Distributed OSGI Greeter Implementation Bundle</name>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
 
     <parent>
       <groupId>org.apache.cxf.dosgi</groupId>
       <artifactId>cxf-dosgi-ri-parent</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.0</version>
       <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/dosgi/trunk/samples/greeter/interface/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/greeter/interface/pom.xml?rev=770724&r1=770723&r2=770724&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/greeter/interface/pom.xml (original)
+++ cxf/dosgi/trunk/samples/greeter/interface/pom.xml Fri May  1 15:46:26 2009
@@ -23,12 +23,12 @@
     <artifactId>cxf-dosgi-ri-samples-greeter-interface</artifactId>
     <packaging>bundle</packaging>
     <name>Distributed OSGI Greeter Interface Bundle</name>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
 
     <parent>
       <groupId>org.apache.cxf.dosgi</groupId>
       <artifactId>cxf-dosgi-ri-parent</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.0</version>
       <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

Modified: cxf/dosgi/trunk/samples/greeter/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/greeter/pom.xml?rev=770724&r1=770723&r2=770724&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/greeter/pom.xml (original)
+++ cxf/dosgi/trunk/samples/greeter/pom.xml Fri May  1 15:46:26 2009
@@ -24,12 +24,12 @@
     <artifactId>cxf-dosgi-ri-bundles-greeter</artifactId>
     <packaging>pom</packaging>
     <name>Distributed OSGI Greeter Bundles</name>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
 
     <parent>
       <groupId>org.apache.cxf.dosgi</groupId>
       <artifactId>cxf-dosgi-ri-parent</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.0</version>
       <relativePath>../../parent/pom.xml</relativePath> 
     </parent>
 

Modified: cxf/dosgi/trunk/samples/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/pom.xml?rev=770724&r1=770723&r2=770724&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/pom.xml (original)
+++ cxf/dosgi/trunk/samples/pom.xml Fri May  1 15:46:26 2009
@@ -4,7 +4,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf.dosgi.samples</groupId>
     <artifactId>cxf-dosgi-ri-samples</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
     <packaging>pom</packaging>
     <name>Distributed OSGI RI Sample Bundles</name>
     <url>http://cxf.apache.org/</url>
@@ -12,7 +12,7 @@
     <parent>
       <groupId>org.apache.cxf.dosgi</groupId>
       <artifactId>cxf-dosgi-ri-parent</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.0</version>
       <relativePath>../parent/pom.xml</relativePath>  
     </parent>
 

Modified: cxf/dosgi/trunk/samples/spring_dm/client/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/spring_dm/client/pom.xml?rev=770724&r1=770723&r2=770724&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/spring_dm/client/pom.xml (original)
+++ cxf/dosgi/trunk/samples/spring_dm/client/pom.xml Fri May  1 15:46:26 2009
@@ -22,12 +22,12 @@
   <artifactId>cxf-dosgi-ri-samples-spring-dm-client</artifactId>
   <packaging>bundle</packaging>
   <name>Distributed OSGI Spring-DM Sample Client Bundle</name>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.0</version>
 
   <parent>
     <groupId>org.apache.cxf.dosgi.samples</groupId>
     <artifactId>cxf-dosgi-ri-bundles-spring-dm-parent</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
   </parent>
 
   <dependencies>

Modified: cxf/dosgi/trunk/samples/spring_dm/impl/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/spring_dm/impl/pom.xml?rev=770724&r1=770723&r2=770724&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/spring_dm/impl/pom.xml (original)
+++ cxf/dosgi/trunk/samples/spring_dm/impl/pom.xml Fri May  1 15:46:26 2009
@@ -22,12 +22,12 @@
   <artifactId>cxf-dosgi-ri-samples-spring-dm-impl</artifactId>
   <packaging>bundle</packaging>
   <name>Distributed OSGI Spring-DM Sample Implementation Bundle</name>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.0</version>
 
   <parent>
     <groupId>org.apache.cxf.dosgi.samples</groupId>
     <artifactId>cxf-dosgi-ri-bundles-spring-dm-parent</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
   </parent>
 
   <dependencies>

Modified: cxf/dosgi/trunk/samples/spring_dm/interface/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/spring_dm/interface/pom.xml?rev=770724&r1=770723&r2=770724&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/spring_dm/interface/pom.xml (original)
+++ cxf/dosgi/trunk/samples/spring_dm/interface/pom.xml Fri May  1 15:46:26 2009
@@ -23,12 +23,12 @@
   <artifactId>cxf-dosgi-ri-samples-spring-dm-interface</artifactId>
   <packaging>bundle</packaging>
   <name>Distributed OSGI Spring-DM Sample Interface Bundle</name>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.0</version>
 
   <parent>
     <groupId>org.apache.cxf.dosgi.samples</groupId>
     <artifactId>cxf-dosgi-ri-bundles-spring-dm-parent</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
   </parent>
 
   <build>
@@ -41,11 +41,11 @@
             <Bundle-Name>CXF Distributed OSGi Spring-DM Sample Interface Bundle</Bundle-Name>
             <Bundle-Description>This bundle contains the interfaces of the Distributed OSGi with Spring-DM sample.</Bundle-Description>
             <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
-            <Import-Package></Import-Package>
+            <Import-Package />
             <Export-Package>org.apache.cxf.dosgi.samples.springdm</Export-Package> 
           </instructions>
         </configuration>
       </plugin> 
     </plugins>
   </build>    
-</project>
+</project>
\ No newline at end of file

Modified: cxf/dosgi/trunk/samples/spring_dm/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/spring_dm/pom.xml?rev=770724&r1=770723&r2=770724&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/spring_dm/pom.xml (original)
+++ cxf/dosgi/trunk/samples/spring_dm/pom.xml Fri May  1 15:46:26 2009
@@ -24,12 +24,12 @@
     <artifactId>cxf-dosgi-ri-bundles-spring-dm-parent</artifactId>
     <packaging>pom</packaging>
     <name>Distributed OSGI Spring-DM Sample</name>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
 
     <parent>
       <groupId>org.apache.cxf.dosgi</groupId>
       <artifactId>cxf-dosgi-ri-parent</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.0</version>
       <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     

Modified: cxf/dosgi/trunk/systests/common/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/systests/common/pom.xml?rev=770724&r1=770723&r2=770724&view=diff
==============================================================================
--- cxf/dosgi/trunk/systests/common/pom.xml (original)
+++ cxf/dosgi/trunk/systests/common/pom.xml Fri May  1 15:46:26 2009
@@ -21,14 +21,14 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.cxf.dosgi.systests</groupId>
   <artifactId>cxf-dosgi-ri-systests-common</artifactId>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.0</version>
   <packaging>bundle</packaging>
   <name>Distributed OSGI RI System Test Common Classes</name>
 
   <parent>
     <groupId>org.apache.cxf.dosgi</groupId>
     <artifactId>cxf-dosgi-ri-parent</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
     <relativePath>../../parent/pom.xml</relativePath>  
   </parent>
 

Modified: cxf/dosgi/trunk/systests/multi_bundle_distro/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/systests/multi_bundle_distro/pom.xml?rev=770724&r1=770723&r2=770724&view=diff
==============================================================================
--- cxf/dosgi/trunk/systests/multi_bundle_distro/pom.xml (original)
+++ cxf/dosgi/trunk/systests/multi_bundle_distro/pom.xml Fri May  1 15:46:26 2009
@@ -21,14 +21,14 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.cxf.dosgi.systests</groupId>
   <artifactId>cxf-dosgi-ri-systests-multibundle-distro</artifactId>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.0</version>
   <packaging>jar</packaging>
   <name>Distributed OSGI RI System Test using Multi Bundle Distro</name>
 
   <parent>
     <groupId>org.apache.cxf.dosgi.systests</groupId>
     <artifactId>cxf-dosgi-ri-systests</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
     <relativePath>../pom.xml</relativePath>  
   </parent>
 

Modified: cxf/dosgi/trunk/systests/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/systests/pom.xml?rev=770724&r1=770723&r2=770724&view=diff
==============================================================================
--- cxf/dosgi/trunk/systests/pom.xml (original)
+++ cxf/dosgi/trunk/systests/pom.xml Fri May  1 15:46:26 2009
@@ -22,14 +22,14 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf.dosgi.systests</groupId>
     <artifactId>cxf-dosgi-ri-systests</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
     <packaging>pom</packaging>
     <name>Distributed OSGI RI System Tests</name>
 
     <parent>
       <groupId>org.apache.cxf.dosgi</groupId>
       <artifactId>cxf-dosgi-ri-parent</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.0</version>
       <relativePath>../parent/pom.xml</relativePath>  
     </parent>
 

Modified: cxf/dosgi/trunk/systests/single_bundle_distro/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/systests/single_bundle_distro/pom.xml?rev=770724&r1=770723&r2=770724&view=diff
==============================================================================
--- cxf/dosgi/trunk/systests/single_bundle_distro/pom.xml (original)
+++ cxf/dosgi/trunk/systests/single_bundle_distro/pom.xml Fri May  1 15:46:26 2009
@@ -21,14 +21,14 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.cxf.dosgi.systests</groupId>
   <artifactId>cxf-dosgi-ri-systests-singlebundle-distro</artifactId>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.0</version>
   <packaging>jar</packaging>
   <name>Distributed OSGI RI System Test using Single Bundle Distro</name>
 
   <parent>
     <groupId>org.apache.cxf.dosgi.systests</groupId>
     <artifactId>cxf-dosgi-ri-systests</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
     <relativePath>../pom.xml</relativePath>  
   </parent>