Author: hiranya
Date: Tue Dec 27 12:39:43 2011
New Revision: 1224902

URL: http://svn.apache.org/viewvc?rev=1224902&view=rev
Log:
Changing versions to SNAPSHOT versions

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/integration/src/test/java/org/apache/synapse/samples/framework/Axis2BackEndServerController.java
    
synapse/branches/2.1/modules/integration/src/test/java/org/apache/synapse/samples/framework/SynapseTestCase.java
    
synapse/branches/2.1/modules/integration/src/test/java/org/apache/synapse/samples/framework/SynapseTestUtils.java
    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=1224902&r1=1224901&r2=1224902&view=diff
==============================================================================
--- synapse/branches/2.1/modules/commons/pom.xml (original)
+++ synapse/branches/2.1/modules/commons/pom.xml Tue Dec 27 12:39:43 2011
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>2.1.0</version>
+        <version>2.1.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -37,6 +37,12 @@
     <description>Apache Synapse - Commons classes</description>
     <packaging>bundle</packaging>
 
+    <scm>
+        
<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>
         <plugins>
 
@@ -84,7 +90,7 @@
         <dependency>
           <groupId>org.apache.synapse</groupId>
           <artifactId>synapse-securevault</artifactId>
-          <version>2.1.0</version>
+          <version>${project.version}</version>
         </dependency>
     </dependencies>
 </project>

Modified: synapse/branches/2.1/modules/core/pom.xml
URL: 
http://svn.apache.org/viewvc/synapse/branches/2.1/modules/core/pom.xml?rev=1224902&r1=1224901&r2=1224902&view=diff
==============================================================================
--- synapse/branches/2.1/modules/core/pom.xml (original)
+++ synapse/branches/2.1/modules/core/pom.xml Tue Dec 27 12:39:43 2011
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>2.1.0</version>
+        <version>2.1.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -38,6 +38,12 @@
     <packaging>bundle</packaging>
     <url>http://synapse.apache.org</url>
 
+    <scm>
+        
<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>
         <plugins>
 

Modified: synapse/branches/2.1/modules/distribution/pom.xml
URL: 
http://svn.apache.org/viewvc/synapse/branches/2.1/modules/distribution/pom.xml?rev=1224902&r1=1224901&r2=1224902&view=diff
==============================================================================
--- synapse/branches/2.1/modules/distribution/pom.xml (original)
+++ synapse/branches/2.1/modules/distribution/pom.xml Tue Dec 27 12:39:43 2011
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>2.1.0</version>
+        <version>2.1.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -35,6 +35,13 @@
     <name>Apache Synapse - Distribution</name>
     <description>Apache Synapse - Distribution</description>
     <packaging>pom</packaging>
+
+    <scm>
+        
<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>
         <dependency>
             <groupId>org.apache.synapse</groupId>

Modified: synapse/branches/2.1/modules/experimental/pom.xml
URL: 
http://svn.apache.org/viewvc/synapse/branches/2.1/modules/experimental/pom.xml?rev=1224902&r1=1224901&r2=1224902&view=diff
==============================================================================
--- synapse/branches/2.1/modules/experimental/pom.xml (original)
+++ synapse/branches/2.1/modules/experimental/pom.xml Tue Dec 27 12:39:43 2011
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>2.1.0</version>
+        <version>2.1.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -37,6 +37,12 @@
     <description>Apache Synapse - Experimental code (use at your own 
risk!)</description>
     <packaging>bundle</packaging>
 
+    <scm>
+        
<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>
         <plugins>
             <plugin>

Modified: synapse/branches/2.1/modules/extensions/pom.xml
URL: 
http://svn.apache.org/viewvc/synapse/branches/2.1/modules/extensions/pom.xml?rev=1224902&r1=1224901&r2=1224902&view=diff
==============================================================================
--- synapse/branches/2.1/modules/extensions/pom.xml (original)
+++ synapse/branches/2.1/modules/extensions/pom.xml Tue Dec 27 12:39:43 2011
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>2.1.0</version>
+        <version>2.1.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -37,6 +37,12 @@
     <description>Apache Synapse - Extensions</description>
     <packaging>bundle</packaging>
 
+    <scm>
+        
<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>
         <plugins>
 

Modified: synapse/branches/2.1/modules/handler/pom.xml
URL: 
http://svn.apache.org/viewvc/synapse/branches/2.1/modules/handler/pom.xml?rev=1224902&r1=1224901&r2=1224902&view=diff
==============================================================================
--- synapse/branches/2.1/modules/handler/pom.xml (original)
+++ synapse/branches/2.1/modules/handler/pom.xml Tue Dec 27 12:39:43 2011
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>2.1.0</version>
+        <version>2.1.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -37,6 +37,12 @@
     <description>Apache Synapse - Handler Module</description>
     <packaging>bundle</packaging>
 
+    <scm>
+        
<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>
 
         <plugins>

Modified: synapse/branches/2.1/modules/integration/pom.xml
URL: 
http://svn.apache.org/viewvc/synapse/branches/2.1/modules/integration/pom.xml?rev=1224902&r1=1224901&r2=1224902&view=diff
==============================================================================
--- synapse/branches/2.1/modules/integration/pom.xml (original)
+++ synapse/branches/2.1/modules/integration/pom.xml Tue Dec 27 12:39:43 2011
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>2.1.0</version>
+        <version>2.1.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -37,6 +37,12 @@
     <description>Apache Synapse - Sample Automation Framework</description>
     <!--<packaging>bundle</packaging>-->
 
+    <scm>
+        
<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>
         <plugins>
 
@@ -435,7 +441,7 @@
         <dependency>
             <groupId>org.apache.activemq</groupId>
             <artifactId>activemq-core</artifactId>
-            <version>5.5.0</version>
+            <version>5.2.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>

Modified: 
synapse/branches/2.1/modules/integration/src/test/java/org/apache/synapse/samples/framework/Axis2BackEndServerController.java
URL: 
http://svn.apache.org/viewvc/synapse/branches/2.1/modules/integration/src/test/java/org/apache/synapse/samples/framework/Axis2BackEndServerController.java?rev=1224902&r1=1224901&r2=1224902&view=diff
==============================================================================
--- 
synapse/branches/2.1/modules/integration/src/test/java/org/apache/synapse/samples/framework/Axis2BackEndServerController.java
 (original)
+++ 
synapse/branches/2.1/modules/integration/src/test/java/org/apache/synapse/samples/framework/Axis2BackEndServerController.java
 Tue Dec 27 12:39:43 2011
@@ -92,7 +92,7 @@ public class Axis2BackEndServerControlle
                 TransportInDescription httpTrsIn = 
configContext.getAxisConfiguration().
                         getTransportsIn().get("http");
                 String httpPort = configuration.getHttpPort();
-                if (httpPort != null && !httpPort.isEmpty()) {
+                if (httpPort != null && httpPort.length() > 0) {
                     try {
                         new Integer(httpPort);
                         httpTrsIn.getParameter("port").setValue(httpPort);
@@ -104,7 +104,7 @@ public class Axis2BackEndServerControlle
                 TransportInDescription httpsTrsIn = 
configContext.getAxisConfiguration().
                         getTransportsIn().get("https");
                 String httpsPort = configuration.getHttpsPort();
-                if (httpsPort != null && !httpsPort.isEmpty()) {
+                if (httpsPort != null && httpsPort.length() > 0) {
                     try {
                         new Integer(httpsPort);
                         httpsTrsIn.getParameter("port").setValue(httpsPort);

Modified: 
synapse/branches/2.1/modules/integration/src/test/java/org/apache/synapse/samples/framework/SynapseTestCase.java
URL: 
http://svn.apache.org/viewvc/synapse/branches/2.1/modules/integration/src/test/java/org/apache/synapse/samples/framework/SynapseTestCase.java?rev=1224902&r1=1224901&r2=1224902&view=diff
==============================================================================
--- 
synapse/branches/2.1/modules/integration/src/test/java/org/apache/synapse/samples/framework/SynapseTestCase.java
 (original)
+++ 
synapse/branches/2.1/modules/integration/src/test/java/org/apache/synapse/samples/framework/SynapseTestCase.java
 Tue Dec 27 12:39:43 2011
@@ -436,7 +436,7 @@ public abstract class SynapseTestCase ex
     private boolean configureClustering() {
         try {
             String ip = SynapseTestUtils.getIPAddress();
-            if (ip == null || ip.isEmpty()) {
+            if (ip == null || ip.length() == 0) {
                 log.fatal("Could not detect an active IP address");
                 return false;
             }

Modified: 
synapse/branches/2.1/modules/integration/src/test/java/org/apache/synapse/samples/framework/SynapseTestUtils.java
URL: 
http://svn.apache.org/viewvc/synapse/branches/2.1/modules/integration/src/test/java/org/apache/synapse/samples/framework/SynapseTestUtils.java?rev=1224902&r1=1224901&r2=1224902&view=diff
==============================================================================
--- 
synapse/branches/2.1/modules/integration/src/test/java/org/apache/synapse/samples/framework/SynapseTestUtils.java
 (original)
+++ 
synapse/branches/2.1/modules/integration/src/test/java/org/apache/synapse/samples/framework/SynapseTestUtils.java
 Tue Dec 27 12:39:43 2011
@@ -51,7 +51,7 @@ public class SynapseTestUtils {
             NetworkInterface ni = (NetworkInterface) e.nextElement();
             // Clustering doesn't work for loop-back addresses, so we are not 
interested
             // we are not interested in inactive interfaces either
-            if (ni.isLoopback() || !ni.isUp()) continue;
+            // if (ni.isLoopback() || !ni.isUp()) continue;
 
             Enumeration e2 = ni.getInetAddresses();
             while (e2.hasMoreElements()) {

Modified: synapse/branches/2.1/modules/migrator/pom.xml
URL: 
http://svn.apache.org/viewvc/synapse/branches/2.1/modules/migrator/pom.xml?rev=1224902&r1=1224901&r2=1224902&view=diff
==============================================================================
--- synapse/branches/2.1/modules/migrator/pom.xml (original)
+++ synapse/branches/2.1/modules/migrator/pom.xml Tue Dec 27 12:39:43 2011
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>2.1.0</version>
+        <version>2.1.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -39,6 +39,12 @@
         compatible version
     </description>
 
+    <scm>
+        
<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>
         <plugins>
             <plugin>

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=1224902&r1=1224901&r2=1224902&view=diff
==============================================================================
--- synapse/branches/2.1/modules/packaging/package-archetype/pom.xml (original)
+++ synapse/branches/2.1/modules/packaging/package-archetype/pom.xml Tue Dec 27 
12:39:43 2011
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>2.1.0</version>
+        <version>2.1.0-SNAPSHOT</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
     <artifactId>synapse-package-archetype</artifactId>
@@ -35,6 +35,13 @@
         This archetype can be used to create Maven projects that bundle a 
mediation
         into a standalone distribution ready to be executed
     </description>
+
+    <scm>
+        
<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>
         <resources>
             <resource>

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=1224902&r1=1224901&r2=1224902&view=diff
==============================================================================
--- synapse/branches/2.1/modules/packaging/package-skeleton/pom.xml (original)
+++ synapse/branches/2.1/modules/packaging/package-skeleton/pom.xml Tue Dec 27 
12:39:43 2011
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>2.1.0</version>
+        <version>2.1.0-SNAPSHOT</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
     <artifactId>synapse-package-skeleton</artifactId>
@@ -36,6 +36,13 @@
         configuration files to run Synapse. It can be used as a basis to 
bundle a mediation
         into a standalone distribution ready to be executed.
     </description>
+
+    <scm>
+        
<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>
         <dependency>
             <groupId>org.apache.synapse</groupId>

Modified: synapse/branches/2.1/modules/patches/pom.xml
URL: 
http://svn.apache.org/viewvc/synapse/branches/2.1/modules/patches/pom.xml?rev=1224902&r1=1224901&r2=1224902&view=diff
==============================================================================
--- synapse/branches/2.1/modules/patches/pom.xml (original)
+++ synapse/branches/2.1/modules/patches/pom.xml Tue Dec 27 12:39:43 2011
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>2.1.0</version>
+        <version>2.1.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>synapse-patches</artifactId>
@@ -37,6 +37,12 @@
         the individual JAR files.
     </description>
 
+    <scm>
+        
<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>
         <plugins>
             <plugin>

Modified: synapse/branches/2.1/modules/samples/pom.xml
URL: 
http://svn.apache.org/viewvc/synapse/branches/2.1/modules/samples/pom.xml?rev=1224902&r1=1224901&r2=1224902&view=diff
==============================================================================
--- synapse/branches/2.1/modules/samples/pom.xml (original)
+++ synapse/branches/2.1/modules/samples/pom.xml Tue Dec 27 12:39:43 2011
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>2.1.0</version>
+        <version>2.1.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -37,6 +37,12 @@
     <description>Apache Synapse - Samples</description>
     <packaging>bundle</packaging>
 
+    <scm>
+        
<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>
         <profile>
             <id>integration</id>

Modified: synapse/branches/2.1/modules/securevault/pom.xml
URL: 
http://svn.apache.org/viewvc/synapse/branches/2.1/modules/securevault/pom.xml?rev=1224902&r1=1224901&r2=1224902&view=diff
==============================================================================
--- synapse/branches/2.1/modules/securevault/pom.xml (original)
+++ synapse/branches/2.1/modules/securevault/pom.xml Tue Dec 27 12:39:43 2011
@@ -23,18 +23,24 @@
         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";>
     <modelVersion>4.0.0</modelVersion>
-    <!-- TODO: shouldn't this be a Synapse specific parent-POM??? -->
     <parent>
-        <groupId>org.apache</groupId>
-        <artifactId>apache</artifactId>
-        <version>7</version>
+        <groupId>org.apache.synapse</groupId>
+        <artifactId>Apache-Synapse</artifactId>
+        <version>2.1.0-SNAPSHOT</version>
+        <relativePath>../../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.synapse</groupId>
     <artifactId>synapse-securevault</artifactId>
-    <version>2.1.0</version>
-    <name>Apache Synapse - Secure vault</name>
+    <name>Apache Synapse - Secure Vault</name>
     <description>Apache Synapse - Secure vault</description>
     <packaging>bundle</packaging>
+
+    <scm>
+        
<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>
         <plugins>
             <plugin>

Modified: synapse/branches/2.1/modules/tasks/pom.xml
URL: 
http://svn.apache.org/viewvc/synapse/branches/2.1/modules/tasks/pom.xml?rev=1224902&r1=1224901&r2=1224902&view=diff
==============================================================================
--- synapse/branches/2.1/modules/tasks/pom.xml (original)
+++ synapse/branches/2.1/modules/tasks/pom.xml Tue Dec 27 12:39:43 2011
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>2.1.0</version>
+        <version>2.1.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -37,6 +37,12 @@
     <description>Apache Synapse - Tasks classes</description>
     <packaging>bundle</packaging>
 
+    <scm>
+        
<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>
         <plugins>
 

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=1224902&r1=1224901&r2=1224902&view=diff
==============================================================================
--- synapse/branches/2.1/modules/transports/core/nhttp/pom.xml (original)
+++ synapse/branches/2.1/modules/transports/core/nhttp/pom.xml Tue Dec 27 
12:39:43 2011
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>synapse-transports</artifactId>
-        <version>2.1.0</version>
+        <version>2.1.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -36,6 +36,12 @@
     <description>Apache Synapse - Non-blocking HTTP/s Transport</description>
     <packaging>bundle</packaging>
 
+    <scm>
+        
<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>
         <plugins>
             <plugin>

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=1224902&r1=1224901&r2=1224902&view=diff
==============================================================================
--- synapse/branches/2.1/modules/transports/core/pipe/pom.xml (original)
+++ synapse/branches/2.1/modules/transports/core/pipe/pom.xml Tue Dec 27 
12:39:43 2011
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>synapse-transports</artifactId>
-        <version>2.1.0</version>
+        <version>2.1.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -36,6 +36,12 @@
     <description>Apache Synapse - PIPE Transport</description>
     <packaging>bundle</packaging>
 
+    <scm>
+        
<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>
         <plugins>
             <plugin>

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=1224902&r1=1224901&r2=1224902&view=diff
==============================================================================
--- synapse/branches/2.1/modules/transports/core/vfs/pom.xml (original)
+++ synapse/branches/2.1/modules/transports/core/vfs/pom.xml Tue Dec 27 
12:39:43 2011
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>synapse-transports</artifactId>
-        <version>2.1.0</version>
+        <version>2.1.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -36,6 +36,12 @@
     <description>Apache Synapse - VFS Transport</description>
     <packaging>bundle</packaging>
 
+    <scm>
+        
<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>
         <plugins>
             <plugin>

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=1224902&r1=1224901&r2=1224902&view=diff
==============================================================================
--- synapse/branches/2.1/modules/transports/optional/fix/pom.xml (original)
+++ synapse/branches/2.1/modules/transports/optional/fix/pom.xml Tue Dec 27 
12:39:43 2011
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>synapse-transports</artifactId>
-        <version>2.1.0</version>
+        <version>2.1.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -36,6 +36,12 @@
     <description>Apache Synapse - FIX Transport</description>
     <packaging>bundle</packaging>
 
+    <scm>
+        
<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>
         <plugins>
             <plugin>

Modified: synapse/branches/2.1/modules/transports/pom.xml
URL: 
http://svn.apache.org/viewvc/synapse/branches/2.1/modules/transports/pom.xml?rev=1224902&r1=1224901&r2=1224902&view=diff
==============================================================================
--- synapse/branches/2.1/modules/transports/pom.xml (original)
+++ synapse/branches/2.1/modules/transports/pom.xml Tue Dec 27 12:39:43 2011
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>2.1.0</version>
+        <version>2.1.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -36,6 +36,12 @@
     <description>Apache Synapse - Transports</description>
     <packaging>pom</packaging>
 
+    <scm>
+        
<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>
         <module>core/nhttp</module>
         <module>core/pipe</module>

Modified: synapse/branches/2.1/modules/war/pom.xml
URL: 
http://svn.apache.org/viewvc/synapse/branches/2.1/modules/war/pom.xml?rev=1224902&r1=1224901&r2=1224902&view=diff
==============================================================================
--- synapse/branches/2.1/modules/war/pom.xml (original)
+++ synapse/branches/2.1/modules/war/pom.xml Tue Dec 27 12:39:43 2011
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>2.1.0</version>
+        <version>2.1.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -37,6 +37,12 @@
     <description>Apache Synapse - Web Application</description>
     <packaging>war</packaging>
 
+    <scm>
+        
<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>
         <dependency>
             <groupId>org.apache.synapse</groupId>

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=1224902&r1=1224901&r2=1224902&view=diff
==============================================================================
--- synapse/branches/2.1/modules/xar-maven-plugin/pom.xml (original)
+++ synapse/branches/2.1/modules/xar-maven-plugin/pom.xml Tue Dec 27 12:39:43 
2011
@@ -21,12 +21,22 @@
          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";>
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.synapse</groupId>
+    <parent>
+        <groupId>org.apache.synapse</groupId>
+        <artifactId>Apache-Synapse</artifactId>
+        <version>2.1.0-SNAPSHOT</version>
+        <relativePath>../../pom.xml</relativePath>
+    </parent>
     <artifactId>synapse-xar-maven-plugin</artifactId>
-    <version>2.1.0</version>
     <packaging>maven-plugin</packaging>
     <name>Apache Synapse - XAR Maven Plugin</name>
     <description>Maven 2 plugin to create Synapse extension 
archives</description>
+
+    <scm>
+        
<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>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

Modified: synapse/branches/2.1/pom.xml
URL: 
http://svn.apache.org/viewvc/synapse/branches/2.1/pom.xml?rev=1224902&r1=1224901&r2=1224902&view=diff
==============================================================================
--- synapse/branches/2.1/pom.xml (original)
+++ synapse/branches/2.1/pom.xml Tue Dec 27 12:39:43 2011
@@ -27,12 +27,12 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>7</version>
+        <version>9</version>
     </parent>
 
     <groupId>org.apache.synapse</groupId>
     <artifactId>Apache-Synapse</artifactId>
-    <version>2.1.0</version>
+    <version>2.1.0-SNAPSHOT</version>
 
     <name>Apache Synapse</name>
     <description>Apache Synapse</description>
@@ -79,10 +79,8 @@
     </licenses>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/synapse/trunk/java
-        </connection>
-        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/synapse/trunk/java
-        </developerConnection>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/synapse/trunk/java</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/synapse/trunk/java</developerConnection>
         <url>http://svn.apache.org/viewvc/synapse/trunk/java/</url>
     </scm>
 
@@ -699,11 +697,11 @@
             <scope>test</scope>
         </dependency>
 
-       <dependency>
-           <groupId>org.wso2.uri.template</groupId>
-           <artifactId>wso2-uri-templates</artifactId>
-           <version>1.0.0</version>
-       </dependency>
+        <dependency>
+            <groupId>org.wso2.uri.template</groupId>
+            <artifactId>wso2-uri-templates</artifactId>
+            <version>1.0.0</version>
+        </dependency>
         
         <!-- Caching dependencies -->
         <dependency>
@@ -747,7 +745,7 @@
     </reporting>
 
     <distributionManagement>
-        <snapshotRepository>
+        <!--snapshotRepository>
             <id>apache-snapshots</id>
             <name>Apache Development Repository</name>
             
<url>scpexe://people.apache.org//www/people.apache.org/repo/m2-snapshot-repository</url>
@@ -756,9 +754,9 @@
             <id>apache-releases</id>
             <name>Apache Ibiblio rsync Repository</name>
             
<url>scpexe://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
-        </repository>
+        </repository-->
         <site>
-            <id>website</id>
+            <id>apache.website</id>
             <url>scpexe://people.apache.org/www/synapse.apache.org/</url>
         </site>
     </distributionManagement>
@@ -824,7 +822,7 @@
         <!-- Sets the source encoding to UTF-8 -->
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <!-- Synapse and related components -->
-        <synapse.version>2.1.0</synapse.version>
+        <synapse.version>${project.version}</synapse.version>
         <commons.dbcp.version>1.2.2</commons.dbcp.version>
         <commons.pool.version>1.3</commons.pool.version>
         <commons.vfs.version>2.0</commons.vfs.version>


Reply via email to