You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2011/02/01 08:52:07 UTC

svn commit: r1065935 - in /servicemix/components/trunk: ./ bindings/ bindings/servicemix-cxf-bc/ bindings/servicemix-file/ bindings/servicemix-ftp/ bindings/servicemix-http/ bindings/servicemix-jms/ bindings/servicemix-mail/ bindings/servicemix-smpp/ b...

Author: jbonofre
Date: Tue Feb  1 07:52:06 2011
New Revision: 1065935

URL: http://svn.apache.org/viewvc?rev=1065935&view=rev
Log:
[maven-release-plugin] prepare release components-2011.01

Modified:
    servicemix/components/trunk/bindings/pom.xml
    servicemix/components/trunk/bindings/servicemix-cxf-bc/pom.xml
    servicemix/components/trunk/bindings/servicemix-file/pom.xml
    servicemix/components/trunk/bindings/servicemix-ftp/pom.xml
    servicemix/components/trunk/bindings/servicemix-http/pom.xml
    servicemix/components/trunk/bindings/servicemix-jms/pom.xml
    servicemix/components/trunk/bindings/servicemix-mail/pom.xml
    servicemix/components/trunk/bindings/servicemix-smpp/pom.xml
    servicemix/components/trunk/bindings/servicemix-snmp/pom.xml
    servicemix/components/trunk/bindings/servicemix-truezip/pom.xml
    servicemix/components/trunk/bindings/servicemix-vfs/pom.xml
    servicemix/components/trunk/bindings/servicemix-xmpp/pom.xml
    servicemix/components/trunk/engines/pom.xml
    servicemix/components/trunk/engines/servicemix-bean/pom.xml
    servicemix/components/trunk/engines/servicemix-camel/pom.xml
    servicemix/components/trunk/engines/servicemix-cxf-se/pom.xml
    servicemix/components/trunk/engines/servicemix-drools/pom.xml
    servicemix/components/trunk/engines/servicemix-eip/pom.xml
    servicemix/components/trunk/engines/servicemix-exec/pom.xml
    servicemix/components/trunk/engines/servicemix-jsr181/pom.xml
    servicemix/components/trunk/engines/servicemix-osworkflow/pom.xml
    servicemix/components/trunk/engines/servicemix-quartz/pom.xml
    servicemix/components/trunk/engines/servicemix-saxon/pom.xml
    servicemix/components/trunk/engines/servicemix-script/pom.xml
    servicemix/components/trunk/engines/servicemix-scripting/pom.xml
    servicemix/components/trunk/engines/servicemix-validation/pom.xml
    servicemix/components/trunk/engines/servicemix-wsn2005/pom.xml
    servicemix/components/trunk/pom.xml
    servicemix/components/trunk/shared-libraries/pom.xml
    servicemix/components/trunk/shared-libraries/servicemix-common/pom.xml
    servicemix/components/trunk/shared-libraries/servicemix-shared/pom.xml
    servicemix/components/trunk/shared-libraries/servicemix-soap/pom.xml
    servicemix/components/trunk/shared-libraries/servicemix-soap2/pom.xml

Modified: servicemix/components/trunk/bindings/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/trunk/bindings/pom.xml?rev=1065935&r1=1065934&r2=1065935&view=diff
==============================================================================
--- servicemix/components/trunk/bindings/pom.xml (original)
+++ servicemix/components/trunk/bindings/pom.xml Tue Feb  1 07:52:06 2011
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>components</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2011.01</version>
     </parent>
 
     <groupId>org.apache.servicemix</groupId>

Modified: servicemix/components/trunk/bindings/servicemix-cxf-bc/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/trunk/bindings/servicemix-cxf-bc/pom.xml?rev=1065935&r1=1065934&r2=1065935&view=diff
==============================================================================
--- servicemix/components/trunk/bindings/servicemix-cxf-bc/pom.xml (original)
+++ servicemix/components/trunk/bindings/servicemix-cxf-bc/pom.xml Tue Feb  1 07:52:06 2011
@@ -24,12 +24,12 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>binding-components</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2011.01</version>
     </parent>
 
     <groupId>org.apache.servicemix</groupId>
     <artifactId>servicemix-cxf-bc</artifactId>
-    <version>2011.01-SNAPSHOT</version>
+    <version>2011.01</version>
     <packaging>jbi-component</packaging>
     <name>Apache ServiceMix :: Components :: CXF Binding Component</name>
     <description>
@@ -41,9 +41,9 @@
     </prerequisites>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/components/bindings/servicemix-cxf-bc/trunk</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/components/bindings/servicemix-cxf-bc/trunk</developerConnection>
-        <url>http://svn.apache.org/viewcvs.cgi/servicemix/components/bindings/servicemix-cxf-bc/trunk</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/components/bindings/servicemix-cxf-bc/tags/components-2011.01</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/components/bindings/servicemix-cxf-bc/tags/components-2011.01</developerConnection>
+        <url>http://svn.apache.org/viewcvs.cgi/servicemix/components/bindings/servicemix-cxf-bc/tags/components-2011.01</url>
     </scm>
 
     <properties>

Modified: servicemix/components/trunk/bindings/servicemix-file/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/trunk/bindings/servicemix-file/pom.xml?rev=1065935&r1=1065934&r2=1065935&view=diff
==============================================================================
--- servicemix/components/trunk/bindings/servicemix-file/pom.xml (original)
+++ servicemix/components/trunk/bindings/servicemix-file/pom.xml Tue Feb  1 07:52:06 2011
@@ -24,12 +24,12 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>binding-components</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2011.01</version>
     </parent>
 
     <groupId>org.apache.servicemix</groupId>
     <artifactId>servicemix-file</artifactId>
-    <version>2011.01-SNAPSHOT</version>
+    <version>2011.01</version>
     <packaging>jbi-component</packaging>
     <name>Apache ServiceMix :: Components :: File Binding Component</name>
     <description>
@@ -37,9 +37,9 @@
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/components/bindings/servicemix-file/trunk</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/components/bindings/servicemix-file/trunk</developerConnection>
-        <url>http://svn.apache.org/viewcvs.cgi/servicemix/components/bindings/servicemix-file/trunk</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/components/bindings/servicemix-file/tags/components-2011.01</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/components/bindings/servicemix-file/tags/components-2011.01</developerConnection>
+        <url>http://svn.apache.org/viewcvs.cgi/servicemix/components/bindings/servicemix-file/tags/components-2011.01</url>
     </scm>
 
     <properties>

Modified: servicemix/components/trunk/bindings/servicemix-ftp/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/trunk/bindings/servicemix-ftp/pom.xml?rev=1065935&r1=1065934&r2=1065935&view=diff
==============================================================================
--- servicemix/components/trunk/bindings/servicemix-ftp/pom.xml (original)
+++ servicemix/components/trunk/bindings/servicemix-ftp/pom.xml Tue Feb  1 07:52:06 2011
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>binding-components</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2011.01</version>
     </parent>
 
     <groupId>org.apache.servicemix</groupId>

Modified: servicemix/components/trunk/bindings/servicemix-http/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/trunk/bindings/servicemix-http/pom.xml?rev=1065935&r1=1065934&r2=1065935&view=diff
==============================================================================
--- servicemix/components/trunk/bindings/servicemix-http/pom.xml (original)
+++ servicemix/components/trunk/bindings/servicemix-http/pom.xml Tue Feb  1 07:52:06 2011
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>binding-components</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2011.01</version>
     </parent>
 
     <groupId>org.apache.servicemix</groupId>

Modified: servicemix/components/trunk/bindings/servicemix-jms/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/trunk/bindings/servicemix-jms/pom.xml?rev=1065935&r1=1065934&r2=1065935&view=diff
==============================================================================
--- servicemix/components/trunk/bindings/servicemix-jms/pom.xml (original)
+++ servicemix/components/trunk/bindings/servicemix-jms/pom.xml Tue Feb  1 07:52:06 2011
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>binding-components</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2011.01</version>
     </parent>
 
     <groupId>org.apache.servicemix</groupId>

Modified: servicemix/components/trunk/bindings/servicemix-mail/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/trunk/bindings/servicemix-mail/pom.xml?rev=1065935&r1=1065934&r2=1065935&view=diff
==============================================================================
--- servicemix/components/trunk/bindings/servicemix-mail/pom.xml (original)
+++ servicemix/components/trunk/bindings/servicemix-mail/pom.xml Tue Feb  1 07:52:06 2011
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>binding-components</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2011.01</version>
     </parent>
 
     <groupId>org.apache.servicemix</groupId>

Modified: servicemix/components/trunk/bindings/servicemix-smpp/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/trunk/bindings/servicemix-smpp/pom.xml?rev=1065935&r1=1065934&r2=1065935&view=diff
==============================================================================
--- servicemix/components/trunk/bindings/servicemix-smpp/pom.xml (original)
+++ servicemix/components/trunk/bindings/servicemix-smpp/pom.xml Tue Feb  1 07:52:06 2011
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>binding-components</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2011.01</version>
     </parent>
 
     <groupId>org.apache.servicemix</groupId>

Modified: servicemix/components/trunk/bindings/servicemix-snmp/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/trunk/bindings/servicemix-snmp/pom.xml?rev=1065935&r1=1065934&r2=1065935&view=diff
==============================================================================
--- servicemix/components/trunk/bindings/servicemix-snmp/pom.xml (original)
+++ servicemix/components/trunk/bindings/servicemix-snmp/pom.xml Tue Feb  1 07:52:06 2011
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>binding-components</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2011.01</version>
     </parent>
 
     <groupId>org.apache.servicemix</groupId>
@@ -36,9 +36,9 @@
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/components/bindings/servicemix-snmp/trunk</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/components/bindings/servicemix-snmp/trunk</developerConnection>
-        <url>http://svn.apache.org/viewcvs.cgi/servicemix/components/bindings/servicemix-snmp/trunk</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/components/bindings/servicemix-snmp/tags/components-2011.01</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/components/bindings/servicemix-snmp/tags/components-2011.01</developerConnection>
+        <url>http://svn.apache.org/viewcvs.cgi/servicemix/components/bindings/servicemix-snmp/tags/components-2011.01</url>
     </scm>
 
     <properties>

Modified: servicemix/components/trunk/bindings/servicemix-truezip/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/trunk/bindings/servicemix-truezip/pom.xml?rev=1065935&r1=1065934&r2=1065935&view=diff
==============================================================================
--- servicemix/components/trunk/bindings/servicemix-truezip/pom.xml (original)
+++ servicemix/components/trunk/bindings/servicemix-truezip/pom.xml Tue Feb  1 07:52:06 2011
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>binding-components</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2011.01</version>
     </parent>
 
     <groupId>org.apache.servicemix</groupId>

Modified: servicemix/components/trunk/bindings/servicemix-vfs/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/trunk/bindings/servicemix-vfs/pom.xml?rev=1065935&r1=1065934&r2=1065935&view=diff
==============================================================================
--- servicemix/components/trunk/bindings/servicemix-vfs/pom.xml (original)
+++ servicemix/components/trunk/bindings/servicemix-vfs/pom.xml Tue Feb  1 07:52:06 2011
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>binding-components</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2011.01</version>
     </parent>
 
     <groupId>org.apache.servicemix</groupId>

Modified: servicemix/components/trunk/bindings/servicemix-xmpp/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/trunk/bindings/servicemix-xmpp/pom.xml?rev=1065935&r1=1065934&r2=1065935&view=diff
==============================================================================
--- servicemix/components/trunk/bindings/servicemix-xmpp/pom.xml (original)
+++ servicemix/components/trunk/bindings/servicemix-xmpp/pom.xml Tue Feb  1 07:52:06 2011
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>binding-components</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2011.01</version>
     </parent>
 
     <groupId>org.apache.servicemix</groupId>

Modified: servicemix/components/trunk/engines/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/trunk/engines/pom.xml?rev=1065935&r1=1065934&r2=1065935&view=diff
==============================================================================
--- servicemix/components/trunk/engines/pom.xml (original)
+++ servicemix/components/trunk/engines/pom.xml Tue Feb  1 07:52:06 2011
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>components</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2011.01</version>
     </parent>
 
     <groupId>org.apache.servicemix</groupId>

Modified: servicemix/components/trunk/engines/servicemix-bean/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/trunk/engines/servicemix-bean/pom.xml?rev=1065935&r1=1065934&r2=1065935&view=diff
==============================================================================
--- servicemix/components/trunk/engines/servicemix-bean/pom.xml (original)
+++ servicemix/components/trunk/engines/servicemix-bean/pom.xml Tue Feb  1 07:52:06 2011
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>service-engines</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2011.01</version>
     </parent>
 
     <groupId>org.apache.servicemix</groupId>

Modified: servicemix/components/trunk/engines/servicemix-camel/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/trunk/engines/servicemix-camel/pom.xml?rev=1065935&r1=1065934&r2=1065935&view=diff
==============================================================================
--- servicemix/components/trunk/engines/servicemix-camel/pom.xml (original)
+++ servicemix/components/trunk/engines/servicemix-camel/pom.xml Tue Feb  1 07:52:06 2011
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>service-engines</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2011.01</version>
     </parent>
 
     <groupId>org.apache.servicemix</groupId>

Modified: servicemix/components/trunk/engines/servicemix-cxf-se/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/trunk/engines/servicemix-cxf-se/pom.xml?rev=1065935&r1=1065934&r2=1065935&view=diff
==============================================================================
--- servicemix/components/trunk/engines/servicemix-cxf-se/pom.xml (original)
+++ servicemix/components/trunk/engines/servicemix-cxf-se/pom.xml Tue Feb  1 07:52:06 2011
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>service-engines</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2011.01</version>
     </parent>
 
     <groupId>org.apache.servicemix</groupId>

Modified: servicemix/components/trunk/engines/servicemix-drools/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/trunk/engines/servicemix-drools/pom.xml?rev=1065935&r1=1065934&r2=1065935&view=diff
==============================================================================
--- servicemix/components/trunk/engines/servicemix-drools/pom.xml (original)
+++ servicemix/components/trunk/engines/servicemix-drools/pom.xml Tue Feb  1 07:52:06 2011
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>service-engines</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2011.01</version>
     </parent>
 
     <groupId>org.apache.servicemix</groupId>

Modified: servicemix/components/trunk/engines/servicemix-eip/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/trunk/engines/servicemix-eip/pom.xml?rev=1065935&r1=1065934&r2=1065935&view=diff
==============================================================================
--- servicemix/components/trunk/engines/servicemix-eip/pom.xml (original)
+++ servicemix/components/trunk/engines/servicemix-eip/pom.xml Tue Feb  1 07:52:06 2011
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>service-engines</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2011.01</version>
     </parent>
 
     <groupId>org.apache.servicemix</groupId>

Modified: servicemix/components/trunk/engines/servicemix-exec/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/trunk/engines/servicemix-exec/pom.xml?rev=1065935&r1=1065934&r2=1065935&view=diff
==============================================================================
--- servicemix/components/trunk/engines/servicemix-exec/pom.xml (original)
+++ servicemix/components/trunk/engines/servicemix-exec/pom.xml Tue Feb  1 07:52:06 2011
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>service-engines</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2011.01</version>
     </parent>
 
     <groupId>org.apache.servicemix</groupId>

Modified: servicemix/components/trunk/engines/servicemix-jsr181/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/trunk/engines/servicemix-jsr181/pom.xml?rev=1065935&r1=1065934&r2=1065935&view=diff
==============================================================================
--- servicemix/components/trunk/engines/servicemix-jsr181/pom.xml (original)
+++ servicemix/components/trunk/engines/servicemix-jsr181/pom.xml Tue Feb  1 07:52:06 2011
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>service-engines</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2011.01</version>
     </parent>
 
     <groupId>org.apache.servicemix</groupId>

Modified: servicemix/components/trunk/engines/servicemix-osworkflow/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/trunk/engines/servicemix-osworkflow/pom.xml?rev=1065935&r1=1065934&r2=1065935&view=diff
==============================================================================
--- servicemix/components/trunk/engines/servicemix-osworkflow/pom.xml (original)
+++ servicemix/components/trunk/engines/servicemix-osworkflow/pom.xml Tue Feb  1 07:52:06 2011
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>service-engines</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2011.01</version>
     </parent>
 
     <groupId>org.apache.servicemix</groupId>

Modified: servicemix/components/trunk/engines/servicemix-quartz/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/trunk/engines/servicemix-quartz/pom.xml?rev=1065935&r1=1065934&r2=1065935&view=diff
==============================================================================
--- servicemix/components/trunk/engines/servicemix-quartz/pom.xml (original)
+++ servicemix/components/trunk/engines/servicemix-quartz/pom.xml Tue Feb  1 07:52:06 2011
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>service-engines</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2011.01</version>
     </parent>
     
     <groupId>org.apache.servicemix</groupId>

Modified: servicemix/components/trunk/engines/servicemix-saxon/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/trunk/engines/servicemix-saxon/pom.xml?rev=1065935&r1=1065934&r2=1065935&view=diff
==============================================================================
--- servicemix/components/trunk/engines/servicemix-saxon/pom.xml (original)
+++ servicemix/components/trunk/engines/servicemix-saxon/pom.xml Tue Feb  1 07:52:06 2011
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>service-engines</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2011.01</version>
     </parent>
 
     <groupId>org.apache.servicemix</groupId>

Modified: servicemix/components/trunk/engines/servicemix-script/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/trunk/engines/servicemix-script/pom.xml?rev=1065935&r1=1065934&r2=1065935&view=diff
==============================================================================
--- servicemix/components/trunk/engines/servicemix-script/pom.xml (original)
+++ servicemix/components/trunk/engines/servicemix-script/pom.xml Tue Feb  1 07:52:06 2011
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>service-engines</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2011.01</version>
     </parent>
 
     <groupId>org.apache.servicemix</groupId>

Modified: servicemix/components/trunk/engines/servicemix-scripting/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/trunk/engines/servicemix-scripting/pom.xml?rev=1065935&r1=1065934&r2=1065935&view=diff
==============================================================================
--- servicemix/components/trunk/engines/servicemix-scripting/pom.xml (original)
+++ servicemix/components/trunk/engines/servicemix-scripting/pom.xml Tue Feb  1 07:52:06 2011
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>service-engines</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2011.01</version>
     </parent>
 
     <groupId>org.apache.servicemix</groupId>

Modified: servicemix/components/trunk/engines/servicemix-validation/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/trunk/engines/servicemix-validation/pom.xml?rev=1065935&r1=1065934&r2=1065935&view=diff
==============================================================================
--- servicemix/components/trunk/engines/servicemix-validation/pom.xml (original)
+++ servicemix/components/trunk/engines/servicemix-validation/pom.xml Tue Feb  1 07:52:06 2011
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>service-engines</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2011.01</version>
     </parent>
 
     <groupId>org.apache.servicemix</groupId>

Modified: servicemix/components/trunk/engines/servicemix-wsn2005/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/trunk/engines/servicemix-wsn2005/pom.xml?rev=1065935&r1=1065934&r2=1065935&view=diff
==============================================================================
--- servicemix/components/trunk/engines/servicemix-wsn2005/pom.xml (original)
+++ servicemix/components/trunk/engines/servicemix-wsn2005/pom.xml Tue Feb  1 07:52:06 2011
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>service-engines</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2011.01</version>
     </parent>
 
     <groupId>org.apache.servicemix</groupId>

Modified: servicemix/components/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/trunk/pom.xml?rev=1065935&r1=1065934&r2=1065935&view=diff
==============================================================================
--- servicemix/components/trunk/pom.xml (original)
+++ servicemix/components/trunk/pom.xml Tue Feb  1 07:52:06 2011
@@ -28,7 +28,7 @@
 
     <groupId>org.apache.servicemix</groupId>
     <artifactId>components</artifactId>
-    <version>2011.01-SNAPSHOT</version>
+    <version>2011.01</version>
     <packaging>pom</packaging>
 
     <name>Apache ServiceMix :: Components</name>
@@ -39,9 +39,9 @@
     </prerequisites>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/components/trunk</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/components/trunk</developerConnection>
-        <url>http://svn.apache.org/viewcvs.cgi/servicemix/components/trunk</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/components/tags/components-2011.01</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/components/tags/components-2011.01</developerConnection>
+        <url>http://svn.apache.org/viewcvs.cgi/servicemix/components/tags/components-2011.01</url>
     </scm>
     
     <modules>

Modified: servicemix/components/trunk/shared-libraries/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/trunk/shared-libraries/pom.xml?rev=1065935&r1=1065934&r2=1065935&view=diff
==============================================================================
--- servicemix/components/trunk/shared-libraries/pom.xml (original)
+++ servicemix/components/trunk/shared-libraries/pom.xml Tue Feb  1 07:52:06 2011
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>components</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2011.01</version>
     </parent>
 
     <groupId>org.apache.servicemix</groupId>

Modified: servicemix/components/trunk/shared-libraries/servicemix-common/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/trunk/shared-libraries/servicemix-common/pom.xml?rev=1065935&r1=1065934&r2=1065935&view=diff
==============================================================================
--- servicemix/components/trunk/shared-libraries/servicemix-common/pom.xml (original)
+++ servicemix/components/trunk/shared-libraries/servicemix-common/pom.xml Tue Feb  1 07:52:06 2011
@@ -24,12 +24,12 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>shared-libraries</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2011.01</version>
     </parent>
 
     <groupId>org.apache.servicemix</groupId>
     <artifactId>servicemix-common</artifactId>
-    <version>2011.01-SNAPSHOT</version>
+    <version>2011.01</version>
     <packaging>jar</packaging>
     <name>Apache ServiceMix :: Components :: Shared Libraries :: Common</name>
     <description>

Modified: servicemix/components/trunk/shared-libraries/servicemix-shared/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/trunk/shared-libraries/servicemix-shared/pom.xml?rev=1065935&r1=1065934&r2=1065935&view=diff
==============================================================================
--- servicemix/components/trunk/shared-libraries/servicemix-shared/pom.xml (original)
+++ servicemix/components/trunk/shared-libraries/servicemix-shared/pom.xml Tue Feb  1 07:52:06 2011
@@ -24,12 +24,12 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>shared-libraries</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2011.01</version>
     </parent>
 
     <groupId>org.apache.servicemix</groupId>
     <artifactId>servicemix-shared</artifactId>
-    <version>2011.01-SNAPSHOT</version>
+    <version>2011.01</version>
     <packaging>jbi-shared-library</packaging>
     <name>Apache ServiceMix :: Components :: Shared Library</name>
     <description>Apache ServiceMix Shared Library</description>

Modified: servicemix/components/trunk/shared-libraries/servicemix-soap/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/trunk/shared-libraries/servicemix-soap/pom.xml?rev=1065935&r1=1065934&r2=1065935&view=diff
==============================================================================
--- servicemix/components/trunk/shared-libraries/servicemix-soap/pom.xml (original)
+++ servicemix/components/trunk/shared-libraries/servicemix-soap/pom.xml Tue Feb  1 07:52:06 2011
@@ -24,12 +24,12 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>shared-libraries</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2011.01</version>
     </parent>
 
     <groupId>org.apache.servicemix</groupId>
     <artifactId>servicemix-soap</artifactId>
-    <version>2011.01-SNAPSHOT</version>
+    <version>2011.01</version>
     <packaging>jar</packaging>
     <name>Apache ServiceMix :: Components :: Shared Libraries :: SOAP Stack</name>
     <description>

Modified: servicemix/components/trunk/shared-libraries/servicemix-soap2/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/trunk/shared-libraries/servicemix-soap2/pom.xml?rev=1065935&r1=1065934&r2=1065935&view=diff
==============================================================================
--- servicemix/components/trunk/shared-libraries/servicemix-soap2/pom.xml (original)
+++ servicemix/components/trunk/shared-libraries/servicemix-soap2/pom.xml Tue Feb  1 07:52:06 2011
@@ -24,12 +24,12 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>shared-libraries</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2011.01</version>
     </parent>
 
     <groupId>org.apache.servicemix</groupId>
     <artifactId>servicemix-soap2</artifactId>
-    <version>2011.01-SNAPSHOT</version>
+    <version>2011.01</version>
     <packaging>jar</packaging>
     <name>Apache ServiceMix :: Components :: Shared Libraries :: SOAP Stack v2</name>
     <description>