You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2007/12/31 17:02:49 UTC

svn commit: r607744 - in /servicemix/smx4/runtime/trunk: ./ assembly/ bundles/ bundles/ant/ bundles/aopalliance/ bundles/asm/ bundles/cglib/ bundles/junit/ bundles/mina/ bundles/xstream/ filemonitor/ gshell/ gshell/gshell-core/ gshell/gshell-features/ ...

Author: gnodet
Date: Mon Dec 31 08:02:47 2007
New Revision: 607744

URL: http://svn.apache.org/viewvc?rev=607744&view=rev
Log:
[maven-release-plugin] prepare release runtime-1.0-m1

Modified:
    servicemix/smx4/runtime/trunk/assembly/pom.xml
    servicemix/smx4/runtime/trunk/bundles/ant/pom.xml
    servicemix/smx4/runtime/trunk/bundles/aopalliance/pom.xml
    servicemix/smx4/runtime/trunk/bundles/asm/pom.xml
    servicemix/smx4/runtime/trunk/bundles/cglib/pom.xml
    servicemix/smx4/runtime/trunk/bundles/junit/pom.xml
    servicemix/smx4/runtime/trunk/bundles/mina/pom.xml
    servicemix/smx4/runtime/trunk/bundles/pom.xml
    servicemix/smx4/runtime/trunk/bundles/xstream/pom.xml
    servicemix/smx4/runtime/trunk/filemonitor/pom.xml
    servicemix/smx4/runtime/trunk/gshell/gshell-core/pom.xml
    servicemix/smx4/runtime/trunk/gshell/gshell-features/pom.xml
    servicemix/smx4/runtime/trunk/gshell/gshell-obr/pom.xml
    servicemix/smx4/runtime/trunk/gshell/gshell-osgi/pom.xml
    servicemix/smx4/runtime/trunk/gshell/gshell-wrapper/pom.xml
    servicemix/smx4/runtime/trunk/gshell/pom.xml
    servicemix/smx4/runtime/trunk/main/pom.xml
    servicemix/smx4/runtime/trunk/pom.xml
    servicemix/smx4/runtime/trunk/testing/depends-maven-plugin/pom.xml
    servicemix/smx4/runtime/trunk/testing/pom.xml
    servicemix/smx4/runtime/trunk/testing/support/pom.xml

Modified: servicemix/smx4/runtime/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/runtime/trunk/assembly/pom.xml?rev=607744&r1=607743&r2=607744&view=diff
==============================================================================
--- servicemix/smx4/runtime/trunk/assembly/pom.xml (original)
+++ servicemix/smx4/runtime/trunk/assembly/pom.xml Mon Dec 31 08:02:47 2007
@@ -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,25 +24,25 @@
     <parent>
         <groupId>org.apache.servicemix.runtime</groupId>
         <artifactId>runtime</artifactId>
-        <version>1.0-m1-SNAPSHOT</version>
+        <version>1.0-m1</version>
     </parent>
 
     <groupId>org.apache.servicemix.runtime</groupId>
     <artifactId>apache-servicemix-runtime</artifactId>
     <packaging>pom</packaging>
-    <version>1.0-m1-SNAPSHOT</version>
+    <version>1.0-m1</version>
     <name>ServiceMix Runtime :: Assembly</name>
 
     <dependencies>
         <dependency>
             <groupId>org.apache.servicemix.runtime</groupId>
             <artifactId>org.apache.servicemix.runtime.main</artifactId>
-            <version>1.0-m1-SNAPSHOT</version>
+            <version>1.0-m1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.runtime</groupId>
             <artifactId>org.apache.servicemix.runtime.filemonitor</artifactId>
-            <version>1.0-m1-SNAPSHOT</version>
+            <version>1.0-m1</version>
         </dependency>
         <dependency>
             <groupId>org.springframework.osgi</groupId>
@@ -93,47 +92,47 @@
       <dependency>
           <groupId>org.apache.servicemix.runtime.gshell</groupId>
           <artifactId>org.apache.servicemix.runtime.gshell.core</artifactId>
-          <version>1.0-m1-SNAPSHOT</version>
+          <version>1.0-m1</version>
       </dependency>
       <dependency>
           <groupId>org.apache.servicemix.runtime.gshell</groupId>
           <artifactId>org.apache.servicemix.runtime.gshell.obr</artifactId>
-          <version>1.0-m1-SNAPSHOT</version>
+          <version>1.0-m1</version>
       </dependency>
       <dependency>
           <groupId>org.apache.servicemix.runtime.gshell</groupId>
           <artifactId>org.apache.servicemix.runtime.gshell.osgi</artifactId>
-          <version>1.0-m1-SNAPSHOT</version>
+          <version>1.0-m1</version>
       </dependency>
         <dependency>
             <groupId>org.apache.servicemix.runtime.gshell</groupId>
             <artifactId>org.apache.servicemix.runtime.gshell.features</artifactId>
-            <version>1.0-m1-SNAPSHOT</version>
+            <version>1.0-m1</version>
         </dependency>
       <dependency>
           <groupId>org.apache.servicemix.bundles</groupId>
           <artifactId>org.apache.servicemix.bundles.mina-${mina.version}</artifactId>
-          <version>1.0-m1-SNAPSHOT</version>
+          <version>1.0-m1</version>
       </dependency>
       <dependency>
           <groupId>org.apache.servicemix.bundles</groupId>
           <artifactId>org.apache.servicemix.bundles.xstream-${xstream.version}</artifactId>
-          <version>1.0-m1-SNAPSHOT</version>
+          <version>1.0-m1</version>
       </dependency>
       <dependency>
           <groupId>org.apache.servicemix.bundles</groupId>
           <artifactId>org.apache.servicemix.bundles.aopalliance-${aopalliance.version}</artifactId>
-          <version>1.0-m1-SNAPSHOT</version>
+          <version>1.0-m1</version>
       </dependency>
       <dependency>
           <groupId>org.apache.servicemix.bundles</groupId>
           <artifactId>org.apache.servicemix.bundles.asm-${asm.version}</artifactId>
-          <version>1.0-m1-SNAPSHOT</version>
+          <version>1.0-m1</version>
       </dependency>
       <dependency>
           <groupId>org.apache.servicemix.bundles</groupId>
           <artifactId>org.apache.servicemix.bundles.cglib-${cglib.version}</artifactId>
-          <version>1.0-m1-SNAPSHOT</version>
+          <version>1.0-m1</version>
       </dependency>
       <dependency>
           <groupId>org.apache.felix</groupId>

Modified: servicemix/smx4/runtime/trunk/bundles/ant/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/runtime/trunk/bundles/ant/pom.xml?rev=607744&r1=607743&r2=607744&view=diff
==============================================================================
--- servicemix/smx4/runtime/trunk/bundles/ant/pom.xml (original)
+++ servicemix/smx4/runtime/trunk/bundles/ant/pom.xml Mon Dec 31 08:02:47 2007
@@ -25,13 +25,13 @@
     <parent>
         <groupId>org.apache.servicemix.runtime.bundles</groupId>
         <artifactId>bundles</artifactId>
-        <version>1.0-m1-SNAPSHOT</version>
+        <version>1.0-m1</version>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>${pom.groupId}.${pkgArtifactId}-${pkgVersion}</artifactId>
     <packaging>bundle</packaging>
-    <version>1.0-m1-SNAPSHOT</version>
+    <version>1.0-m1</version>
     <name>ServiceMix OSGI Common Bundles: ${pkgArtifactId}-${pkgVersion}</name>
     <description>
         This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.

Modified: servicemix/smx4/runtime/trunk/bundles/aopalliance/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/runtime/trunk/bundles/aopalliance/pom.xml?rev=607744&r1=607743&r2=607744&view=diff
==============================================================================
--- servicemix/smx4/runtime/trunk/bundles/aopalliance/pom.xml (original)
+++ servicemix/smx4/runtime/trunk/bundles/aopalliance/pom.xml Mon Dec 31 08:02:47 2007
@@ -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.servicemix.runtime.bundles</groupId>
         <artifactId>bundles</artifactId>
-        <version>1.0-m1-SNAPSHOT</version>
+        <version>1.0-m1</version>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>${pom.groupId}.${pkgArtifactId}-${pkgVersion}</artifactId>
     <packaging>bundle</packaging>
-    <version>1.0-m1-SNAPSHOT</version>
+    <version>1.0-m1</version>
     <name>ServiceMix OSGI Common Bundles: ${pkgArtifactId}-${pkgVersion}</name>
     <description>
         This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.

Modified: servicemix/smx4/runtime/trunk/bundles/asm/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/runtime/trunk/bundles/asm/pom.xml?rev=607744&r1=607743&r2=607744&view=diff
==============================================================================
--- servicemix/smx4/runtime/trunk/bundles/asm/pom.xml (original)
+++ servicemix/smx4/runtime/trunk/bundles/asm/pom.xml Mon Dec 31 08:02:47 2007
@@ -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.servicemix.runtime.bundles</groupId>
         <artifactId>bundles</artifactId>
-        <version>1.0-m1-SNAPSHOT</version>
+        <version>1.0-m1</version>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>${pom.groupId}.${pkgArtifactId}-${pkgVersion}</artifactId>
     <packaging>bundle</packaging>
-    <version>1.0-m1-SNAPSHOT</version>
+    <version>1.0-m1</version>
     <name>ServiceMix OSGI Common Bundles: ${pkgArtifactId}-${pkgVersion}</name>
     <description>
         This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.

Modified: servicemix/smx4/runtime/trunk/bundles/cglib/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/runtime/trunk/bundles/cglib/pom.xml?rev=607744&r1=607743&r2=607744&view=diff
==============================================================================
--- servicemix/smx4/runtime/trunk/bundles/cglib/pom.xml (original)
+++ servicemix/smx4/runtime/trunk/bundles/cglib/pom.xml Mon Dec 31 08:02:47 2007
@@ -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.servicemix.runtime.bundles</groupId>
         <artifactId>bundles</artifactId>
-        <version>1.0-m1-SNAPSHOT</version>
+        <version>1.0-m1</version>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>${pom.groupId}.${pkgArtifactId}-${pkgVersion}</artifactId>
     <packaging>bundle</packaging>
-    <version>1.0-m1-SNAPSHOT</version>
+    <version>1.0-m1</version>
     <name>ServiceMix OSGI Common Bundles: ${pkgArtifactId}-${pkgVersion}</name>
     <description>
         This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.

Modified: servicemix/smx4/runtime/trunk/bundles/junit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/runtime/trunk/bundles/junit/pom.xml?rev=607744&r1=607743&r2=607744&view=diff
==============================================================================
--- servicemix/smx4/runtime/trunk/bundles/junit/pom.xml (original)
+++ servicemix/smx4/runtime/trunk/bundles/junit/pom.xml Mon Dec 31 08:02:47 2007
@@ -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.servicemix.runtime.bundles</groupId>
         <artifactId>bundles</artifactId>
-        <version>1.0-m1-SNAPSHOT</version>
+        <version>1.0-m1</version>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>${pom.groupId}.${pkgArtifactId}-${pkgVersion}</artifactId>
     <packaging>bundle</packaging>
-    <version>1.0-m1-SNAPSHOT</version>
+    <version>1.0-m1</version>
     <name>ServiceMix OSGI Common Bundles: ${pkgArtifactId}-${pkgVersion}</name>
     <description>
         This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.

Modified: servicemix/smx4/runtime/trunk/bundles/mina/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/runtime/trunk/bundles/mina/pom.xml?rev=607744&r1=607743&r2=607744&view=diff
==============================================================================
--- servicemix/smx4/runtime/trunk/bundles/mina/pom.xml (original)
+++ servicemix/smx4/runtime/trunk/bundles/mina/pom.xml Mon Dec 31 08:02:47 2007
@@ -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.servicemix.runtime.bundles</groupId>
         <artifactId>bundles</artifactId>
-        <version>1.0-m1-SNAPSHOT</version>
+        <version>1.0-m1</version>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>${pom.groupId}.${pkgArtifactId}-${pkgVersion}</artifactId>
     <packaging>bundle</packaging>
-    <version>1.0-m1-SNAPSHOT</version>
+    <version>1.0-m1</version>
     <name>ServiceMix OSGI Common Bundles: ${pkgArtifactId}-${pkgVersion}</name>
     <description>
         This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.

Modified: servicemix/smx4/runtime/trunk/bundles/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/runtime/trunk/bundles/pom.xml?rev=607744&r1=607743&r2=607744&view=diff
==============================================================================
--- servicemix/smx4/runtime/trunk/bundles/pom.xml (original)
+++ servicemix/smx4/runtime/trunk/bundles/pom.xml Mon Dec 31 08:02:47 2007
@@ -1,6 +1,4 @@
-<?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 +23,13 @@
     <parent>
         <groupId>org.apache.servicemix.runtime</groupId>
         <artifactId>runtime</artifactId>
-        <version>1.0-m1-SNAPSHOT</version>
+        <version>1.0-m1</version>
     </parent>
 
     <groupId>org.apache.servicemix.runtime.bundles</groupId>
     <artifactId>bundles</artifactId>
     <packaging>pom</packaging>
-    <version>1.0-m1-SNAPSHOT</version>
+    <version>1.0-m1</version>
     <name>ServiceMix OSGI Common Bundles</name>
 
     <modules>
@@ -46,9 +44,9 @@
 
     <properties>
         <servicemix.osgi.export>${servicemix.osgi.export.pkg}*;version=${pkgVersion}</servicemix.osgi.export>
-        <servicemix.osgi.export.pkg></servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg></servicemix.osgi.import.pkg>
-        <servicemix.osgi.private.pkg></servicemix.osgi.private.pkg>
+        <servicemix.osgi.export.pkg />
+        <servicemix.osgi.import.pkg />
+        <servicemix.osgi.private.pkg />
     </properties>
 
     <build>
@@ -76,4 +74,4 @@
         </plugins>
     </build>
 
-</project>
+</project>
\ No newline at end of file

Modified: servicemix/smx4/runtime/trunk/bundles/xstream/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/runtime/trunk/bundles/xstream/pom.xml?rev=607744&r1=607743&r2=607744&view=diff
==============================================================================
--- servicemix/smx4/runtime/trunk/bundles/xstream/pom.xml (original)
+++ servicemix/smx4/runtime/trunk/bundles/xstream/pom.xml Mon Dec 31 08:02:47 2007
@@ -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.servicemix.runtime.bundles</groupId>
         <artifactId>bundles</artifactId>
-        <version>1.0-m1-SNAPSHOT</version>
+        <version>1.0-m1</version>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>${pom.groupId}.${pkgArtifactId}-${pkgVersion}</artifactId>
     <packaging>bundle</packaging>
-    <version>1.0-m1-SNAPSHOT</version>
+    <version>1.0-m1</version>
     <name>ServiceMix OSGI Common Bundles: ${pkgArtifactId}-${pkgVersion}</name>
     <description>
         This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.

Modified: servicemix/smx4/runtime/trunk/filemonitor/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/runtime/trunk/filemonitor/pom.xml?rev=607744&r1=607743&r2=607744&view=diff
==============================================================================
--- servicemix/smx4/runtime/trunk/filemonitor/pom.xml (original)
+++ servicemix/smx4/runtime/trunk/filemonitor/pom.xml Mon Dec 31 08:02:47 2007
@@ -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,12 +24,12 @@
   <parent>
       <groupId>org.apache.servicemix.runtime</groupId>
       <artifactId>runtime</artifactId>
-      <version>1.0-m1-SNAPSHOT</version>
+      <version>1.0-m1</version>
   </parent>
 
   <artifactId>org.apache.servicemix.runtime.filemonitor</artifactId>
   <packaging>bundle</packaging>
-  <version>1.0-m1-SNAPSHOT</version>
+  <version>1.0-m1</version>
   <name>ServiceMix Runtime :: File Monitor</name>
 
   <description>This bundle monitors the deploy directory for new OSGi bundles in jar form, expanded form or for configuration file changes and undeploys/redeploys them</description>
@@ -45,7 +44,7 @@
     <dependency>
       <groupId>org.apache.servicemix.bundles</groupId>
       <artifactId>org.apache.servicemix.bundles.ant-${ant.version}</artifactId>
-      <version>1.0-m1-SNAPSHOT</version>
+      <version>1.0-m1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.felix</groupId>

Modified: servicemix/smx4/runtime/trunk/gshell/gshell-core/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/runtime/trunk/gshell/gshell-core/pom.xml?rev=607744&r1=607743&r2=607744&view=diff
==============================================================================
--- servicemix/smx4/runtime/trunk/gshell/gshell-core/pom.xml (original)
+++ servicemix/smx4/runtime/trunk/gshell/gshell-core/pom.xml Mon Dec 31 08:02:47 2007
@@ -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.servicemix.runtime.gshell</groupId>
         <artifactId>gshell</artifactId>
-        <version>1.0-m1-SNAPSHOT</version>
+        <version>1.0-m1</version>
     </parent>
 
     <groupId>org.apache.servicemix.runtime.gshell</groupId>
     <artifactId>org.apache.servicemix.runtime.gshell.core</artifactId>
     <packaging>bundle</packaging>
-    <version>1.0-m1-SNAPSHOT</version>
+    <version>1.0-m1</version>
     <name>ServiceMix Runtime :: GShell Core</name>
 
     <description>
@@ -71,12 +70,12 @@
         <dependency>
             <groupId>org.apache.servicemix.runtime</groupId>
             <artifactId>org.apache.servicemix.runtime.main</artifactId>
-            <version>1.0-m1-SNAPSHOT</version>
+            <version>1.0-m1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.bundles</groupId>
             <artifactId>org.apache.servicemix.bundles.cglib-${cglib.version}</artifactId>
-            <version>1.0-m1-SNAPSHOT</version>
+            <version>1.0-m1</version>
         </dependency>
         <dependency>
             <groupId>org.springframework.osgi</groupId>

Modified: servicemix/smx4/runtime/trunk/gshell/gshell-features/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/runtime/trunk/gshell/gshell-features/pom.xml?rev=607744&r1=607743&r2=607744&view=diff
==============================================================================
--- servicemix/smx4/runtime/trunk/gshell/gshell-features/pom.xml (original)
+++ servicemix/smx4/runtime/trunk/gshell/gshell-features/pom.xml Mon Dec 31 08:02:47 2007
@@ -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.servicemix.runtime.gshell</groupId>
         <artifactId>gshell</artifactId>
-        <version>1.0-m1-SNAPSHOT</version>
+        <version>1.0-m1</version>
     </parent>
 
     <groupId>org.apache.servicemix.runtime.gshell</groupId>
     <artifactId>org.apache.servicemix.runtime.gshell.features</artifactId>
     <packaging>bundle</packaging>
-    <version>1.0-m1-SNAPSHOT</version>
+    <version>1.0-m1</version>
     <name>ServiceMix Runtime :: GShell Features</name>
 
     <description>
@@ -55,13 +54,13 @@
         <dependency>
             <groupId>org.apache.servicemix.runtime.gshell</groupId>
             <artifactId>org.apache.servicemix.runtime.gshell.core</artifactId>
-            <version>1.0-m1-SNAPSHOT</version>
+            <version>1.0-m1</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.servicemix.runtime.gshell</groupId>
             <artifactId>org.apache.servicemix.runtime.gshell.obr</artifactId>
-            <version>1.0-m1-SNAPSHOT</version>
+            <version>1.0-m1</version>
         </dependency>
 
         <dependency>

Modified: servicemix/smx4/runtime/trunk/gshell/gshell-obr/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/runtime/trunk/gshell/gshell-obr/pom.xml?rev=607744&r1=607743&r2=607744&view=diff
==============================================================================
--- servicemix/smx4/runtime/trunk/gshell/gshell-obr/pom.xml (original)
+++ servicemix/smx4/runtime/trunk/gshell/gshell-obr/pom.xml Mon Dec 31 08:02:47 2007
@@ -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.servicemix.runtime.gshell</groupId>
         <artifactId>gshell</artifactId>
-        <version>1.0-m1-SNAPSHOT</version>
+        <version>1.0-m1</version>
     </parent>
 
     <groupId>org.apache.servicemix.runtime.gshell</groupId>
     <artifactId>org.apache.servicemix.runtime.gshell.obr</artifactId>
     <packaging>bundle</packaging>
-    <version>1.0-m1-SNAPSHOT</version>
+    <version>1.0-m1</version>
     <name>ServiceMix Runtime :: GShell OBR Commands</name>
 
     <description>
@@ -55,7 +54,7 @@
         <dependency>
             <groupId>org.apache.servicemix.runtime.gshell</groupId>
             <artifactId>org.apache.servicemix.runtime.gshell.core</artifactId>
-            <version>1.0-m1-SNAPSHOT</version>
+            <version>1.0-m1</version>
         </dependency>
 
         <dependency>

Modified: servicemix/smx4/runtime/trunk/gshell/gshell-osgi/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/runtime/trunk/gshell/gshell-osgi/pom.xml?rev=607744&r1=607743&r2=607744&view=diff
==============================================================================
--- servicemix/smx4/runtime/trunk/gshell/gshell-osgi/pom.xml (original)
+++ servicemix/smx4/runtime/trunk/gshell/gshell-osgi/pom.xml Mon Dec 31 08:02:47 2007
@@ -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.servicemix.runtime.gshell</groupId>
         <artifactId>gshell</artifactId>
-        <version>1.0-m1-SNAPSHOT</version>
+        <version>1.0-m1</version>
     </parent>
 
     <groupId>org.apache.servicemix.runtime.gshell</groupId>
     <artifactId>org.apache.servicemix.runtime.gshell.osgi</artifactId>
     <packaging>bundle</packaging>
-    <version>1.0-m1-SNAPSHOT</version>
+    <version>1.0-m1</version>
     <name>ServiceMix Runtime :: GShell OSGi Commands</name>
 
     <description>
@@ -42,7 +41,7 @@
         <dependency>
             <groupId>org.apache.servicemix.runtime.gshell</groupId>
             <artifactId>org.apache.servicemix.runtime.gshell.core</artifactId>
-            <version>1.0-m1-SNAPSHOT</version>
+            <version>1.0-m1</version>
         </dependency>
 
         <dependency>

Modified: servicemix/smx4/runtime/trunk/gshell/gshell-wrapper/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/runtime/trunk/gshell/gshell-wrapper/pom.xml?rev=607744&r1=607743&r2=607744&view=diff
==============================================================================
--- servicemix/smx4/runtime/trunk/gshell/gshell-wrapper/pom.xml (original)
+++ servicemix/smx4/runtime/trunk/gshell/gshell-wrapper/pom.xml Mon Dec 31 08:02:47 2007
@@ -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.servicemix.runtime.gshell</groupId>
         <artifactId>gshell</artifactId>
-        <version>1.0-m1-SNAPSHOT</version>
+        <version>1.0-m1</version>
     </parent>
 
     <groupId>org.apache.servicemix.runtime.gshell</groupId>
     <artifactId>org.apache.servicemix.runtime.gshell.wrapper</artifactId>
     <packaging>bundle</packaging>
-    <version>1.0-m1-SNAPSHOT</version>
+    <version>1.0-m1</version>
     <name>ServiceMix Runtime :: GShell Service Wrapper</name>
 
     <description>
@@ -54,7 +53,7 @@
       <dependency>
           <groupId>org.apache.servicemix.runtime.gshell</groupId>
           <artifactId>org.apache.servicemix.runtime.gshell.core</artifactId>
-          <version>1.0-m1-SNAPSHOT</version>
+          <version>1.0-m1</version>
       </dependency>
 
       <dependency>

Modified: servicemix/smx4/runtime/trunk/gshell/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/runtime/trunk/gshell/pom.xml?rev=607744&r1=607743&r2=607744&view=diff
==============================================================================
--- servicemix/smx4/runtime/trunk/gshell/pom.xml (original)
+++ servicemix/smx4/runtime/trunk/gshell/pom.xml Mon Dec 31 08:02:47 2007
@@ -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.servicemix.runtime</groupId>
         <artifactId>runtime</artifactId>
-        <version>1.0-m1-SNAPSHOT</version>
+        <version>1.0-m1</version>
     </parent>
 
     <groupId>org.apache.servicemix.runtime.gshell</groupId>
     <artifactId>gshell</artifactId>
     <packaging>pom</packaging>
-    <version>1.0-m1-SNAPSHOT</version>
+    <version>1.0-m1</version>
     <name>ServiceMix Runtime :: GShell</name>
 
     <modules>

Modified: servicemix/smx4/runtime/trunk/main/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/runtime/trunk/main/pom.xml?rev=607744&r1=607743&r2=607744&view=diff
==============================================================================
--- servicemix/smx4/runtime/trunk/main/pom.xml (original)
+++ servicemix/smx4/runtime/trunk/main/pom.xml Mon Dec 31 08:02:47 2007
@@ -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,12 +24,12 @@
     <parent>
       <groupId>org.apache.servicemix.runtime</groupId>
       <artifactId>runtime</artifactId>
-      <version>1.0-m1-SNAPSHOT</version>
+      <version>1.0-m1</version>
     </parent>
 
     <artifactId>org.apache.servicemix.runtime.main</artifactId>
     <packaging>bundle</packaging>
-    <version>1.0-m1-SNAPSHOT</version>
+    <version>1.0-m1</version>
     <name>ServiceMix Runtime :: Main</name>
 
     <dependencies>

Modified: servicemix/smx4/runtime/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/runtime/trunk/pom.xml?rev=607744&r1=607743&r2=607744&view=diff
==============================================================================
--- servicemix/smx4/runtime/trunk/pom.xml (original)
+++ servicemix/smx4/runtime/trunk/pom.xml Mon Dec 31 08:02:47 2007
@@ -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">
 
   <!--
 
@@ -31,7 +30,7 @@
   <groupId>org.apache.servicemix.runtime</groupId>
   <artifactId>runtime</artifactId>
   <packaging>pom</packaging>
-  <version>1.0-m1-SNAPSHOT</version>
+  <version>1.0-m1</version>
   <name>Apache ServiceMix Runtime</name>
 
   <modules>
@@ -44,9 +43,9 @@
   </modules>
 
   <scm>
-      <connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/smx4/runtime/trunk</connection>
-      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/smx4/runtime/trunk</developerConnection>
-      <url>http://svn.apache.org/viewvc/servicemix/smx4/runtime/trunk/</url>
+      <connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/smx4/runtime/tags/runtime-1.0-m1</connection>
+      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/smx4/runtime/tags/runtime-1.0-m1</developerConnection>
+      <url>http://svn.apache.org/viewvc/servicemix/smx4/runtime/tags/runtime-1.0-m1</url>
 
   </scm>
   <issueManagement>

Modified: servicemix/smx4/runtime/trunk/testing/depends-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/runtime/trunk/testing/depends-maven-plugin/pom.xml?rev=607744&r1=607743&r2=607744&view=diff
==============================================================================
--- servicemix/smx4/runtime/trunk/testing/depends-maven-plugin/pom.xml (original)
+++ servicemix/smx4/runtime/trunk/testing/depends-maven-plugin/pom.xml Mon Dec 31 08:02:47 2007
@@ -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.servicemix.runtime.testing</groupId>
         <artifactId>testing</artifactId>
-        <version>1.0-m1-SNAPSHOT</version>
+        <version>1.0-m1</version>
     </parent>
 
     <groupId>org.apache.servicemix.runtime.testing</groupId>
     <artifactId>depends-maven-plugin</artifactId>
     <packaging>maven-plugin</packaging>
-    <version>1.0-m1-SNAPSHOT</version>
+    <version>1.0-m1</version>
     <name>ServiceMix Runtime :: Testing - Depends plugin</name>
 
     <dependencies>

Modified: servicemix/smx4/runtime/trunk/testing/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/runtime/trunk/testing/pom.xml?rev=607744&r1=607743&r2=607744&view=diff
==============================================================================
--- servicemix/smx4/runtime/trunk/testing/pom.xml (original)
+++ servicemix/smx4/runtime/trunk/testing/pom.xml Mon Dec 31 08:02:47 2007
@@ -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.servicemix.runtime</groupId>
         <artifactId>runtime</artifactId>
-        <version>1.0-m1-SNAPSHOT</version>
+        <version>1.0-m1</version>
     </parent>
 
     <groupId>org.apache.servicemix.runtime.testing</groupId>
     <artifactId>testing</artifactId>
     <packaging>pom</packaging>
-    <version>1.0-m1-SNAPSHOT</version>
+    <version>1.0-m1</version>
     <name>ServiceMix Runtime :: Testing</name>
 
     <modules>

Modified: servicemix/smx4/runtime/trunk/testing/support/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/runtime/trunk/testing/support/pom.xml?rev=607744&r1=607743&r2=607744&view=diff
==============================================================================
--- servicemix/smx4/runtime/trunk/testing/support/pom.xml (original)
+++ servicemix/smx4/runtime/trunk/testing/support/pom.xml Mon Dec 31 08:02:47 2007
@@ -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.servicemix.runtime.testing</groupId>
       <artifactId>testing</artifactId>
-      <version>1.0-m1-SNAPSHOT</version>
+      <version>1.0-m1</version>
   </parent>
 
   <groupId>org.apache.servicemix.runtime.testing</groupId>
   <artifactId>org.apache.servicemix.runtime.testing.support</artifactId>
   <packaging>bundle</packaging>
-  <version>1.0-m1-SNAPSHOT</version>
+  <version>1.0-m1</version>
   <name>ServiceMix Runtime :: Testing - Support</name>
 
   <dependencies>
@@ -124,17 +123,17 @@
       <dependency>
           <groupId>org.apache.servicemix.bundles</groupId>
           <artifactId>org.apache.servicemix.bundles.aopalliance-${aopalliance.version}</artifactId>
-          <version>1.0-m1-SNAPSHOT</version>
+          <version>1.0-m1</version>
       </dependency>
       <dependency>
           <groupId>org.apache.servicemix.bundles</groupId>
           <artifactId>org.apache.servicemix.bundles.asm-${asm.version}</artifactId>
-          <version>1.0-m1-SNAPSHOT</version>
+          <version>1.0-m1</version>
       </dependency>
       <dependency>
           <groupId>org.apache.servicemix.bundles</groupId>
           <artifactId>org.apache.servicemix.bundles.junit-${junit.version}</artifactId>
-          <version>1.0-m1-SNAPSHOT</version>
+          <version>1.0-m1</version>
       </dependency>
   </dependencies>