Author: ruwan Date: Tue Jun 16 11:27:17 2009 New Revision: 39187 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=39187
Log: changing the version of the ESB to 2.1.0.beta1 Modified: branches/esb/java/2.1-beta1/product/modules/distribution/pom.xml branches/esb/java/2.1-beta1/product/modules/distribution/src/main/assembly/filter.properties branches/esb/java/2.1-beta1/product/modules/samples/pom.xml branches/esb/java/2.1-beta1/product/modules/styles/pom.xml branches/esb/java/2.1-beta1/product/pom.xml Modified: branches/esb/java/2.1-beta1/product/modules/distribution/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/esb/java/2.1-beta1/product/modules/distribution/pom.xml?rev=39187&r1=39186&r2=39187&view=diff ============================================================================== --- branches/esb/java/2.1-beta1/product/modules/distribution/pom.xml (original) +++ branches/esb/java/2.1-beta1/product/modules/distribution/pom.xml Tue Jun 16 11:27:17 2009 @@ -24,7 +24,7 @@ <parent> <groupId>org.wso2.esb</groupId> <artifactId>esb-parent</artifactId> - <version>2.1.0.SNAPSHOT</version> + <version>2.1.0.beta1</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: branches/esb/java/2.1-beta1/product/modules/distribution/src/main/assembly/filter.properties URL: http://wso2.org/svn/browse/wso2/branches/esb/java/2.1-beta1/product/modules/distribution/src/main/assembly/filter.properties?rev=39187&r1=39186&r2=39187&view=diff ============================================================================== --- branches/esb/java/2.1-beta1/product/modules/distribution/src/main/assembly/filter.properties (original) +++ branches/esb/java/2.1-beta1/product/modules/distribution/src/main/assembly/filter.properties Tue Jun 16 11:27:17 2009 @@ -2,5 +2,5 @@ product.version=2.1 carbon.version=2.0.0.beta1 -esb.version=2.1.0.SNAPSHOT +esb.version=2.1.0.beta1 bundle.creators=org.wso2.carbon.mediator.bridge.MediatorBundleCreator \ No newline at end of file Modified: branches/esb/java/2.1-beta1/product/modules/samples/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/esb/java/2.1-beta1/product/modules/samples/pom.xml?rev=39187&r1=39186&r2=39187&view=diff ============================================================================== --- branches/esb/java/2.1-beta1/product/modules/samples/pom.xml (original) +++ branches/esb/java/2.1-beta1/product/modules/samples/pom.xml Tue Jun 16 11:27:17 2009 @@ -24,7 +24,7 @@ <parent> <groupId>org.wso2.esb</groupId> <artifactId>esb-parent</artifactId> - <version>2.1.0.SNAPSHOT</version> + <version>2.1.0.beta1</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: branches/esb/java/2.1-beta1/product/modules/styles/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/esb/java/2.1-beta1/product/modules/styles/pom.xml?rev=39187&r1=39186&r2=39187&view=diff ============================================================================== --- branches/esb/java/2.1-beta1/product/modules/styles/pom.xml (original) +++ branches/esb/java/2.1-beta1/product/modules/styles/pom.xml Tue Jun 16 11:27:17 2009 @@ -25,7 +25,7 @@ <parent> <groupId>org.wso2.esb</groupId> <artifactId>esb-parent</artifactId> - <version>2.1.0.SNAPSHOT</version> + <version>2.1.0.beta1</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: branches/esb/java/2.1-beta1/product/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/esb/java/2.1-beta1/product/pom.xml?rev=39187&r1=39186&r2=39187&view=diff ============================================================================== --- branches/esb/java/2.1-beta1/product/pom.xml (original) +++ branches/esb/java/2.1-beta1/product/pom.xml Tue Jun 16 11:27:17 2009 @@ -24,7 +24,7 @@ <groupId>org.wso2.esb</groupId> <artifactId>esb-parent</artifactId> <packaging>pom</packaging> - <version>2.1.0.SNAPSHOT</version> + <version>2.1.0.beta1</version> <name>WSO2 ESB</name> <url>http://wso2.org/projects/esb/java</url> <description>WSO2 Enterprise Service Bus</description> @@ -150,7 +150,7 @@ <poi.version>3.0-FINAL</poi.version> <carbon.version>2.0.0.beta1</carbon.version> <synapse.version>1.3.0.wso2v1</synapse.version> - <esb.version>SNAPSHOT</esb.version> + <esb.version>2.1.0.beta1</esb.version> </properties> </project> _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
