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 2008/04/16 10:27:54 UTC

svn commit: r648615 - in /servicemix/smx4/features/trunk: ./ activemq/ activemq/activemq-osgi/ assembly/ camel/ camel/bundles/ camel/bundles/jaxb-api/ camel/bundles/jaxb-impl/ camel/servicemix-camel/ cxf/ cxf/bundles/ cxf/bundles/cxf/ cxf/bundles/jaxws...

Author: gnodet
Date: Wed Apr 16 01:27:48 2008
New Revision: 648615

URL: http://svn.apache.org/viewvc?rev=648615&view=rev
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
    servicemix/smx4/features/trunk/activemq/activemq-osgi/pom.xml
    servicemix/smx4/features/trunk/activemq/pom.xml
    servicemix/smx4/features/trunk/assembly/pom.xml
    servicemix/smx4/features/trunk/camel/bundles/jaxb-api/pom.xml
    servicemix/smx4/features/trunk/camel/bundles/jaxb-impl/pom.xml
    servicemix/smx4/features/trunk/camel/bundles/pom.xml
    servicemix/smx4/features/trunk/camel/pom.xml
    servicemix/smx4/features/trunk/camel/servicemix-camel/pom.xml
    servicemix/smx4/features/trunk/cxf/bundles/cxf/pom.xml
    servicemix/smx4/features/trunk/cxf/bundles/jaxws-api/pom.xml
    servicemix/smx4/features/trunk/cxf/bundles/neethi/pom.xml
    servicemix/smx4/features/trunk/cxf/bundles/pom.xml
    servicemix/smx4/features/trunk/cxf/bundles/saaj-impl/pom.xml
    servicemix/smx4/features/trunk/cxf/bundles/wsdl4j/pom.xml
    servicemix/smx4/features/trunk/cxf/bundles/xmlresolver/pom.xml
    servicemix/smx4/features/trunk/cxf/bundles/xmlschema/pom.xml
    servicemix/smx4/features/trunk/cxf/cxf-binding-nmr/pom.xml
    servicemix/smx4/features/trunk/cxf/cxf-transport-nmr/pom.xml
    servicemix/smx4/features/trunk/cxf/cxf-transport-osgi/pom.xml
    servicemix/smx4/features/trunk/cxf/pom.xml
    servicemix/smx4/features/trunk/examples/camel-nmr/pom.xml
    servicemix/smx4/features/trunk/examples/camel-osgi/pom.xml
    servicemix/smx4/features/trunk/examples/cxf-camel-nmr/pom.xml
    servicemix/smx4/features/trunk/examples/cxf-nmr/pom.xml
    servicemix/smx4/features/trunk/examples/cxf-osgi/pom.xml
    servicemix/smx4/features/trunk/examples/pom.xml
    servicemix/smx4/features/trunk/management/acegi/pom.xml
    servicemix/smx4/features/trunk/management/core/pom.xml
    servicemix/smx4/features/trunk/management/pom.xml
    servicemix/smx4/features/trunk/pom.xml
    servicemix/smx4/features/trunk/transaction/bundles/howl/pom.xml
    servicemix/smx4/features/trunk/transaction/bundles/jencks/pom.xml
    servicemix/smx4/features/trunk/transaction/bundles/pom.xml
    servicemix/smx4/features/trunk/transaction/pom.xml
    servicemix/smx4/features/trunk/transaction/transaction/pom.xml
    servicemix/smx4/features/trunk/war/bundles/jasper/pom.xml
    servicemix/smx4/features/trunk/war/bundles/pom.xml
    servicemix/smx4/features/trunk/war/deployer/pom.xml
    servicemix/smx4/features/trunk/war/pom.xml

Modified: servicemix/smx4/features/trunk/activemq/activemq-osgi/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/activemq/activemq-osgi/pom.xml?rev=648615&r1=648614&r2=648615&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/activemq/activemq-osgi/pom.xml (original)
+++ servicemix/smx4/features/trunk/activemq/activemq-osgi/pom.xml Wed Apr 16 01:27:48 2008
@@ -23,13 +23,13 @@
     <parent>
 	    <groupId>org.apache.servicemix.activemq</groupId>
 	    <artifactId>activemq</artifactId>
-        <version>4.0-m1</version>
+        <version>4.0-m2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.activemq</groupId>
     <artifactId>org.apache.servicemix.activemq</artifactId>
     <packaging>bundle</packaging>
-    <version>4.0-m1</version>
+    <version>4.0-m2-SNAPSHOT</version>
     <name>Apache ServiceMix Features :: ActiveMQ</name>
     
     <properties>

Modified: servicemix/smx4/features/trunk/activemq/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/activemq/pom.xml?rev=648615&r1=648614&r2=648615&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/activemq/pom.xml (original)
+++ servicemix/smx4/features/trunk/activemq/pom.xml Wed Apr 16 01:27:48 2008
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.features</groupId>
         <artifactId>features</artifactId>
-        <version>4.0-m1</version>
+        <version>4.0-m2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.activemq</groupId>
     <artifactId>activemq</artifactId>
     <packaging>pom</packaging>
-    <version>4.0-m1</version>
+    <version>4.0-m2-SNAPSHOT</version>
     <name>Apache ServiceMix Features :: ActiveMQ</name>
 
     <modules>

Modified: servicemix/smx4/features/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/assembly/pom.xml?rev=648615&r1=648614&r2=648615&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/assembly/pom.xml (original)
+++ servicemix/smx4/features/trunk/assembly/pom.xml Wed Apr 16 01:27:48 2008
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.features</groupId>
         <artifactId>features</artifactId>
-        <version>4.0-m1</version>
+        <version>4.0-m2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.features</groupId>
     <artifactId>apache-servicemix</artifactId>
     <packaging>pom</packaging>
-    <version>4.0-m1</version>
+    <version>4.0-m2-SNAPSHOT</version>
     <name>Apache ServiceMix Features :: Assembly</name>
 
     <dependencies>

Modified: servicemix/smx4/features/trunk/camel/bundles/jaxb-api/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/camel/bundles/jaxb-api/pom.xml?rev=648615&r1=648614&r2=648615&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/camel/bundles/jaxb-api/pom.xml (original)
+++ servicemix/smx4/features/trunk/camel/bundles/jaxb-api/pom.xml Wed Apr 16 01:27:48 2008
@@ -23,12 +23,12 @@
     <parent>
         <groupId>org.apache.servicemix.camel.bundles</groupId>
         <artifactId>bundles</artifactId>
-        <version>4.0-m1</version>
+        <version>4.0-m2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>${pom.groupId}.${pkgArtifactId}-${pkgVersion}</artifactId>
-    <version>4.0-m1</version>
+    <version>4.0-m2-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix OSGI Common Bundles: ${pkgArtifactId}</name>
     <description>

Modified: servicemix/smx4/features/trunk/camel/bundles/jaxb-impl/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/camel/bundles/jaxb-impl/pom.xml?rev=648615&r1=648614&r2=648615&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/camel/bundles/jaxb-impl/pom.xml (original)
+++ servicemix/smx4/features/trunk/camel/bundles/jaxb-impl/pom.xml Wed Apr 16 01:27:48 2008
@@ -23,12 +23,12 @@
     <parent>
         <groupId>org.apache.servicemix.camel.bundles</groupId>
         <artifactId>bundles</artifactId>
-        <version>4.0-m1</version>
+        <version>4.0-m2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>${pom.groupId}.${pkgArtifactId}-${pkgVersion}</artifactId>
-    <version>4.0-m1</version>
+    <version>4.0-m2-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix OSGI Common Bundles: ${pkgArtifactId}</name>
     <description>

Modified: servicemix/smx4/features/trunk/camel/bundles/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/camel/bundles/pom.xml?rev=648615&r1=648614&r2=648615&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/camel/bundles/pom.xml (original)
+++ servicemix/smx4/features/trunk/camel/bundles/pom.xml Wed Apr 16 01:27:48 2008
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.apache.servicemix.camel</groupId>
         <artifactId>camel</artifactId>
-        <version>4.0-m1</version>
+        <version>4.0-m2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.camel.bundles</groupId>
     <artifactId>bundles</artifactId>
     <packaging>pom</packaging>
-    <version>4.0-m1</version>
+    <version>4.0-m2-SNAPSHOT</version>
     <name>Apache ServiceMix OSGI Common Bundles</name>
 
     <modules>

Modified: servicemix/smx4/features/trunk/camel/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/camel/pom.xml?rev=648615&r1=648614&r2=648615&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/camel/pom.xml (original)
+++ servicemix/smx4/features/trunk/camel/pom.xml Wed Apr 16 01:27:48 2008
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.features</groupId>
         <artifactId>features</artifactId>
-        <version>4.0-m1</version>
+        <version>4.0-m2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.camel</groupId>
     <artifactId>camel</artifactId>
     <packaging>pom</packaging>
-    <version>4.0-m1</version>
+    <version>4.0-m2-SNAPSHOT</version>
     <name>Apache ServiceMix Features :: Camel</name>
 
     <modules>

Modified: servicemix/smx4/features/trunk/camel/servicemix-camel/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/camel/servicemix-camel/pom.xml?rev=648615&r1=648614&r2=648615&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/camel/servicemix-camel/pom.xml (original)
+++ servicemix/smx4/features/trunk/camel/servicemix-camel/pom.xml Wed Apr 16 01:27:48 2008
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.camel</groupId>
         <artifactId>camel</artifactId>
-        <version>4.0-m1</version>
+        <version>4.0-m2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.camel</groupId>
     <artifactId>org.apache.servicemix.camel.component</artifactId>
     <packaging>bundle</packaging>
-    <version>4.0-m1</version>
+    <version>4.0-m2-SNAPSHOT</version>
     <name>Apache ServiceMix Camel Component</name>
 
     <dependencies>

Modified: servicemix/smx4/features/trunk/cxf/bundles/cxf/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/cxf/bundles/cxf/pom.xml?rev=648615&r1=648614&r2=648615&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/cxf/bundles/cxf/pom.xml (original)
+++ servicemix/smx4/features/trunk/cxf/bundles/cxf/pom.xml Wed Apr 16 01:27:48 2008
@@ -23,12 +23,12 @@
     <parent>
         <groupId>org.apache.servicemix.cxf.bundles</groupId>
         <artifactId>bundles</artifactId>
-        <version>4.0-m1</version>
+        <version>4.0-m2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.cxf-2.0.5</artifactId>
-    <version>4.0-m1</version>
+    <version>4.0-m2-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix OSGI Common Bundles: cxf</name>
     <description>

Modified: servicemix/smx4/features/trunk/cxf/bundles/jaxws-api/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/cxf/bundles/jaxws-api/pom.xml?rev=648615&r1=648614&r2=648615&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/cxf/bundles/jaxws-api/pom.xml (original)
+++ servicemix/smx4/features/trunk/cxf/bundles/jaxws-api/pom.xml Wed Apr 16 01:27:48 2008
@@ -23,12 +23,12 @@
     <parent>
         <groupId>org.apache.servicemix.cxf.bundles</groupId>
         <artifactId>bundles</artifactId>
-        <version>4.0-m1</version>
+        <version>4.0-m2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.jaxws-api-2.0</artifactId>
-    <version>4.0-m1</version>
+    <version>4.0-m2-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix OSGI Common Bundles: ${pkgArtifactId}</name>
     <description>
@@ -59,7 +59,7 @@
         <dependency>
 		    <groupId>org.apache.servicemix.bundles</groupId>
             <artifactId>org.apache.servicemix.bundles.jaxb-api-2.0</artifactId>
-            <version>4.0-m1</version>
+            <version>4.0-m2-SNAPSHOT</version>
         </dependency>
         <dependency>
 		    <groupId>org.apache.geronimo.specs</groupId>

Modified: servicemix/smx4/features/trunk/cxf/bundles/neethi/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/cxf/bundles/neethi/pom.xml?rev=648615&r1=648614&r2=648615&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/cxf/bundles/neethi/pom.xml (original)
+++ servicemix/smx4/features/trunk/cxf/bundles/neethi/pom.xml Wed Apr 16 01:27:48 2008
@@ -23,12 +23,12 @@
     <parent>
         <groupId>org.apache.servicemix.cxf.bundles</groupId>
         <artifactId>bundles</artifactId>
-        <version>4.0-m1</version>
+        <version>4.0-m2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.neethi-2.0.2</artifactId>
-    <version>4.0-m1</version>
+    <version>4.0-m2-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix OSGI Common Bundles: ${pkgArtifactId}</name>
     <description>

Modified: servicemix/smx4/features/trunk/cxf/bundles/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/cxf/bundles/pom.xml?rev=648615&r1=648614&r2=648615&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/cxf/bundles/pom.xml (original)
+++ servicemix/smx4/features/trunk/cxf/bundles/pom.xml Wed Apr 16 01:27:48 2008
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.apache.servicemix.cxf</groupId>
         <artifactId>cxf</artifactId>
-        <version>4.0-m1</version>
+        <version>4.0-m2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.cxf.bundles</groupId>
     <artifactId>bundles</artifactId>
     <packaging>pom</packaging>
-    <version>4.0-m1</version>
+    <version>4.0-m2-SNAPSHOT</version>
     <name>Apache ServiceMix OSGI Common Bundles</name>
 
     <modules>

Modified: servicemix/smx4/features/trunk/cxf/bundles/saaj-impl/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/cxf/bundles/saaj-impl/pom.xml?rev=648615&r1=648614&r2=648615&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/cxf/bundles/saaj-impl/pom.xml (original)
+++ servicemix/smx4/features/trunk/cxf/bundles/saaj-impl/pom.xml Wed Apr 16 01:27:48 2008
@@ -23,12 +23,12 @@
     <parent>
         <groupId>org.apache.servicemix.cxf.bundles</groupId>
         <artifactId>bundles</artifactId>
-        <version>4.0-m1</version>
+        <version>4.0-m2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.saaj-impl-1.3</artifactId>
-    <version>4.0-m1</version>
+    <version>4.0-m2-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix OSGI Common Bundles: ${pkgArtifactId}</name>
     <description>

Modified: servicemix/smx4/features/trunk/cxf/bundles/wsdl4j/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/cxf/bundles/wsdl4j/pom.xml?rev=648615&r1=648614&r2=648615&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/cxf/bundles/wsdl4j/pom.xml (original)
+++ servicemix/smx4/features/trunk/cxf/bundles/wsdl4j/pom.xml Wed Apr 16 01:27:48 2008
@@ -23,12 +23,12 @@
     <parent>
         <groupId>org.apache.servicemix.cxf.bundles</groupId>
         <artifactId>bundles</artifactId>
-        <version>4.0-m1</version>
+        <version>4.0-m2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.wsdl4j-1.6.1</artifactId>
-    <version>4.0-m1</version>
+    <version>4.0-m2-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix OSGI Common Bundles: ${pkgArtifactId}</name>
     <description>

Modified: servicemix/smx4/features/trunk/cxf/bundles/xmlresolver/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/cxf/bundles/xmlresolver/pom.xml?rev=648615&r1=648614&r2=648615&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/cxf/bundles/xmlresolver/pom.xml (original)
+++ servicemix/smx4/features/trunk/cxf/bundles/xmlresolver/pom.xml Wed Apr 16 01:27:48 2008
@@ -23,12 +23,12 @@
     <parent>
         <groupId>org.apache.servicemix.cxf.bundles</groupId>
         <artifactId>bundles</artifactId>
-        <version>4.0-m1</version>
+        <version>4.0-m2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.xmlresolver-1.2</artifactId>
-    <version>4.0-m1</version>
+    <version>4.0-m2-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix OSGI Common Bundles: ${pkgArtifactId}</name>
     <description>

Modified: servicemix/smx4/features/trunk/cxf/bundles/xmlschema/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/cxf/bundles/xmlschema/pom.xml?rev=648615&r1=648614&r2=648615&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/cxf/bundles/xmlschema/pom.xml (original)
+++ servicemix/smx4/features/trunk/cxf/bundles/xmlschema/pom.xml Wed Apr 16 01:27:48 2008
@@ -23,12 +23,12 @@
     <parent>
         <groupId>org.apache.servicemix.cxf.bundles</groupId>
         <artifactId>bundles</artifactId>
-        <version>4.0-m1</version>
+        <version>4.0-m2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.xmlschema-1.3.2</artifactId>
-    <version>4.0-m1</version>
+    <version>4.0-m2-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix OSGI Common Bundles: ${pkgArtifactId}</name>
     <description>

Modified: servicemix/smx4/features/trunk/cxf/cxf-binding-nmr/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/cxf/cxf-binding-nmr/pom.xml?rev=648615&r1=648614&r2=648615&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/cxf/cxf-binding-nmr/pom.xml (original)
+++ servicemix/smx4/features/trunk/cxf/cxf-binding-nmr/pom.xml Wed Apr 16 01:27:48 2008
@@ -23,13 +23,13 @@
     <parent>
 	    <groupId>org.apache.servicemix.cxf</groupId>
 	    <artifactId>cxf</artifactId>
-        <version>4.0-m1</version>
+        <version>4.0-m2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.cxf</groupId>
     <artifactId>org.apache.servicemix.cxf.binding.nmr</artifactId>
     <packaging>bundle</packaging>
-    <version>4.0-m1</version>
+    <version>4.0-m2-SNAPSHOT</version>
     <name>Apache ServiceMix CXF Binding for NMR</name>
 
     <dependencies>

Modified: servicemix/smx4/features/trunk/cxf/cxf-transport-nmr/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/cxf/cxf-transport-nmr/pom.xml?rev=648615&r1=648614&r2=648615&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/cxf/cxf-transport-nmr/pom.xml (original)
+++ servicemix/smx4/features/trunk/cxf/cxf-transport-nmr/pom.xml Wed Apr 16 01:27:48 2008
@@ -23,13 +23,13 @@
     <parent>
 	    <groupId>org.apache.servicemix.cxf</groupId>
 	    <artifactId>cxf</artifactId>
-        <version>4.0-m1</version>
+        <version>4.0-m2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.cxf</groupId>
     <artifactId>org.apache.servicemix.cxf.transport.nmr</artifactId>
     <packaging>bundle</packaging>
-    <version>4.0-m1</version>
+    <version>4.0-m2-SNAPSHOT</version>
     <name>Apache ServiceMix CXF Transport for NMR</name>
 
     <dependencies>

Modified: servicemix/smx4/features/trunk/cxf/cxf-transport-osgi/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/cxf/cxf-transport-osgi/pom.xml?rev=648615&r1=648614&r2=648615&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/cxf/cxf-transport-osgi/pom.xml (original)
+++ servicemix/smx4/features/trunk/cxf/cxf-transport-osgi/pom.xml Wed Apr 16 01:27:48 2008
@@ -23,13 +23,13 @@
     <parent>
 	    <groupId>org.apache.servicemix.cxf</groupId>
 	    <artifactId>cxf</artifactId>
-        <version>4.0-m1</version>
+        <version>4.0-m2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.cxf</groupId>
     <artifactId>org.apache.servicemix.cxf.transport.osgi</artifactId>
     <packaging>bundle</packaging>
-    <version>4.0-m1</version>
+    <version>4.0-m2-SNAPSHOT</version>
     <name>Apache ServiceMix CXF Transport for OSGi</name>
 
     <dependencies>

Modified: servicemix/smx4/features/trunk/cxf/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/cxf/pom.xml?rev=648615&r1=648614&r2=648615&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/cxf/pom.xml (original)
+++ servicemix/smx4/features/trunk/cxf/pom.xml Wed Apr 16 01:27:48 2008
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.apache.servicemix.features</groupId>
         <artifactId>features</artifactId>
-        <version>4.0-m1</version>
+        <version>4.0-m2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.cxf</groupId>
     <artifactId>cxf</artifactId>
     <packaging>pom</packaging>
-    <version>4.0-m1</version>
+    <version>4.0-m2-SNAPSHOT</version>
     <name>Apache ServiceMix CXF Support</name>
 
     <modules>

Modified: servicemix/smx4/features/trunk/examples/camel-nmr/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/camel-nmr/pom.xml?rev=648615&r1=648614&r2=648615&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/camel-nmr/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/camel-nmr/pom.xml Wed Apr 16 01:27:48 2008
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.examples</groupId>
         <artifactId>examples</artifactId>
-        <version>4.0-m1</version>
+        <version>4.0-m2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.examples</groupId>
     <artifactId>camel-nmr</artifactId>
     <packaging>bundle</packaging>
-    <version>4.0-m1</version>
+    <version>4.0-m2-SNAPSHOT</version>
     <name>Apache ServiceMix Example :: Camel NMR</name>
 
     <dependencies>

Modified: servicemix/smx4/features/trunk/examples/camel-osgi/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/camel-osgi/pom.xml?rev=648615&r1=648614&r2=648615&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/camel-osgi/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/camel-osgi/pom.xml Wed Apr 16 01:27:48 2008
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.examples</groupId>
         <artifactId>examples</artifactId>
-        <version>4.0-m1</version>
+        <version>4.0-m2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.examples</groupId>
     <artifactId>camel-osgi</artifactId>
     <packaging>bundle</packaging>
-    <version>4.0-m1</version>
+    <version>4.0-m2-SNAPSHOT</version>
     <name>Apache ServiceMix Example :: Camel OSGi</name>
 
     <dependencies>

Modified: servicemix/smx4/features/trunk/examples/cxf-camel-nmr/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/cxf-camel-nmr/pom.xml?rev=648615&r1=648614&r2=648615&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/cxf-camel-nmr/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/cxf-camel-nmr/pom.xml Wed Apr 16 01:27:48 2008
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.examples</groupId>
         <artifactId>examples</artifactId>
-        <version>4.0-m1</version>
+        <version>4.0-m2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.examples</groupId>
     <artifactId>cxf-camel-nmr</artifactId>
     <packaging>bundle</packaging>
-    <version>4.0-m1</version>
+    <version>4.0-m2-SNAPSHOT</version>
     <name>Apache ServiceMix Example :: CXF-Camel NMR</name>
 
     <dependencies>

Modified: servicemix/smx4/features/trunk/examples/cxf-nmr/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/cxf-nmr/pom.xml?rev=648615&r1=648614&r2=648615&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/cxf-nmr/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/cxf-nmr/pom.xml Wed Apr 16 01:27:48 2008
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.examples</groupId>
         <artifactId>examples</artifactId>
-        <version>4.0-m1</version>
+        <version>4.0-m2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.examples</groupId>
     <artifactId>cxf-nmr</artifactId>
     <packaging>bundle</packaging>
-    <version>4.0-m1</version>
+    <version>4.0-m2-SNAPSHOT</version>
     <name>Apache ServiceMix Example :: CXF NMR</name>
 
     <dependencies>

Modified: servicemix/smx4/features/trunk/examples/cxf-osgi/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/cxf-osgi/pom.xml?rev=648615&r1=648614&r2=648615&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/cxf-osgi/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/cxf-osgi/pom.xml Wed Apr 16 01:27:48 2008
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.examples</groupId>
         <artifactId>examples</artifactId>
-        <version>4.0-m1</version>
+        <version>4.0-m2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.examples</groupId>
     <artifactId>cxf-osgi</artifactId>
     <packaging>bundle</packaging>
-    <version>4.0-m1</version>
+    <version>4.0-m2-SNAPSHOT</version>
     <name>Apache ServiceMix Example :: CXF OSGi</name>
 
     <dependencies>

Modified: servicemix/smx4/features/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/pom.xml?rev=648615&r1=648614&r2=648615&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/pom.xml Wed Apr 16 01:27:48 2008
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.apache.servicemix.features</groupId>
         <artifactId>features</artifactId>
-        <version>4.0-m1</version>
+        <version>4.0-m2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.examples</groupId>
     <artifactId>examples</artifactId>
     <packaging>pom</packaging>
-    <version>4.0-m1</version>
+    <version>4.0-m2-SNAPSHOT</version>
     <name>Apache ServiceMix Examples</name>
 
     <modules>

Modified: servicemix/smx4/features/trunk/management/acegi/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/management/acegi/pom.xml?rev=648615&r1=648614&r2=648615&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/management/acegi/pom.xml (original)
+++ servicemix/smx4/features/trunk/management/acegi/pom.xml Wed Apr 16 01:27:48 2008
@@ -24,13 +24,13 @@
     <parent>
 	    <groupId>org.apache.servicemix.management</groupId>
 	    <artifactId>management</artifactId>
-        <version>4.0-m1</version>
+        <version>4.0-m2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.management</groupId>
     <artifactId>org.apache.servicemix.management.acegi</artifactId>
     <packaging>bundle</packaging>
-    <version>4.0-m1</version>
+    <version>4.0-m2-SNAPSHOT</version>
     <name>Apache ServiceMix Management Acegi</name>
 
     <dependencies>

Modified: servicemix/smx4/features/trunk/management/core/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/management/core/pom.xml?rev=648615&r1=648614&r2=648615&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/management/core/pom.xml (original)
+++ servicemix/smx4/features/trunk/management/core/pom.xml Wed Apr 16 01:27:48 2008
@@ -24,13 +24,13 @@
     <parent>
 	    <groupId>org.apache.servicemix.management</groupId>
 	    <artifactId>management</artifactId>
-        <version>4.0-m1</version>
+        <version>4.0-m2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.management</groupId>
     <artifactId>org.apache.servicemix.management.core</artifactId>
     <packaging>bundle</packaging>
-    <version>4.0-m1</version>
+    <version>4.0-m2-SNAPSHOT</version>
     <name>Apache ServiceMix Management Core</name>
 
     <dependencies>

Modified: servicemix/smx4/features/trunk/management/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/management/pom.xml?rev=648615&r1=648614&r2=648615&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/management/pom.xml (original)
+++ servicemix/smx4/features/trunk/management/pom.xml Wed Apr 16 01:27:48 2008
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.apache.servicemix.features</groupId>
         <artifactId>features</artifactId>
-        <version>4.0-m1</version>
+        <version>4.0-m2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.management</groupId>
     <artifactId>management</artifactId>
     <packaging>pom</packaging>
-    <version>4.0-m1</version>
+    <version>4.0-m2-SNAPSHOT</version>
     <name>Apache ServiceMix Features :: Management</name>
 
     <modules>

Modified: servicemix/smx4/features/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/pom.xml?rev=648615&r1=648614&r2=648615&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/pom.xml (original)
+++ servicemix/smx4/features/trunk/pom.xml Wed Apr 16 01:27:48 2008
@@ -30,7 +30,7 @@
   <groupId>org.apache.servicemix.features</groupId>
   <artifactId>features</artifactId>
   <packaging>pom</packaging>
-  <version>4.0-m1</version>
+  <version>4.0-m2-SNAPSHOT</version>
   <name>Apache ServiceMix Features</name>
   <inceptionYear>2005</inceptionYear>
 
@@ -46,9 +46,9 @@
   </modules>
 
   <scm>
-      <connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/smx4/features/tags/features-4.0-m1</connection>
-      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/smx4/features/tags/features-4.0-m1</developerConnection>
-      <url>http://svn.apache.org/viewvc/servicemix/smx4/features/tags/features-4.0-m1</url>
+      <connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/smx4/features/trunk</connection>
+      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/smx4/features/trunk</developerConnection>
+      <url>http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/</url>
   </scm>
   <issueManagement>
       <system>jira</system>

Modified: servicemix/smx4/features/trunk/transaction/bundles/howl/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/transaction/bundles/howl/pom.xml?rev=648615&r1=648614&r2=648615&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/transaction/bundles/howl/pom.xml (original)
+++ servicemix/smx4/features/trunk/transaction/bundles/howl/pom.xml Wed Apr 16 01:27:48 2008
@@ -23,12 +23,12 @@
     <parent>
         <groupId>org.apache.servicemix.transaction.bundles</groupId>
         <artifactId>bundles</artifactId>
-        <version>4.0-m1</version>
+        <version>4.0-m2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.howl-1.0.1-1</artifactId>
-    <version>4.0-m1</version>
+    <version>4.0-m2-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix OSGI Common Bundles: ${pkgArtifactId}</name>
     <description>

Modified: servicemix/smx4/features/trunk/transaction/bundles/jencks/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/transaction/bundles/jencks/pom.xml?rev=648615&r1=648614&r2=648615&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/transaction/bundles/jencks/pom.xml (original)
+++ servicemix/smx4/features/trunk/transaction/bundles/jencks/pom.xml Wed Apr 16 01:27:48 2008
@@ -23,12 +23,12 @@
     <parent>
         <groupId>org.apache.servicemix.transaction.bundles</groupId>
         <artifactId>bundles</artifactId>
-        <version>4.0-m1</version>
+        <version>4.0-m2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.jencks-2.1</artifactId>
-    <version>4.0-m1</version>
+    <version>4.0-m2-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix OSGI Common Bundles: ${pkgArtifactId}</name>
     <description>

Modified: servicemix/smx4/features/trunk/transaction/bundles/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/transaction/bundles/pom.xml?rev=648615&r1=648614&r2=648615&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/transaction/bundles/pom.xml (original)
+++ servicemix/smx4/features/trunk/transaction/bundles/pom.xml Wed Apr 16 01:27:48 2008
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.apache.servicemix.transaction</groupId>
         <artifactId>transaction</artifactId>
-        <version>4.0-m1</version>
+        <version>4.0-m2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.transaction.bundles</groupId>
     <artifactId>bundles</artifactId>
     <packaging>pom</packaging>
-    <version>4.0-m1</version>
+    <version>4.0-m2-SNAPSHOT</version>
     <name>Apache ServiceMix OSGI Common Bundles</name>
 
     <modules>

Modified: servicemix/smx4/features/trunk/transaction/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/transaction/pom.xml?rev=648615&r1=648614&r2=648615&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/transaction/pom.xml (original)
+++ servicemix/smx4/features/trunk/transaction/pom.xml Wed Apr 16 01:27:48 2008
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.features</groupId>
         <artifactId>features</artifactId>
-        <version>4.0-m1</version>
+        <version>4.0-m2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.transaction</groupId>
     <artifactId>transaction</artifactId>
     <packaging>pom</packaging>
-    <version>4.0-m1</version>
+    <version>4.0-m2-SNAPSHOT</version>
     <name>Apache ServiceMix Features :: Transaction</name> 
 
     <modules>

Modified: servicemix/smx4/features/trunk/transaction/transaction/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/transaction/transaction/pom.xml?rev=648615&r1=648614&r2=648615&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/transaction/transaction/pom.xml (original)
+++ servicemix/smx4/features/trunk/transaction/transaction/pom.xml Wed Apr 16 01:27:48 2008
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.transaction</groupId>
         <artifactId>transaction</artifactId>
-        <version>4.0-m1</version>
+        <version>4.0-m2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.transaction</groupId>
     <artifactId>org.apache.servicemix.transaction</artifactId>
     <packaging>bundle</packaging>
-    <version>4.0-m1</version>
+    <version>4.0-m2-SNAPSHOT</version>
     <name>Apache ServiceMix Features :: Transaction</name> 
 
     <dependencies>

Modified: servicemix/smx4/features/trunk/war/bundles/jasper/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/war/bundles/jasper/pom.xml?rev=648615&r1=648614&r2=648615&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/war/bundles/jasper/pom.xml (original)
+++ servicemix/smx4/features/trunk/war/bundles/jasper/pom.xml Wed Apr 16 01:27:48 2008
@@ -23,12 +23,12 @@
     <parent>
         <groupId>org.apache.servicemix.war.bundles</groupId>
         <artifactId>bundles</artifactId>
-        <version>4.0-m1</version>
+        <version>4.0-m2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>${pom.groupId}.${pkgArtifactId}-${pkgVersion}</artifactId>
-    <version>4.0-m1</version>
+    <version>4.0-m2-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix OSGI Common Bundles: ${pkgArtifactId}</name>
     <description>

Modified: servicemix/smx4/features/trunk/war/bundles/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/war/bundles/pom.xml?rev=648615&r1=648614&r2=648615&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/war/bundles/pom.xml (original)
+++ servicemix/smx4/features/trunk/war/bundles/pom.xml Wed Apr 16 01:27:48 2008
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.apache.servicemix.war</groupId>
         <artifactId>war</artifactId>
-        <version>4.0-m1</version>
+        <version>4.0-m2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.war.bundles</groupId>
     <artifactId>bundles</artifactId>
     <packaging>pom</packaging>
-    <version>4.0-m1</version>
+    <version>4.0-m2-SNAPSHOT</version>
     <name>Apache ServiceMix OSGI Common Bundles</name>
 
     <modules>

Modified: servicemix/smx4/features/trunk/war/deployer/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/war/deployer/pom.xml?rev=648615&r1=648614&r2=648615&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/war/deployer/pom.xml (original)
+++ servicemix/smx4/features/trunk/war/deployer/pom.xml Wed Apr 16 01:27:48 2008
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.war</groupId>
         <artifactId>war</artifactId>
-        <version>4.0-m1</version>
+        <version>4.0-m2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.war</groupId>
     <artifactId>org.apache.servicemix.war.deployer</artifactId>
     <packaging>bundle</packaging>
-    <version>4.0-m1</version>
+    <version>4.0-m2-SNAPSHOT</version>
     <name>Apache ServiceMix WAR Deployer</name>
 
     <dependencies>

Modified: servicemix/smx4/features/trunk/war/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/war/pom.xml?rev=648615&r1=648614&r2=648615&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/war/pom.xml (original)
+++ servicemix/smx4/features/trunk/war/pom.xml Wed Apr 16 01:27:48 2008
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.apache.servicemix.features</groupId>
         <artifactId>features</artifactId>
-        <version>4.0-m1</version>
+        <version>4.0-m2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.war</groupId>
     <artifactId>war</artifactId>
     <packaging>pom</packaging>
-    <version>4.0-m1</version>
+    <version>4.0-m2-SNAPSHOT</version>
     <name>Apache ServiceMix WAR Support</name>
 
     <modules>