You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by ka...@apache.org on 2012/01/02 12:03:56 UTC

svn commit: r1226391 - in /synapse/branches/2.1: ./ modules/commons/ modules/core/ modules/distribution/ modules/experimental/ modules/extensions/ modules/handler/ modules/integration/ modules/migrator/ modules/packaging/package-archetype/ modules/pack...

Author: kasun
Date: Mon Jan  2 11:03:55 2012
New Revision: 1226391

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

Modified:
    synapse/branches/2.1/modules/commons/pom.xml
    synapse/branches/2.1/modules/core/pom.xml
    synapse/branches/2.1/modules/distribution/pom.xml
    synapse/branches/2.1/modules/experimental/pom.xml
    synapse/branches/2.1/modules/extensions/pom.xml
    synapse/branches/2.1/modules/handler/pom.xml
    synapse/branches/2.1/modules/integration/pom.xml
    synapse/branches/2.1/modules/migrator/pom.xml
    synapse/branches/2.1/modules/packaging/package-archetype/pom.xml
    synapse/branches/2.1/modules/packaging/package-skeleton/pom.xml
    synapse/branches/2.1/modules/patches/pom.xml
    synapse/branches/2.1/modules/samples/pom.xml
    synapse/branches/2.1/modules/securevault/pom.xml
    synapse/branches/2.1/modules/tasks/pom.xml
    synapse/branches/2.1/modules/transports/core/nhttp/pom.xml
    synapse/branches/2.1/modules/transports/core/pipe/pom.xml
    synapse/branches/2.1/modules/transports/core/vfs/pom.xml
    synapse/branches/2.1/modules/transports/optional/fix/pom.xml
    synapse/branches/2.1/modules/transports/pom.xml
    synapse/branches/2.1/modules/war/pom.xml
    synapse/branches/2.1/modules/xar-maven-plugin/pom.xml
    synapse/branches/2.1/pom.xml

Modified: synapse/branches/2.1/modules/commons/pom.xml
URL: http://svn.apache.org/viewvc/synapse/branches/2.1/modules/commons/pom.xml?rev=1226391&r1=1226390&r2=1226391&view=diff
==============================================================================
--- synapse/branches/2.1/modules/commons/pom.xml (original)
+++ synapse/branches/2.1/modules/commons/pom.xml Mon Jan  2 11:03:55 2012
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>2.1.0</version>
+        <version>2.1.1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -35,9 +35,9 @@
     <packaging>bundle</packaging>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/synapse/tags/2.1.0/modules/commons</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/synapse/tags/2.1.0/modules/commons</developerConnection>
-        <url>http://svn.apache.org/viewvc/synapse/tags/2.1.0/modules/commons</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/synapse/branches/2.1/modules/commons</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/synapse/branches/2.1/modules/commons</developerConnection>
+        <url>http://svn.apache.org/viewvc/synapse/branches/2.1/modules/commons</url>
     </scm>
 
     <build>

Modified: synapse/branches/2.1/modules/core/pom.xml
URL: http://svn.apache.org/viewvc/synapse/branches/2.1/modules/core/pom.xml?rev=1226391&r1=1226390&r2=1226391&view=diff
==============================================================================
--- synapse/branches/2.1/modules/core/pom.xml (original)
+++ synapse/branches/2.1/modules/core/pom.xml Mon Jan  2 11:03:55 2012
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>2.1.0</version>
+        <version>2.1.1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -36,9 +36,9 @@
     <url>http://synapse.apache.org</url>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/synapse/tags/2.1.0/modules/core</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/synapse/tags/2.1.0/modules/core</developerConnection>
-        <url>http://svn.apache.org/viewvc/synapse/tags/2.1.0/modules/core</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/synapse/branches/2.1/modules/core</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/synapse/branches/2.1/modules/core</developerConnection>
+        <url>http://svn.apache.org/viewvc/synapse/branches/2.1/modules/core</url>
     </scm>
 
     <build>

Modified: synapse/branches/2.1/modules/distribution/pom.xml
URL: http://svn.apache.org/viewvc/synapse/branches/2.1/modules/distribution/pom.xml?rev=1226391&r1=1226390&r2=1226391&view=diff
==============================================================================
--- synapse/branches/2.1/modules/distribution/pom.xml (original)
+++ synapse/branches/2.1/modules/distribution/pom.xml Mon Jan  2 11:03:55 2012
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>2.1.0</version>
+        <version>2.1.1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -34,9 +34,9 @@
     <packaging>pom</packaging>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/synapse/tags/2.1.0/modules/distribution</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/synapse/tags/2.1.0/modules/distribution</developerConnection>
-        <url>http://svn.apache.org/viewvc/synapse/tags/2.1.0/modules/distribution</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/synapse/branches/2.1/modules/distribution</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/synapse/branches/2.1/modules/distribution</developerConnection>
+        <url>http://svn.apache.org/viewvc/synapse/branches/2.1/modules/distribution</url>
     </scm>
 
     <dependencies>

Modified: synapse/branches/2.1/modules/experimental/pom.xml
URL: http://svn.apache.org/viewvc/synapse/branches/2.1/modules/experimental/pom.xml?rev=1226391&r1=1226390&r2=1226391&view=diff
==============================================================================
--- synapse/branches/2.1/modules/experimental/pom.xml (original)
+++ synapse/branches/2.1/modules/experimental/pom.xml Mon Jan  2 11:03:55 2012
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>2.1.0</version>
+        <version>2.1.1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -35,9 +35,9 @@
     <packaging>bundle</packaging>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/synapse/tags/2.1.0/modules/experimental</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/synapse/tags/2.1.0/modules/experimental</developerConnection>
-        <url>http://svn.apache.org/viewvc/synapse/tags/2.1.0/modules/experimental</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/synapse/branches/2.1/modules/experimental</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/synapse/branches/2.1/modules/experimental</developerConnection>
+        <url>http://svn.apache.org/viewvc/synapse/branches/2.1/modules/experimental</url>
     </scm>
 
     <build>

Modified: synapse/branches/2.1/modules/extensions/pom.xml
URL: http://svn.apache.org/viewvc/synapse/branches/2.1/modules/extensions/pom.xml?rev=1226391&r1=1226390&r2=1226391&view=diff
==============================================================================
--- synapse/branches/2.1/modules/extensions/pom.xml (original)
+++ synapse/branches/2.1/modules/extensions/pom.xml Mon Jan  2 11:03:55 2012
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>2.1.0</version>
+        <version>2.1.1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -35,9 +35,9 @@
     <packaging>bundle</packaging>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/synapse/tags/2.1.0/modules/extensions</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/synapse/tags/2.1.0/modules/extensions</developerConnection>
-        <url>http://svn.apache.org/viewvc/synapse/tags/2.1.0/modules/extensions</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/synapse/branches/2.1/modules/extensions</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/synapse/branches/2.1/modules/extensions</developerConnection>
+        <url>http://svn.apache.org/viewvc/synapse/branches/2.1/modules/extensions</url>
     </scm>
 
     <build>

Modified: synapse/branches/2.1/modules/handler/pom.xml
URL: http://svn.apache.org/viewvc/synapse/branches/2.1/modules/handler/pom.xml?rev=1226391&r1=1226390&r2=1226391&view=diff
==============================================================================
--- synapse/branches/2.1/modules/handler/pom.xml (original)
+++ synapse/branches/2.1/modules/handler/pom.xml Mon Jan  2 11:03:55 2012
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>2.1.0</version>
+        <version>2.1.1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -35,9 +35,9 @@
     <packaging>bundle</packaging>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/synapse/tags/2.1.0/modules/handler</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/synapse/tags/2.1.0/modules/handler</developerConnection>
-        <url>http://svn.apache.org/viewvc/synapse/tags/2.1.0/modules/handler</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/synapse/branches/2.1/modules/handler</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/synapse/branches/2.1/modules/handler</developerConnection>
+        <url>http://svn.apache.org/viewvc/synapse/branches/2.1/modules/handler</url>
     </scm>
 
     <build>

Modified: synapse/branches/2.1/modules/integration/pom.xml
URL: http://svn.apache.org/viewvc/synapse/branches/2.1/modules/integration/pom.xml?rev=1226391&r1=1226390&r2=1226391&view=diff
==============================================================================
--- synapse/branches/2.1/modules/integration/pom.xml (original)
+++ synapse/branches/2.1/modules/integration/pom.xml Mon Jan  2 11:03:55 2012
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>2.1.0</version>
+        <version>2.1.1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -35,9 +35,9 @@
     <!--<packaging>bundle</packaging>-->
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/synapse/tags/2.1.0/modules/integration</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/synapse/tags/2.1.0/modules/integration</developerConnection>
-        <url>http://svn.apache.org/viewvc/synapse/tags/2.1.0/modules/integration</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/synapse/branches/2.1/modules/integration</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/synapse/branches/2.1/modules/integration</developerConnection>
+        <url>http://svn.apache.org/viewvc/synapse/branches/2.1/modules/integration</url>
     </scm>
 
     <build>

Modified: synapse/branches/2.1/modules/migrator/pom.xml
URL: http://svn.apache.org/viewvc/synapse/branches/2.1/modules/migrator/pom.xml?rev=1226391&r1=1226390&r2=1226391&view=diff
==============================================================================
--- synapse/branches/2.1/modules/migrator/pom.xml (original)
+++ synapse/branches/2.1/modules/migrator/pom.xml Mon Jan  2 11:03:55 2012
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>2.1.0</version>
+        <version>2.1.1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -38,9 +38,9 @@
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/synapse/tags/2.1.0/modules/migrator</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/synapse/tags/2.1.0/modules/migrator</developerConnection>
-        <url>http://svn.apache.org/viewvc/synapse/tags/2.1.0/modules/migrator</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/synapse/branches/2.1/modules/migrator</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/synapse/branches/2.1/modules/migrator</developerConnection>
+        <url>http://svn.apache.org/viewvc/synapse/branches/2.1/modules/migrator</url>
     </scm>
 
     <build>

Modified: synapse/branches/2.1/modules/packaging/package-archetype/pom.xml
URL: http://svn.apache.org/viewvc/synapse/branches/2.1/modules/packaging/package-archetype/pom.xml?rev=1226391&r1=1226390&r2=1226391&view=diff
==============================================================================
--- synapse/branches/2.1/modules/packaging/package-archetype/pom.xml (original)
+++ synapse/branches/2.1/modules/packaging/package-archetype/pom.xml Mon Jan  2 11:03:55 2012
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>2.1.0</version>
+        <version>2.1.1-SNAPSHOT</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
     <artifactId>synapse-package-archetype</artifactId>
@@ -34,9 +34,9 @@
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/synapse/tags/2.1.0/modules/packaging/package-archetype</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/synapse/tags/2.1.0/modules/packaging/package-archetype</developerConnection>
-        <url>http://svn.apache.org/viewvc/synapse/tags/2.1.0/modules/packaging/package-archetype</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/synapse/branches/2.1/modules/packaging/package-archetype</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/synapse/branches/2.1/modules/packaging/package-archetype</developerConnection>
+        <url>http://svn.apache.org/viewvc/synapse/branches/2.1/modules/packaging/package-archetype</url>
     </scm>
 
     <build>

Modified: synapse/branches/2.1/modules/packaging/package-skeleton/pom.xml
URL: http://svn.apache.org/viewvc/synapse/branches/2.1/modules/packaging/package-skeleton/pom.xml?rev=1226391&r1=1226390&r2=1226391&view=diff
==============================================================================
--- synapse/branches/2.1/modules/packaging/package-skeleton/pom.xml (original)
+++ synapse/branches/2.1/modules/packaging/package-skeleton/pom.xml Mon Jan  2 11:03:55 2012
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>2.1.0</version>
+        <version>2.1.1-SNAPSHOT</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
     <artifactId>synapse-package-skeleton</artifactId>
@@ -35,9 +35,9 @@
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/synapse/tags/2.1.0/modules/packaging/package-skeleton</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/synapse/tags/2.1.0/modules/packaging/package-skeleton</developerConnection>
-        <url>http://svn.apache.org/viewvc/synapse/tags/2.1.0/modules/packaging/package-skeleton</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/synapse/branches/2.1/modules/packaging/package-skeleton</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/synapse/branches/2.1/modules/packaging/package-skeleton</developerConnection>
+        <url>http://svn.apache.org/viewvc/synapse/branches/2.1/modules/packaging/package-skeleton</url>
     </scm>
 
     <dependencies>

Modified: synapse/branches/2.1/modules/patches/pom.xml
URL: http://svn.apache.org/viewvc/synapse/branches/2.1/modules/patches/pom.xml?rev=1226391&r1=1226390&r2=1226391&view=diff
==============================================================================
--- synapse/branches/2.1/modules/patches/pom.xml (original)
+++ synapse/branches/2.1/modules/patches/pom.xml Mon Jan  2 11:03:55 2012
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>2.1.0</version>
+        <version>2.1.1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>synapse-patches</artifactId>
@@ -35,9 +35,9 @@
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/synapse/tags/2.1.0/modules/patches</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/synapse/tags/2.1.0/modules/patches</developerConnection>
-        <url>http://svn.apache.org/viewvc/synapse/tags/2.1.0/modules/patches</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/synapse/branches/2.1/modules/patches</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/synapse/branches/2.1/modules/patches</developerConnection>
+        <url>http://svn.apache.org/viewvc/synapse/branches/2.1/modules/patches</url>
     </scm>
 
     <build>

Modified: synapse/branches/2.1/modules/samples/pom.xml
URL: http://svn.apache.org/viewvc/synapse/branches/2.1/modules/samples/pom.xml?rev=1226391&r1=1226390&r2=1226391&view=diff
==============================================================================
--- synapse/branches/2.1/modules/samples/pom.xml (original)
+++ synapse/branches/2.1/modules/samples/pom.xml Mon Jan  2 11:03:55 2012
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>2.1.0</version>
+        <version>2.1.1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -35,9 +35,9 @@
     <packaging>bundle</packaging>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/synapse/tags/2.1.0/modules/samples</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/synapse/tags/2.1.0/modules/samples</developerConnection>
-        <url>http://svn.apache.org/viewvc/synapse/tags/2.1.0/modules/samples</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/synapse/branches/2.1/modules/samples</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/synapse/branches/2.1/modules/samples</developerConnection>
+        <url>http://svn.apache.org/viewvc/synapse/branches/2.1/modules/samples</url>
     </scm>
 
     <profiles>

Modified: synapse/branches/2.1/modules/securevault/pom.xml
URL: http://svn.apache.org/viewvc/synapse/branches/2.1/modules/securevault/pom.xml?rev=1226391&r1=1226390&r2=1226391&view=diff
==============================================================================
--- synapse/branches/2.1/modules/securevault/pom.xml (original)
+++ synapse/branches/2.1/modules/securevault/pom.xml Mon Jan  2 11:03:55 2012
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>2.1.0</version>
+        <version>2.1.1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.synapse</groupId>
@@ -33,9 +33,9 @@
     <packaging>bundle</packaging>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/synapse/tags/2.1.0/modules/securevault</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/synapse/tags/2.1.0/modules/securevault</developerConnection>
-        <url>http://svn.apache.org/viewvc/synapse/tags/2.1.0/modules/securevault</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/synapse/branches/2.1/modules/securevault</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/synapse/branches/2.1/modules/securevault</developerConnection>
+        <url>http://svn.apache.org/viewvc/synapse/branches/2.1/modules/securevault</url>
     </scm>
 
     <build>

Modified: synapse/branches/2.1/modules/tasks/pom.xml
URL: http://svn.apache.org/viewvc/synapse/branches/2.1/modules/tasks/pom.xml?rev=1226391&r1=1226390&r2=1226391&view=diff
==============================================================================
--- synapse/branches/2.1/modules/tasks/pom.xml (original)
+++ synapse/branches/2.1/modules/tasks/pom.xml Mon Jan  2 11:03:55 2012
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>2.1.0</version>
+        <version>2.1.1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -35,9 +35,9 @@
     <packaging>bundle</packaging>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/synapse/tags/2.1.0/modules/tasks</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/synapse/tags/2.1.0/modules/tasks</developerConnection>
-        <url>http://svn.apache.org/viewvc/synapse/tags/2.1.0/modules/tasks</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/synapse/branches/2.1/modules/tasks</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/synapse/branches/2.1/modules/tasks</developerConnection>
+        <url>http://svn.apache.org/viewvc/synapse/branches/2.1/modules/tasks</url>
     </scm>
 
     <build>

Modified: synapse/branches/2.1/modules/transports/core/nhttp/pom.xml
URL: http://svn.apache.org/viewvc/synapse/branches/2.1/modules/transports/core/nhttp/pom.xml?rev=1226391&r1=1226390&r2=1226391&view=diff
==============================================================================
--- synapse/branches/2.1/modules/transports/core/nhttp/pom.xml (original)
+++ synapse/branches/2.1/modules/transports/core/nhttp/pom.xml Mon Jan  2 11:03:55 2012
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>synapse-transports</artifactId>
-        <version>2.1.0</version>
+        <version>2.1.1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -34,9 +34,9 @@
     <packaging>bundle</packaging>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/synapse/tags/2.1.0/modules/transports/core/nhttp</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/synapse/tags/2.1.0/modules/transports/core/nhttp</developerConnection>
-        <url>http://svn.apache.org/viewvc/synapse/tags/2.1.0/modules/transports/core/nhttp</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/synapse/branches/2.1/modules/transports/core/nhttp</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/synapse/branches/2.1/modules/transports/core/nhttp</developerConnection>
+        <url>http://svn.apache.org/viewvc/synapse/branches/2.1/modules/transports/core/nhttp</url>
     </scm>
 
     <build>

Modified: synapse/branches/2.1/modules/transports/core/pipe/pom.xml
URL: http://svn.apache.org/viewvc/synapse/branches/2.1/modules/transports/core/pipe/pom.xml?rev=1226391&r1=1226390&r2=1226391&view=diff
==============================================================================
--- synapse/branches/2.1/modules/transports/core/pipe/pom.xml (original)
+++ synapse/branches/2.1/modules/transports/core/pipe/pom.xml Mon Jan  2 11:03:55 2012
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>synapse-transports</artifactId>
-        <version>2.1.0</version>
+        <version>2.1.1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -34,9 +34,9 @@
     <packaging>bundle</packaging>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/synapse/tags/2.1.0/modules/transports/core/pipe</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/synapse/tags/2.1.0/modules/transports/core/pipe</developerConnection>
-        <url>http://svn.apache.org/viewvc/synapse/tags/2.1.0/modules/transports/core/pipe</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/synapse/branches/2.1/modules/transports/core/pipe</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/synapse/branches/2.1/modules/transports/core/pipe</developerConnection>
+        <url>http://svn.apache.org/viewvc/synapse/branches/2.1/modules/transports/core/pipe</url>
     </scm>
 
     <build>

Modified: synapse/branches/2.1/modules/transports/core/vfs/pom.xml
URL: http://svn.apache.org/viewvc/synapse/branches/2.1/modules/transports/core/vfs/pom.xml?rev=1226391&r1=1226390&r2=1226391&view=diff
==============================================================================
--- synapse/branches/2.1/modules/transports/core/vfs/pom.xml (original)
+++ synapse/branches/2.1/modules/transports/core/vfs/pom.xml Mon Jan  2 11:03:55 2012
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>synapse-transports</artifactId>
-        <version>2.1.0</version>
+        <version>2.1.1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -34,9 +34,9 @@
     <packaging>bundle</packaging>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/synapse/tags/2.1.0/modules/transports/core/vfs</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/synapse/tags/2.1.0/modules/transports/core/vfs</developerConnection>
-        <url>http://svn.apache.org/viewvc/synapse/tags/2.1.0/modules/transports/core/vfs</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/synapse/branches/2.1/modules/transports/core/vfs</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/synapse/branches/2.1/modules/transports/core/vfs</developerConnection>
+        <url>http://svn.apache.org/viewvc/synapse/branches/2.1/modules/transports/core/vfs</url>
     </scm>
 
     <build>

Modified: synapse/branches/2.1/modules/transports/optional/fix/pom.xml
URL: http://svn.apache.org/viewvc/synapse/branches/2.1/modules/transports/optional/fix/pom.xml?rev=1226391&r1=1226390&r2=1226391&view=diff
==============================================================================
--- synapse/branches/2.1/modules/transports/optional/fix/pom.xml (original)
+++ synapse/branches/2.1/modules/transports/optional/fix/pom.xml Mon Jan  2 11:03:55 2012
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>synapse-transports</artifactId>
-        <version>2.1.0</version>
+        <version>2.1.1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -34,9 +34,9 @@
     <packaging>bundle</packaging>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/synapse/tags/2.1.0/modules/transports/optional/fix</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/synapse/tags/2.1.0/modules/transports/optional/fix</developerConnection>
-        <url>http://svn.apache.org/viewvc/synapse/tags/2.1.0/modules/transports/optional/fix</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/synapse/branches/2.1/modules/transports/optional/fix</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/synapse/branches/2.1/modules/transports/optional/fix</developerConnection>
+        <url>http://svn.apache.org/viewvc/synapse/branches/2.1/modules/transports/optional/fix</url>
     </scm>
 
     <build>

Modified: synapse/branches/2.1/modules/transports/pom.xml
URL: http://svn.apache.org/viewvc/synapse/branches/2.1/modules/transports/pom.xml?rev=1226391&r1=1226390&r2=1226391&view=diff
==============================================================================
--- synapse/branches/2.1/modules/transports/pom.xml (original)
+++ synapse/branches/2.1/modules/transports/pom.xml Mon Jan  2 11:03:55 2012
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>2.1.0</version>
+        <version>2.1.1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -34,9 +34,9 @@
     <packaging>pom</packaging>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/synapse/tags/2.1.0/modules/transports</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/synapse/tags/2.1.0/modules/transports</developerConnection>
-        <url>http://svn.apache.org/viewvc/synapse/tags/2.1.0/modules/transports</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/synapse/branches/2.1/modules/transports</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/synapse/branches/2.1/modules/transports</developerConnection>
+        <url>http://svn.apache.org/viewvc/synapse/branches/2.1/modules/transports</url>
     </scm>
 
     <modules>

Modified: synapse/branches/2.1/modules/war/pom.xml
URL: http://svn.apache.org/viewvc/synapse/branches/2.1/modules/war/pom.xml?rev=1226391&r1=1226390&r2=1226391&view=diff
==============================================================================
--- synapse/branches/2.1/modules/war/pom.xml (original)
+++ synapse/branches/2.1/modules/war/pom.xml Mon Jan  2 11:03:55 2012
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>2.1.0</version>
+        <version>2.1.1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -35,9 +35,9 @@
     <packaging>war</packaging>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/synapse/tags/2.1.0/modules/war</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/synapse/tags/2.1.0/modules/war</developerConnection>
-        <url>http://svn.apache.org/viewvc/synapse/tags/2.1.0/modules/war</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/synapse/branches/2.1/modules/war</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/synapse/branches/2.1/modules/war</developerConnection>
+        <url>http://svn.apache.org/viewvc/synapse/branches/2.1/modules/war</url>
     </scm>
 
     <dependencies>

Modified: synapse/branches/2.1/modules/xar-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/synapse/branches/2.1/modules/xar-maven-plugin/pom.xml?rev=1226391&r1=1226390&r2=1226391&view=diff
==============================================================================
--- synapse/branches/2.1/modules/xar-maven-plugin/pom.xml (original)
+++ synapse/branches/2.1/modules/xar-maven-plugin/pom.xml Mon Jan  2 11:03:55 2012
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>2.1.0</version>
+        <version>2.1.1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>synapse-xar-maven-plugin</artifactId>
@@ -31,9 +31,9 @@
     <description>Maven 2 plugin to create Synapse extension archives</description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/synapse/tags/2.1.0/modules/xar-maven-plugin</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/synapse/tags/2.1.0/modules/xar-maven-plugin</developerConnection>
-        <url>http://svn.apache.org/viewvc/synapse/tags/2.1.0/modules/xar-maven-plugin</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/synapse/branches/2.1/modules/xar-maven-plugin</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/synapse/branches/2.1/modules/xar-maven-plugin</developerConnection>
+        <url>http://svn.apache.org/viewvc/synapse/branches/2.1/modules/xar-maven-plugin</url>
     </scm>
     
     <properties>

Modified: synapse/branches/2.1/pom.xml
URL: http://svn.apache.org/viewvc/synapse/branches/2.1/pom.xml?rev=1226391&r1=1226390&r2=1226391&view=diff
==============================================================================
--- synapse/branches/2.1/pom.xml (original)
+++ synapse/branches/2.1/pom.xml Mon Jan  2 11:03:55 2012
@@ -29,7 +29,7 @@
 
     <groupId>org.apache.synapse</groupId>
     <artifactId>Apache-Synapse</artifactId>
-    <version>2.1.0</version>
+    <version>2.1.1-SNAPSHOT</version>
 
     <name>Apache Synapse</name>
     <description>Apache Synapse</description>
@@ -76,9 +76,9 @@
     </licenses>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/synapse/tags/2.1.0</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/synapse/tags/2.1.0</developerConnection>
-        <url>http://svn.apache.org/viewvc/synapse/tags/2.1.0</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/synapse/branches/2.1</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/synapse/branches/2.1</developerConnection>
+        <url>http://svn.apache.org/viewvc/synapse/branches/2.1</url>
     </scm>
 
     <organization>