You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by cc...@apache.org on 2010/04/19 18:11:25 UTC

svn commit: r935646 - in /servicemix/smx4/nmr/trunk: ./ assembly/ branding/ bundle/ document/ examples/ examples/cluster/ examples/interceptors/ examples/interceptors/endpoint/ examples/interceptors/exchange/ examples/nmr/ examples/nmr/client/ examples...

Author: ccustine
Date: Mon Apr 19 16:11:24 2010
New Revision: 935646

URL: http://svn.apache.org/viewvc?rev=935646&view=rev
Log:
[maven-release-plugin] prepare release nmr-parent-1.2.0

Modified:
    servicemix/smx4/nmr/trunk/assembly/pom.xml
    servicemix/smx4/nmr/trunk/branding/pom.xml
    servicemix/smx4/nmr/trunk/bundle/pom.xml
    servicemix/smx4/nmr/trunk/document/pom.xml
    servicemix/smx4/nmr/trunk/examples/cluster/pom.xml
    servicemix/smx4/nmr/trunk/examples/interceptors/endpoint/pom.xml
    servicemix/smx4/nmr/trunk/examples/interceptors/exchange/pom.xml
    servicemix/smx4/nmr/trunk/examples/interceptors/pom.xml
    servicemix/smx4/nmr/trunk/examples/nmr/client/pom.xml
    servicemix/smx4/nmr/trunk/examples/nmr/endpoint/pom.xml
    servicemix/smx4/nmr/trunk/examples/nmr/pom.xml
    servicemix/smx4/nmr/trunk/examples/pom.xml
    servicemix/smx4/nmr/trunk/jbi/cluster/config/pom.xml
    servicemix/smx4/nmr/trunk/jbi/cluster/engine/pom.xml
    servicemix/smx4/nmr/trunk/jbi/cluster/pom.xml
    servicemix/smx4/nmr/trunk/jbi/cluster/requestor/pom.xml
    servicemix/smx4/nmr/trunk/jbi/commands/pom.xml
    servicemix/smx4/nmr/trunk/jbi/deployer/pom.xml
    servicemix/smx4/nmr/trunk/jbi/itests/pom.xml
    servicemix/smx4/nmr/trunk/jbi/osgi/pom.xml
    servicemix/smx4/nmr/trunk/jbi/pom.xml
    servicemix/smx4/nmr/trunk/jbi/runtime/pom.xml
    servicemix/smx4/nmr/trunk/naming/pom.xml
    servicemix/smx4/nmr/trunk/nmr/api/pom.xml
    servicemix/smx4/nmr/trunk/nmr/audit/pom.xml
    servicemix/smx4/nmr/trunk/nmr/commands/pom.xml
    servicemix/smx4/nmr/trunk/nmr/core/pom.xml
    servicemix/smx4/nmr/trunk/nmr/management/pom.xml
    servicemix/smx4/nmr/trunk/nmr/osgi/pom.xml
    servicemix/smx4/nmr/trunk/nmr/pom.xml
    servicemix/smx4/nmr/trunk/nmr/spring/pom.xml
    servicemix/smx4/nmr/trunk/pom.xml
    servicemix/smx4/nmr/trunk/testing/pom.xml
    servicemix/smx4/nmr/trunk/testing/support/pom.xml
    servicemix/smx4/nmr/trunk/transaction/pom.xml

Modified: servicemix/smx4/nmr/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/assembly/pom.xml?rev=935646&r1=935645&r2=935646&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/assembly/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/assembly/pom.xml Mon Apr 19 16:11:24 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.nmr</groupId>
         <artifactId>nmr-parent</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.nmr</groupId>
@@ -209,22 +209,22 @@
                         <phase>generate-resources</phase>
                         <configuration>
                             <tasks>
-                                <taskdef resource="net/sf/antcontrib/antcontrib.properties" classpathref="maven.plugin.classpath"/>
-                                <property name="ant.regexp.regexpimpl" value="org.apache.tools.ant.util.regexp.Jdk14RegexpRegexp"/>
-                                <property name="mv" value="${felix.karaf.version}"/>
-                                <echo message="Maven version:   ${mv}" />
-                                <propertyregex property="ov.p1" input="${mv}" regexp="(\d+)(?:\.(\d+)(?:\.(\d+))?)?(?:[^a-zA-Z0-9](.*))?" replace="\1" defaultValue="0"/>
-                                <propertyregex property="ov.p2" input="${mv}" regexp="(\d+)(?:\.(\d+)(?:\.(\d+))?)?(?:[^a-zA-Z0-9](.*))?" replace=".\2" defaultValue=".0"/>
-                                <propertyregex property="ov.p3" input="${mv}" regexp="(\d+)(?:\.(\d+)(?:\.(\d+))?)?(?:[^a-zA-Z0-9](.*))?" replace=".\3" defaultValue=".0"/>
-                                <propertyregex property="ov.p4" input="${mv}" regexp="(\d+)(?:\.(\d+)(?:\.(\d+))?)?(?:[^a-zA-Z0-9](.*))?" replace=".\4" defaultValue=""/>
-                                <propertyregex property="ov.p1a" input="${ov.p1}" regexp="(.+)" replace="\1" defaultValue="0"/>
-                                <propertyregex property="ov.p2a" input="${ov.p2}" regexp="(\..+)" replace="\1" defaultValue=".0"/>
-                                <propertyregex property="ov.p3a" input="${ov.p3}" regexp="(\..+)" replace="\1" defaultValue=".0"/>
-                                <propertyregex property="ov.p4a" input="${ov.p4}" regexp="(\..+)" replace="\1" defaultValue=""/>
-                                <property name="ov" value="${ov.p1a}${ov.p2a}${ov.p3a}${ov.p4a}"/>
-                                <echo message="OSGi version:    ${ov}" />
-                                <mkdir dir="target"/>
-                                <echo message="karaf.osgi.version = ${ov}" file="target/filter.txt"/>
+                                <taskdef resource="net/sf/antcontrib/antcontrib.properties" classpathref="maven.plugin.classpath" />
+                                <property name="ant.regexp.regexpimpl" value="org.apache.tools.ant.util.regexp.Jdk14RegexpRegexp" />
+                                <property name="mv" value="${felix.karaf.version}" />
+                                <echo message="Maven version: ${mv}" />
+                                <propertyregex property="ov.p1" input="${mv}" regexp="(\d+)(?:\.(\d+)(?:\.(\d+))?)?(?:[^a-zA-Z0-9](.*))?" replace="\1" defaultValue="0" />
+                                <propertyregex property="ov.p2" input="${mv}" regexp="(\d+)(?:\.(\d+)(?:\.(\d+))?)?(?:[^a-zA-Z0-9](.*))?" replace=".\2" defaultValue=".0" />
+                                <propertyregex property="ov.p3" input="${mv}" regexp="(\d+)(?:\.(\d+)(?:\.(\d+))?)?(?:[^a-zA-Z0-9](.*))?" replace=".\3" defaultValue=".0" />
+                                <propertyregex property="ov.p4" input="${mv}" regexp="(\d+)(?:\.(\d+)(?:\.(\d+))?)?(?:[^a-zA-Z0-9](.*))?" replace=".\4" defaultValue="" />
+                                <propertyregex property="ov.p1a" input="${ov.p1}" regexp="(.+)" replace="\1" defaultValue="0" />
+                                <propertyregex property="ov.p2a" input="${ov.p2}" regexp="(\..+)" replace="\1" defaultValue=".0" />
+                                <propertyregex property="ov.p3a" input="${ov.p3}" regexp="(\..+)" replace="\1" defaultValue=".0" />
+                                <propertyregex property="ov.p4a" input="${ov.p4}" regexp="(\..+)" replace="\1" defaultValue="" />
+                                <property name="ov" value="${ov.p1a}${ov.p2a}${ov.p3a}${ov.p4a}" />
+                                <echo message="OSGi version: ${ov}" />
+                                <mkdir dir="target" />
+                                <echo message="karaf.osgi.version = ${ov}" file="target/filter.txt" />
                             </tasks>
                         </configuration>
                         <goals>

Modified: servicemix/smx4/nmr/trunk/branding/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/branding/pom.xml?rev=935646&r1=935645&r2=935646&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/branding/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/branding/pom.xml Mon Apr 19 16:11:24 2010
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.apache.servicemix.nmr</groupId>
         <artifactId>nmr-parent</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.nmr</groupId>
     <artifactId>org.apache.servicemix.nmr.branding</artifactId>
     <packaging>bundle</packaging>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.2.0</version>
     <name>Apache ServiceMix NMR Branding Support</name>
 
     <build>

Modified: servicemix/smx4/nmr/trunk/bundle/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/bundle/pom.xml?rev=935646&r1=935645&r2=935646&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/bundle/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/bundle/pom.xml Mon Apr 19 16:11:24 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.nmr</groupId>
         <artifactId>nmr-parent</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.nmr</groupId>

Modified: servicemix/smx4/nmr/trunk/document/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/document/pom.xml?rev=935646&r1=935645&r2=935646&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/document/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/document/pom.xml Mon Apr 19 16:11:24 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix.nmr</groupId>
         <artifactId>nmr-parent</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.document</groupId>

Modified: servicemix/smx4/nmr/trunk/examples/cluster/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/examples/cluster/pom.xml?rev=935646&r1=935645&r2=935646&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/examples/cluster/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/examples/cluster/pom.xml Mon Apr 19 16:11:24 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix.nmr.examples</groupId>
         <artifactId>examples</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.nmr.examples</groupId>

Modified: servicemix/smx4/nmr/trunk/examples/interceptors/endpoint/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/examples/interceptors/endpoint/pom.xml?rev=935646&r1=935645&r2=935646&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/examples/interceptors/endpoint/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/examples/interceptors/endpoint/pom.xml Mon Apr 19 16:11:24 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.nmr.examples</groupId>
         <artifactId>org.apache.servicemix.nmr.examples.interceptors</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.nmr.examples.interceptors</groupId>

Modified: servicemix/smx4/nmr/trunk/examples/interceptors/exchange/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/examples/interceptors/exchange/pom.xml?rev=935646&r1=935645&r2=935646&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/examples/interceptors/exchange/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/examples/interceptors/exchange/pom.xml Mon Apr 19 16:11:24 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.nmr.examples</groupId>
         <artifactId>org.apache.servicemix.nmr.examples.interceptors</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.nmr.examples.interceptors</groupId>

Modified: servicemix/smx4/nmr/trunk/examples/interceptors/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/examples/interceptors/pom.xml?rev=935646&r1=935645&r2=935646&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/examples/interceptors/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/examples/interceptors/pom.xml Mon Apr 19 16:11:24 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix.nmr.examples</groupId>
         <artifactId>examples</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.nmr.examples</groupId>

Modified: servicemix/smx4/nmr/trunk/examples/nmr/client/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/examples/nmr/client/pom.xml?rev=935646&r1=935645&r2=935646&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/examples/nmr/client/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/examples/nmr/client/pom.xml Mon Apr 19 16:11:24 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix.nmr.examples</groupId>
         <artifactId>org.apache.servicemix.nmr.examples.nmr</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.nmr.examples</groupId>

Modified: servicemix/smx4/nmr/trunk/examples/nmr/endpoint/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/examples/nmr/endpoint/pom.xml?rev=935646&r1=935645&r2=935646&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/examples/nmr/endpoint/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/examples/nmr/endpoint/pom.xml Mon Apr 19 16:11:24 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix.nmr.examples</groupId>
         <artifactId>org.apache.servicemix.nmr.examples.nmr</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.nmr.examples</groupId>

Modified: servicemix/smx4/nmr/trunk/examples/nmr/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/examples/nmr/pom.xml?rev=935646&r1=935645&r2=935646&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/examples/nmr/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/examples/nmr/pom.xml Mon Apr 19 16:11:24 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix.nmr.examples</groupId>
         <artifactId>examples</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.nmr.examples</groupId>

Modified: servicemix/smx4/nmr/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/examples/pom.xml?rev=935646&r1=935645&r2=935646&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/examples/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/examples/pom.xml Mon Apr 19 16:11:24 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix.nmr</groupId>
         <artifactId>nmr-parent</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.nmr.examples</groupId>

Modified: servicemix/smx4/nmr/trunk/jbi/cluster/config/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/jbi/cluster/config/pom.xml?rev=935646&r1=935645&r2=935646&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/jbi/cluster/config/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/jbi/cluster/config/pom.xml Mon Apr 19 16:11:24 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix.jbi.cluster</groupId>
         <artifactId>cluster</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.jbi.cluster</groupId>

Modified: servicemix/smx4/nmr/trunk/jbi/cluster/engine/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/jbi/cluster/engine/pom.xml?rev=935646&r1=935645&r2=935646&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/jbi/cluster/engine/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/jbi/cluster/engine/pom.xml Mon Apr 19 16:11:24 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix.jbi.cluster</groupId>
         <artifactId>cluster</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.jbi.cluster</groupId>

Modified: servicemix/smx4/nmr/trunk/jbi/cluster/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/jbi/cluster/pom.xml?rev=935646&r1=935645&r2=935646&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/jbi/cluster/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/jbi/cluster/pom.xml Mon Apr 19 16:11:24 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix.jbi</groupId>
         <artifactId>jbi</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.jbi.cluster</groupId>

Modified: servicemix/smx4/nmr/trunk/jbi/cluster/requestor/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/jbi/cluster/requestor/pom.xml?rev=935646&r1=935645&r2=935646&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/jbi/cluster/requestor/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/jbi/cluster/requestor/pom.xml Mon Apr 19 16:11:24 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix.jbi.cluster</groupId>
         <artifactId>cluster</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.jbi.cluster</groupId>

Modified: servicemix/smx4/nmr/trunk/jbi/commands/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/jbi/commands/pom.xml?rev=935646&r1=935645&r2=935646&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/jbi/commands/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/jbi/commands/pom.xml Mon Apr 19 16:11:24 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix.jbi</groupId>
         <artifactId>jbi</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.jbi</groupId>

Modified: servicemix/smx4/nmr/trunk/jbi/deployer/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/jbi/deployer/pom.xml?rev=935646&r1=935645&r2=935646&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/jbi/deployer/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/jbi/deployer/pom.xml Mon Apr 19 16:11:24 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix.jbi</groupId>
         <artifactId>jbi</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.jbi</groupId>

Modified: servicemix/smx4/nmr/trunk/jbi/itests/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/jbi/itests/pom.xml?rev=935646&r1=935645&r2=935646&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/jbi/itests/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/jbi/itests/pom.xml Mon Apr 19 16:11:24 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix.jbi</groupId>
         <artifactId>jbi</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.jbi</groupId>

Modified: servicemix/smx4/nmr/trunk/jbi/osgi/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/jbi/osgi/pom.xml?rev=935646&r1=935645&r2=935646&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/jbi/osgi/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/jbi/osgi/pom.xml Mon Apr 19 16:11:24 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix.jbi</groupId>
         <artifactId>jbi</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.jbi</groupId>

Modified: servicemix/smx4/nmr/trunk/jbi/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/jbi/pom.xml?rev=935646&r1=935645&r2=935646&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/jbi/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/jbi/pom.xml Mon Apr 19 16:11:24 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix.nmr</groupId>
         <artifactId>nmr-parent</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.jbi</groupId>

Modified: servicemix/smx4/nmr/trunk/jbi/runtime/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/jbi/runtime/pom.xml?rev=935646&r1=935645&r2=935646&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/jbi/runtime/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/jbi/runtime/pom.xml Mon Apr 19 16:11:24 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix.jbi</groupId>
         <artifactId>jbi</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.jbi</groupId>

Modified: servicemix/smx4/nmr/trunk/naming/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/naming/pom.xml?rev=935646&r1=935645&r2=935646&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/naming/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/naming/pom.xml Mon Apr 19 16:11:24 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix.nmr</groupId>
         <artifactId>nmr-parent</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.naming</groupId>

Modified: servicemix/smx4/nmr/trunk/nmr/api/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/nmr/api/pom.xml?rev=935646&r1=935645&r2=935646&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/nmr/api/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/nmr/api/pom.xml Mon Apr 19 16:11:24 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix.nmr</groupId>
         <artifactId>nmr</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.nmr</groupId>

Modified: servicemix/smx4/nmr/trunk/nmr/audit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/nmr/audit/pom.xml?rev=935646&r1=935645&r2=935646&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/nmr/audit/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/nmr/audit/pom.xml Mon Apr 19 16:11:24 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix.nmr</groupId>
         <artifactId>nmr</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.nmr</groupId>

Modified: servicemix/smx4/nmr/trunk/nmr/commands/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/nmr/commands/pom.xml?rev=935646&r1=935645&r2=935646&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/nmr/commands/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/nmr/commands/pom.xml Mon Apr 19 16:11:24 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix.nmr</groupId>
         <artifactId>nmr</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.nmr</groupId>

Modified: servicemix/smx4/nmr/trunk/nmr/core/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/nmr/core/pom.xml?rev=935646&r1=935645&r2=935646&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/nmr/core/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/nmr/core/pom.xml Mon Apr 19 16:11:24 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix.nmr</groupId>
         <artifactId>nmr</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.nmr</groupId>

Modified: servicemix/smx4/nmr/trunk/nmr/management/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/nmr/management/pom.xml?rev=935646&r1=935645&r2=935646&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/nmr/management/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/nmr/management/pom.xml Mon Apr 19 16:11:24 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix.nmr</groupId>
         <artifactId>nmr</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
     </parent>
 
     <properties>

Modified: servicemix/smx4/nmr/trunk/nmr/osgi/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/nmr/osgi/pom.xml?rev=935646&r1=935645&r2=935646&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/nmr/osgi/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/nmr/osgi/pom.xml Mon Apr 19 16:11:24 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix.nmr</groupId>
         <artifactId>nmr</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.nmr</groupId>

Modified: servicemix/smx4/nmr/trunk/nmr/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/nmr/pom.xml?rev=935646&r1=935645&r2=935646&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/nmr/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/nmr/pom.xml Mon Apr 19 16:11:24 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix.nmr</groupId>
         <artifactId>nmr-parent</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.nmr</groupId>

Modified: servicemix/smx4/nmr/trunk/nmr/spring/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/nmr/spring/pom.xml?rev=935646&r1=935645&r2=935646&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/nmr/spring/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/nmr/spring/pom.xml Mon Apr 19 16:11:24 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix.nmr</groupId>
         <artifactId>nmr</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.nmr</groupId>

Modified: servicemix/smx4/nmr/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/pom.xml?rev=935646&r1=935645&r2=935646&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/pom.xml Mon Apr 19 16:11:24 2010
@@ -29,7 +29,7 @@
   <groupId>org.apache.servicemix.nmr</groupId>
   <artifactId>nmr-parent</artifactId>
   <packaging>pom</packaging>
-  <version>1.1.0-SNAPSHOT</version>
+  <version>1.2.0</version>
   <name>Apache ServiceMix NMR</name>
 
   <modules>
@@ -46,9 +46,9 @@
   </modules>
 
   <scm>
-      <connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/smx4/nmr/trunk</connection>
-      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/smx4/nmr/trunk</developerConnection>
-      <url>http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/</url>
+      <connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/smx4/nmr/tags/nmr-parent-1.2.0</connection>
+      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/smx4/nmr/tags/nmr-parent-1.2.0</developerConnection>
+      <url>http://svn.apache.org/viewvc/servicemix/smx4/nmr/tags/nmr-parent-1.2.0</url>
   </scm>
 
   <issueManagement>

Modified: servicemix/smx4/nmr/trunk/testing/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/testing/pom.xml?rev=935646&r1=935645&r2=935646&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/testing/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/testing/pom.xml Mon Apr 19 16:11:24 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix.nmr</groupId>
         <artifactId>nmr-parent</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.testing</groupId>

Modified: servicemix/smx4/nmr/trunk/testing/support/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/testing/support/pom.xml?rev=935646&r1=935645&r2=935646&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/testing/support/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/testing/support/pom.xml Mon Apr 19 16:11:24 2010
@@ -1,5 +1,4 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <!--
 
@@ -24,13 +23,13 @@
     <parent>
         <groupId>org.apache.servicemix.testing</groupId>
         <artifactId>testing</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.platform.testing</groupId>
     <artifactId>org.apache.servicemix.platform.testing.support</artifactId>
     <packaging>bundle</packaging>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.2.0</version>
     <name>Apache ServiceMix :: Testing - Support</name>
 
     <properties>

Modified: servicemix/smx4/nmr/trunk/transaction/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/transaction/pom.xml?rev=935646&r1=935645&r2=935646&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/transaction/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/transaction/pom.xml Mon Apr 19 16:11:24 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.nmr</groupId>
         <artifactId>nmr-parent</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
     </parent>
 
     <groupId>org.apache.servicemix.transaction</groupId>