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=1226379&r1=1226378&r2=1226379&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 
09:55:22 2012
@@ -18,12 +18,15 @@
   ~  under the License.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+<project
+    xmlns="http://maven.apache.org/POM/4.0.0";
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>synapse-transports</artifactId>
-        <version>2.1.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

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=1226379&r1=1226378&r2=1226379&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 
09:55:22 2012
@@ -18,12 +18,15 @@
   ~  under the License.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+<project
+    xmlns="http://maven.apache.org/POM/4.0.0";
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>synapse-transports</artifactId>
-        <version>2.1.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

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=1226379&r1=1226378&r2=1226379&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 
09:55:22 2012
@@ -18,12 +18,15 @@
   ~  under the License.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+<project
+    xmlns="http://maven.apache.org/POM/4.0.0";
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>synapse-transports</artifactId>
-        <version>2.1.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: synapse/branches/2.1/modules/transports/pom.xml
URL: 
http://svn.apache.org/viewvc/synapse/branches/2.1/modules/transports/pom.xml?rev=1226379&r1=1226378&r2=1226379&view=diff
==============================================================================
--- synapse/branches/2.1/modules/transports/pom.xml (original)
+++ synapse/branches/2.1/modules/transports/pom.xml Mon Jan  2 09:55:22 2012
@@ -18,12 +18,15 @@
   ~  under the License.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+<project
+    xmlns="http://maven.apache.org/POM/4.0.0";
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>2.1.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: synapse/branches/2.1/modules/war/pom.xml
URL: 
http://svn.apache.org/viewvc/synapse/branches/2.1/modules/war/pom.xml?rev=1226379&r1=1226378&r2=1226379&view=diff
==============================================================================
--- synapse/branches/2.1/modules/war/pom.xml (original)
+++ synapse/branches/2.1/modules/war/pom.xml Mon Jan  2 09:55:22 2012
@@ -18,12 +18,15 @@
   ~  under the License.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+<project
+        xmlns="http://maven.apache.org/POM/4.0.0";
+        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>2.1.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

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=1226379&r1=1226378&r2=1226379&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 09:55:22 
2012
@@ -17,12 +17,14 @@
   ~  specific language governing permissions and limitations
   ~  under the License.
   -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+<project xmlns="http://maven.apache.org/POM/4.0.0";
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.synapse</groupId>
         <artifactId>Apache-Synapse</artifactId>
-        <version>2.1.1-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>synapse-xar-maven-plugin</artifactId>

Modified: synapse/branches/2.1/pom.xml
URL: 
http://svn.apache.org/viewvc/synapse/branches/2.1/pom.xml?rev=1226379&r1=1226378&r2=1226379&view=diff
==============================================================================
--- synapse/branches/2.1/pom.xml (original)
+++ synapse/branches/2.1/pom.xml Mon Jan  2 09:55:22 2012
@@ -18,7 +18,10 @@
   ~  under the License.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+<project
+        xmlns="http://maven.apache.org/POM/4.0.0";
+        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
@@ -29,7 +32,7 @@
 
     <groupId>org.apache.synapse</groupId>
     <artifactId>Apache-Synapse</artifactId>
-    <version>2.1.1-SNAPSHOT</version>
+    <version>2.1.0-SNAPSHOT</version>
 
     <name>Apache Synapse</name>
     <description>Apache Synapse</description>
@@ -967,7 +970,7 @@
             <name>Davanum Srinivas</name>
             <id>dims</id>
             <email>[email protected]</email>
-            <organization />
+            <organization></organization>
         </developer>
         <developer>
             <name>Sanjiva Weerawarana</name>


Reply via email to