Author: ruwan Date: Wed Apr 22 00:28:42 2009 New Revision: 33877 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=33877
Log: changing the version to 1.3-wso2v1 Modified: branches/synapse/1.3-wso2v1/modules/core/pom.xml branches/synapse/1.3-wso2v1/modules/distribution/pom.xml branches/synapse/1.3-wso2v1/modules/experimental/pom.xml branches/synapse/1.3-wso2v1/modules/extensions/pom.xml branches/synapse/1.3-wso2v1/modules/handler/pom.xml branches/synapse/1.3-wso2v1/modules/packaging/package-archetype/pom.xml branches/synapse/1.3-wso2v1/modules/packaging/package-skeleton/pom.xml branches/synapse/1.3-wso2v1/modules/samples/pom.xml branches/synapse/1.3-wso2v1/modules/tasks/pom.xml branches/synapse/1.3-wso2v1/modules/transports/pom.xml branches/synapse/1.3-wso2v1/modules/utils/pom.xml branches/synapse/1.3-wso2v1/modules/war/pom.xml branches/synapse/1.3-wso2v1/modules/xar-maven-plugin/pom.xml branches/synapse/1.3-wso2v1/pom.xml Modified: branches/synapse/1.3-wso2v1/modules/core/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/synapse/1.3-wso2v1/modules/core/pom.xml?rev=33877&r1=33876&r2=33877&view=diff ============================================================================== --- branches/synapse/1.3-wso2v1/modules/core/pom.xml (original) +++ branches/synapse/1.3-wso2v1/modules/core/pom.xml Wed Apr 22 00:28:42 2009 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.synapse</groupId> <artifactId>Apache-Synapse</artifactId> - <version>SNAPSHOT</version> + <version>1.3-wso2v1</version> <relativePath>../../pom.xml</relativePath> </parent> Modified: branches/synapse/1.3-wso2v1/modules/distribution/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/synapse/1.3-wso2v1/modules/distribution/pom.xml?rev=33877&r1=33876&r2=33877&view=diff ============================================================================== --- branches/synapse/1.3-wso2v1/modules/distribution/pom.xml (original) +++ branches/synapse/1.3-wso2v1/modules/distribution/pom.xml Wed Apr 22 00:28:42 2009 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.synapse</groupId> <artifactId>Apache-Synapse</artifactId> - <version>SNAPSHOT</version> + <version>1.3-wso2v1</version> <relativePath>../../pom.xml</relativePath> </parent> Modified: branches/synapse/1.3-wso2v1/modules/experimental/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/synapse/1.3-wso2v1/modules/experimental/pom.xml?rev=33877&r1=33876&r2=33877&view=diff ============================================================================== --- branches/synapse/1.3-wso2v1/modules/experimental/pom.xml (original) +++ branches/synapse/1.3-wso2v1/modules/experimental/pom.xml Wed Apr 22 00:28:42 2009 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.synapse</groupId> <artifactId>Apache-Synapse</artifactId> - <version>SNAPSHOT</version> + <version>1.3-wso2v1</version> <relativePath>../../pom.xml</relativePath> </parent> Modified: branches/synapse/1.3-wso2v1/modules/extensions/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/synapse/1.3-wso2v1/modules/extensions/pom.xml?rev=33877&r1=33876&r2=33877&view=diff ============================================================================== --- branches/synapse/1.3-wso2v1/modules/extensions/pom.xml (original) +++ branches/synapse/1.3-wso2v1/modules/extensions/pom.xml Wed Apr 22 00:28:42 2009 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.synapse</groupId> <artifactId>Apache-Synapse</artifactId> - <version>SNAPSHOT</version> + <version>1.3-wso2v1</version> <relativePath>../../pom.xml</relativePath> </parent> Modified: branches/synapse/1.3-wso2v1/modules/handler/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/synapse/1.3-wso2v1/modules/handler/pom.xml?rev=33877&r1=33876&r2=33877&view=diff ============================================================================== --- branches/synapse/1.3-wso2v1/modules/handler/pom.xml (original) +++ branches/synapse/1.3-wso2v1/modules/handler/pom.xml Wed Apr 22 00:28:42 2009 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.synapse</groupId> <artifactId>Apache-Synapse</artifactId> - <version>SNAPSHOT</version> + <version>1.3-wso2v1</version> <relativePath>../../pom.xml</relativePath> </parent> Modified: branches/synapse/1.3-wso2v1/modules/packaging/package-archetype/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/synapse/1.3-wso2v1/modules/packaging/package-archetype/pom.xml?rev=33877&r1=33876&r2=33877&view=diff ============================================================================== --- branches/synapse/1.3-wso2v1/modules/packaging/package-archetype/pom.xml (original) +++ branches/synapse/1.3-wso2v1/modules/packaging/package-archetype/pom.xml Wed Apr 22 00:28:42 2009 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.synapse</groupId> <artifactId>Apache-Synapse</artifactId> - <version>SNAPSHOT</version> + <version>1.3-wso2v1</version> <relativePath>../../../pom.xml</relativePath> </parent> <artifactId>synapse-package-archetype</artifactId> Modified: branches/synapse/1.3-wso2v1/modules/packaging/package-skeleton/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/synapse/1.3-wso2v1/modules/packaging/package-skeleton/pom.xml?rev=33877&r1=33876&r2=33877&view=diff ============================================================================== --- branches/synapse/1.3-wso2v1/modules/packaging/package-skeleton/pom.xml (original) +++ branches/synapse/1.3-wso2v1/modules/packaging/package-skeleton/pom.xml Wed Apr 22 00:28:42 2009 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.synapse</groupId> <artifactId>Apache-Synapse</artifactId> - <version>SNAPSHOT</version> + <version>1.3-wso2v1</version> <relativePath>../../../pom.xml</relativePath> </parent> <artifactId>synapse-package-skeleton</artifactId> Modified: branches/synapse/1.3-wso2v1/modules/samples/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/synapse/1.3-wso2v1/modules/samples/pom.xml?rev=33877&r1=33876&r2=33877&view=diff ============================================================================== --- branches/synapse/1.3-wso2v1/modules/samples/pom.xml (original) +++ branches/synapse/1.3-wso2v1/modules/samples/pom.xml Wed Apr 22 00:28:42 2009 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.synapse</groupId> <artifactId>Apache-Synapse</artifactId> - <version>SNAPSHOT</version> + <version>1.3-wso2v1</version> <relativePath>../../pom.xml</relativePath> </parent> Modified: branches/synapse/1.3-wso2v1/modules/tasks/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/synapse/1.3-wso2v1/modules/tasks/pom.xml?rev=33877&r1=33876&r2=33877&view=diff ============================================================================== --- branches/synapse/1.3-wso2v1/modules/tasks/pom.xml (original) +++ branches/synapse/1.3-wso2v1/modules/tasks/pom.xml Wed Apr 22 00:28:42 2009 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.synapse</groupId> <artifactId>Apache-Synapse</artifactId> - <version>SNAPSHOT</version> + <version>1.3-wso2v1</version> <relativePath>../../pom.xml</relativePath> </parent> Modified: branches/synapse/1.3-wso2v1/modules/transports/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/synapse/1.3-wso2v1/modules/transports/pom.xml?rev=33877&r1=33876&r2=33877&view=diff ============================================================================== --- branches/synapse/1.3-wso2v1/modules/transports/pom.xml (original) +++ branches/synapse/1.3-wso2v1/modules/transports/pom.xml Wed Apr 22 00:28:42 2009 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.synapse</groupId> <artifactId>Apache-Synapse</artifactId> - <version>SNAPSHOT</version> + <version>1.3-wso2v1</version> <relativePath>../../pom.xml</relativePath> </parent> Modified: branches/synapse/1.3-wso2v1/modules/utils/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/synapse/1.3-wso2v1/modules/utils/pom.xml?rev=33877&r1=33876&r2=33877&view=diff ============================================================================== --- branches/synapse/1.3-wso2v1/modules/utils/pom.xml (original) +++ branches/synapse/1.3-wso2v1/modules/utils/pom.xml Wed Apr 22 00:28:42 2009 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.synapse</groupId> <artifactId>Apache-Synapse</artifactId> - <version>SNAPSHOT</version> + <version>1.3-wso2v1</version> <relativePath>../../pom.xml</relativePath> </parent> Modified: branches/synapse/1.3-wso2v1/modules/war/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/synapse/1.3-wso2v1/modules/war/pom.xml?rev=33877&r1=33876&r2=33877&view=diff ============================================================================== --- branches/synapse/1.3-wso2v1/modules/war/pom.xml (original) +++ branches/synapse/1.3-wso2v1/modules/war/pom.xml Wed Apr 22 00:28:42 2009 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.synapse</groupId> <artifactId>Apache-Synapse</artifactId> - <version>SNAPSHOT</version> + <version>1.3-wso2v1</version> <relativePath>../../pom.xml</relativePath> </parent> Modified: branches/synapse/1.3-wso2v1/modules/xar-maven-plugin/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/synapse/1.3-wso2v1/modules/xar-maven-plugin/pom.xml?rev=33877&r1=33876&r2=33877&view=diff ============================================================================== --- branches/synapse/1.3-wso2v1/modules/xar-maven-plugin/pom.xml (original) +++ branches/synapse/1.3-wso2v1/modules/xar-maven-plugin/pom.xml Wed Apr 22 00:28:42 2009 @@ -23,7 +23,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.synapse</groupId> <artifactId>synapse-xar-maven-plugin</artifactId> - <version>SNAPSHOT</version> + <version>1.3-wso2v1</version> <packaging>maven-plugin</packaging> <name>Apache Synapse - XAR Maven Plugin</name> <description>Maven 2 plugin to create Synapse extension archives</description> Modified: branches/synapse/1.3-wso2v1/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/synapse/1.3-wso2v1/pom.xml?rev=33877&r1=33876&r2=33877&view=diff ============================================================================== --- branches/synapse/1.3-wso2v1/pom.xml (original) +++ branches/synapse/1.3-wso2v1/pom.xml Wed Apr 22 00:28:42 2009 @@ -32,7 +32,7 @@ <groupId>org.apache.synapse</groupId> <artifactId>Apache-Synapse</artifactId> - <version>SNAPSHOT</version> + <version>1.3-wso2v1</version> <name>Apache Synapse</name> <description>Apache Synapse</description> @@ -813,7 +813,7 @@ <properties> <!-- Synapse and related components --> - <synapse.version>SNAPSHOT</synapse.version> + <synapse.version>1.3-wso2v1</synapse.version> <commons.dbcp.version>1.2.2</commons.dbcp.version> <commons.pool.version>1.3</commons.pool.version> <commons.vfs.version>1.1-587797</commons.vfs.version> _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
