Author: ruwan Date: Sat Jul 4 20:24:07 2009 New Revision: 40823 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=40823
Log: Fixing the versions Modified: branches/wsas/java/3.1/product/modules/distribution/pom.xml branches/wsas/java/3.1/product/modules/distribution/src/assembly/filter.properties branches/wsas/java/3.1/product/modules/samples/Chad/pom.xml branches/wsas/java/3.1/product/modules/samples/CommodityQuote/pom.xml branches/wsas/java/3.1/product/modules/samples/DataService/pom.xml branches/wsas/java/3.1/product/modules/samples/EJBService/pom.xml branches/wsas/java/3.1/product/modules/samples/Eventing/client/pom.xml branches/wsas/java/3.1/product/modules/samples/Eventing/consumer/pom.xml branches/wsas/java/3.1/product/modules/samples/Eventing/pom.xml branches/wsas/java/3.1/product/modules/samples/Eventing/publisher/pom.xml branches/wsas/java/3.1/product/modules/samples/FlickrClient/pom.xml branches/wsas/java/3.1/product/modules/samples/HelloWorld/pom.xml branches/wsas/java/3.1/product/modules/samples/JAXWS/pom.xml branches/wsas/java/3.1/product/modules/samples/Jibx/pom.xml branches/wsas/java/3.1/product/modules/samples/MEX/pom.xml branches/wsas/java/3.1/product/modules/samples/MTOM/pom.xml branches/wsas/java/3.1/product/modules/samples/TinyURL/pom.xml branches/wsas/java/3.1/product/modules/samples/Trader/pom.xml branches/wsas/java/3.1/product/modules/samples/XKMS/pom.xml branches/wsas/java/3.1/product/modules/samples/Xfer/pom.xml branches/wsas/java/3.1/product/modules/samples/pom.xml branches/wsas/java/3.1/product/modules/samples/sts-sample/pom.xml branches/wsas/java/3.1/product/modules/styles/pom.xml branches/wsas/java/3.1/product/pom.xml Modified: branches/wsas/java/3.1/product/modules/distribution/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/wsas/java/3.1/product/modules/distribution/pom.xml?rev=40823&r1=40822&r2=40823&view=diff ============================================================================== --- branches/wsas/java/3.1/product/modules/distribution/pom.xml (original) +++ branches/wsas/java/3.1/product/modules/distribution/pom.xml Sat Jul 4 20:24:07 2009 @@ -5,7 +5,7 @@ <parent> <groupId>org.wso2.wsas</groupId> <artifactId>wso2wsas-parent</artifactId> - <version>3.1.0.SNAPSHOT</version> + <version>3.1.0</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -155,13 +155,7 @@ <artifactId>org.wso2.carbon.logging.view.ui</artifactId> <version>${carbon.version}</version> </dependency> - <!-- - <dependency> - <groupId>org.wso2.carbon</groupId> - <artifactId>org.wso2.carbon.logging.ext</artifactId> - <version>SNAPSHOT</version> - </dependency> - --> + <dependency> <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.throttle</artifactId> Modified: branches/wsas/java/3.1/product/modules/distribution/src/assembly/filter.properties URL: http://wso2.org/svn/browse/wso2/branches/wsas/java/3.1/product/modules/distribution/src/assembly/filter.properties?rev=40823&r1=40822&r2=40823&view=diff ============================================================================== --- branches/wsas/java/3.1/product/modules/distribution/src/assembly/filter.properties (original) +++ branches/wsas/java/3.1/product/modules/distribution/src/assembly/filter.properties Sat Jul 4 20:24:07 2009 @@ -1,6 +1,6 @@ product.name=WSO2 WSAS -product.version=3.1 +product.version=3.1.0 hotdeployment=true hotupdate=false -carbon.version=1.6.0.SNAPSHOT -wsas.version=3.1.0.SNAPSHOT \ No newline at end of file +carbon.version=2.0.0 +wsas.version=3.1.0 Modified: branches/wsas/java/3.1/product/modules/samples/Chad/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/wsas/java/3.1/product/modules/samples/Chad/pom.xml?rev=40823&r1=40822&r2=40823&view=diff ============================================================================== --- branches/wsas/java/3.1/product/modules/samples/Chad/pom.xml (original) +++ branches/wsas/java/3.1/product/modules/samples/Chad/pom.xml Sat Jul 4 20:24:07 2009 @@ -21,7 +21,7 @@ <parent> <groupId>org.wso2.wsas</groupId> <artifactId>wso2wsas-samples</artifactId> - <version>3.1.0.SNAPSHOT</version> + <version>3.1.0</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: branches/wsas/java/3.1/product/modules/samples/CommodityQuote/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/wsas/java/3.1/product/modules/samples/CommodityQuote/pom.xml?rev=40823&r1=40822&r2=40823&view=diff ============================================================================== --- branches/wsas/java/3.1/product/modules/samples/CommodityQuote/pom.xml (original) +++ branches/wsas/java/3.1/product/modules/samples/CommodityQuote/pom.xml Sat Jul 4 20:24:07 2009 @@ -21,7 +21,7 @@ <parent> <groupId>org.wso2.wsas</groupId> <artifactId>wso2wsas-samples</artifactId> - <version>3.1.0.SNAPSHOT</version> + <version>3.1.0</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: branches/wsas/java/3.1/product/modules/samples/DataService/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/wsas/java/3.1/product/modules/samples/DataService/pom.xml?rev=40823&r1=40822&r2=40823&view=diff ============================================================================== --- branches/wsas/java/3.1/product/modules/samples/DataService/pom.xml (original) +++ branches/wsas/java/3.1/product/modules/samples/DataService/pom.xml Sat Jul 4 20:24:07 2009 @@ -21,7 +21,7 @@ <parent> <groupId>org.wso2.wsas</groupId> <artifactId>wso2wsas-samples</artifactId> - <version>3.1.0.SNAPSHOT</version> + <version>3.1.0</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: branches/wsas/java/3.1/product/modules/samples/EJBService/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/wsas/java/3.1/product/modules/samples/EJBService/pom.xml?rev=40823&r1=40822&r2=40823&view=diff ============================================================================== --- branches/wsas/java/3.1/product/modules/samples/EJBService/pom.xml (original) +++ branches/wsas/java/3.1/product/modules/samples/EJBService/pom.xml Sat Jul 4 20:24:07 2009 @@ -21,7 +21,7 @@ <parent> <groupId>org.wso2.wsas</groupId> <artifactId>wso2wsas-samples</artifactId> - <version>3.1.0.SNAPSHOT</version> + <version>3.1.0</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: branches/wsas/java/3.1/product/modules/samples/Eventing/client/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/wsas/java/3.1/product/modules/samples/Eventing/client/pom.xml?rev=40823&r1=40822&r2=40823&view=diff ============================================================================== --- branches/wsas/java/3.1/product/modules/samples/Eventing/client/pom.xml (original) +++ branches/wsas/java/3.1/product/modules/samples/Eventing/client/pom.xml Sat Jul 4 20:24:07 2009 @@ -21,7 +21,7 @@ <parent> <groupId>org.wso2.wsas</groupId> <artifactId>wso2wsas-samples</artifactId> - <version>3.1.0.SNAPSHOT</version> + <version>3.1.0</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: branches/wsas/java/3.1/product/modules/samples/Eventing/consumer/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/wsas/java/3.1/product/modules/samples/Eventing/consumer/pom.xml?rev=40823&r1=40822&r2=40823&view=diff ============================================================================== --- branches/wsas/java/3.1/product/modules/samples/Eventing/consumer/pom.xml (original) +++ branches/wsas/java/3.1/product/modules/samples/Eventing/consumer/pom.xml Sat Jul 4 20:24:07 2009 @@ -21,7 +21,7 @@ <parent> <groupId>org.wso2.wsas</groupId> <artifactId>wso2wsas-samples</artifactId> - <version>3.1.0.SNAPSHOT</version> + <version>3.1.0</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: branches/wsas/java/3.1/product/modules/samples/Eventing/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/wsas/java/3.1/product/modules/samples/Eventing/pom.xml?rev=40823&r1=40822&r2=40823&view=diff ============================================================================== --- branches/wsas/java/3.1/product/modules/samples/Eventing/pom.xml (original) +++ branches/wsas/java/3.1/product/modules/samples/Eventing/pom.xml Sat Jul 4 20:24:07 2009 @@ -6,7 +6,7 @@ <parent> <groupId>org.wso2.wsas</groupId> <artifactId>wso2wsas-samples</artifactId> - <version>3.1.0.SNAPSHOT</version> + <version>3.1.0</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: branches/wsas/java/3.1/product/modules/samples/Eventing/publisher/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/wsas/java/3.1/product/modules/samples/Eventing/publisher/pom.xml?rev=40823&r1=40822&r2=40823&view=diff ============================================================================== --- branches/wsas/java/3.1/product/modules/samples/Eventing/publisher/pom.xml (original) +++ branches/wsas/java/3.1/product/modules/samples/Eventing/publisher/pom.xml Sat Jul 4 20:24:07 2009 @@ -21,7 +21,7 @@ <parent> <groupId>org.wso2.wsas</groupId> <artifactId>wso2wsas-samples</artifactId> - <version>3.1.0.SNAPSHOT</version> + <version>3.1.0</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: branches/wsas/java/3.1/product/modules/samples/FlickrClient/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/wsas/java/3.1/product/modules/samples/FlickrClient/pom.xml?rev=40823&r1=40822&r2=40823&view=diff ============================================================================== --- branches/wsas/java/3.1/product/modules/samples/FlickrClient/pom.xml (original) +++ branches/wsas/java/3.1/product/modules/samples/FlickrClient/pom.xml Sat Jul 4 20:24:07 2009 @@ -21,7 +21,7 @@ <parent> <groupId>org.wso2.wsas</groupId> <artifactId>wso2wsas-samples</artifactId> - <version>3.1.0.SNAPSHOT</version> + <version>3.1.0</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: branches/wsas/java/3.1/product/modules/samples/HelloWorld/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/wsas/java/3.1/product/modules/samples/HelloWorld/pom.xml?rev=40823&r1=40822&r2=40823&view=diff ============================================================================== --- branches/wsas/java/3.1/product/modules/samples/HelloWorld/pom.xml (original) +++ branches/wsas/java/3.1/product/modules/samples/HelloWorld/pom.xml Sat Jul 4 20:24:07 2009 @@ -21,7 +21,7 @@ <parent> <groupId>org.wso2.wsas</groupId> <artifactId>wso2wsas-samples</artifactId> - <version>3.1.0.SNAPSHOT</version> + <version>3.1.0</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: branches/wsas/java/3.1/product/modules/samples/JAXWS/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/wsas/java/3.1/product/modules/samples/JAXWS/pom.xml?rev=40823&r1=40822&r2=40823&view=diff ============================================================================== --- branches/wsas/java/3.1/product/modules/samples/JAXWS/pom.xml (original) +++ branches/wsas/java/3.1/product/modules/samples/JAXWS/pom.xml Sat Jul 4 20:24:07 2009 @@ -5,7 +5,7 @@ <parent> <groupId>org.wso2.wsas</groupId> <artifactId>wso2wsas-samples</artifactId> - <version>3.1.0.SNAPSHOT</version> + <version>3.1.0</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: branches/wsas/java/3.1/product/modules/samples/Jibx/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/wsas/java/3.1/product/modules/samples/Jibx/pom.xml?rev=40823&r1=40822&r2=40823&view=diff ============================================================================== --- branches/wsas/java/3.1/product/modules/samples/Jibx/pom.xml (original) +++ branches/wsas/java/3.1/product/modules/samples/Jibx/pom.xml Sat Jul 4 20:24:07 2009 @@ -21,7 +21,7 @@ <parent> <groupId>org.wso2.wsas</groupId> <artifactId>wso2wsas-samples</artifactId> - <version>3.1.0.SNAPSHOT</version> + <version>3.1.0</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: branches/wsas/java/3.1/product/modules/samples/MEX/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/wsas/java/3.1/product/modules/samples/MEX/pom.xml?rev=40823&r1=40822&r2=40823&view=diff ============================================================================== --- branches/wsas/java/3.1/product/modules/samples/MEX/pom.xml (original) +++ branches/wsas/java/3.1/product/modules/samples/MEX/pom.xml Sat Jul 4 20:24:07 2009 @@ -5,7 +5,7 @@ <parent> <groupId>org.wso2.wsas</groupId> <artifactId>wso2wsas-samples</artifactId> - <version>3.1.0.SNAPSHOT</version> + <version>3.1.0</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: branches/wsas/java/3.1/product/modules/samples/MTOM/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/wsas/java/3.1/product/modules/samples/MTOM/pom.xml?rev=40823&r1=40822&r2=40823&view=diff ============================================================================== --- branches/wsas/java/3.1/product/modules/samples/MTOM/pom.xml (original) +++ branches/wsas/java/3.1/product/modules/samples/MTOM/pom.xml Sat Jul 4 20:24:07 2009 @@ -21,7 +21,7 @@ <parent> <groupId>org.wso2.wsas</groupId> <artifactId>wso2wsas-samples</artifactId> - <version>3.1.0.SNAPSHOT</version> + <version>3.1.0</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: branches/wsas/java/3.1/product/modules/samples/TinyURL/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/wsas/java/3.1/product/modules/samples/TinyURL/pom.xml?rev=40823&r1=40822&r2=40823&view=diff ============================================================================== --- branches/wsas/java/3.1/product/modules/samples/TinyURL/pom.xml (original) +++ branches/wsas/java/3.1/product/modules/samples/TinyURL/pom.xml Sat Jul 4 20:24:07 2009 @@ -21,7 +21,7 @@ <parent> <groupId>org.wso2.wsas</groupId> <artifactId>wso2wsas-samples</artifactId> - <version>3.1.0.SNAPSHOT</version> + <version>3.1.0</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: branches/wsas/java/3.1/product/modules/samples/Trader/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/wsas/java/3.1/product/modules/samples/Trader/pom.xml?rev=40823&r1=40822&r2=40823&view=diff ============================================================================== --- branches/wsas/java/3.1/product/modules/samples/Trader/pom.xml (original) +++ branches/wsas/java/3.1/product/modules/samples/Trader/pom.xml Sat Jul 4 20:24:07 2009 @@ -21,7 +21,7 @@ <parent> <groupId>org.wso2.wsas</groupId> <artifactId>wso2wsas-samples</artifactId> - <version>3.1.0.SNAPSHOT</version> + <version>3.1.0</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: branches/wsas/java/3.1/product/modules/samples/XKMS/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/wsas/java/3.1/product/modules/samples/XKMS/pom.xml?rev=40823&r1=40822&r2=40823&view=diff ============================================================================== --- branches/wsas/java/3.1/product/modules/samples/XKMS/pom.xml (original) +++ branches/wsas/java/3.1/product/modules/samples/XKMS/pom.xml Sat Jul 4 20:24:07 2009 @@ -5,7 +5,7 @@ <parent> <groupId>org.wso2.wsas</groupId> <artifactId>wso2wsas-samples</artifactId> - <version>3.1.0.SNAPSHOT</version> + <version>3.1.0</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: branches/wsas/java/3.1/product/modules/samples/Xfer/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/wsas/java/3.1/product/modules/samples/Xfer/pom.xml?rev=40823&r1=40822&r2=40823&view=diff ============================================================================== --- branches/wsas/java/3.1/product/modules/samples/Xfer/pom.xml (original) +++ branches/wsas/java/3.1/product/modules/samples/Xfer/pom.xml Sat Jul 4 20:24:07 2009 @@ -5,7 +5,7 @@ <parent> <groupId>org.wso2.wsas</groupId> <artifactId>wso2wsas-samples</artifactId> - <version>3.1.0.SNAPSHOT</version> + <version>3.1.0</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: branches/wsas/java/3.1/product/modules/samples/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/wsas/java/3.1/product/modules/samples/pom.xml?rev=40823&r1=40822&r2=40823&view=diff ============================================================================== --- branches/wsas/java/3.1/product/modules/samples/pom.xml (original) +++ branches/wsas/java/3.1/product/modules/samples/pom.xml Sat Jul 4 20:24:07 2009 @@ -21,7 +21,7 @@ <parent> <groupId>org.wso2.wsas</groupId> <artifactId>wso2wsas-parent</artifactId> - <version>3.1.0.SNAPSHOT</version> + <version>3.1.0</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: branches/wsas/java/3.1/product/modules/samples/sts-sample/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/wsas/java/3.1/product/modules/samples/sts-sample/pom.xml?rev=40823&r1=40822&r2=40823&view=diff ============================================================================== --- branches/wsas/java/3.1/product/modules/samples/sts-sample/pom.xml (original) +++ branches/wsas/java/3.1/product/modules/samples/sts-sample/pom.xml Sat Jul 4 20:24:07 2009 @@ -21,7 +21,7 @@ <parent> <groupId>org.wso2.wsas</groupId> <artifactId>wso2wsas-samples</artifactId> - <version>3.1.0.SNAPSHOT</version> + <version>3.1.0</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: branches/wsas/java/3.1/product/modules/styles/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/wsas/java/3.1/product/modules/styles/pom.xml?rev=40823&r1=40822&r2=40823&view=diff ============================================================================== --- branches/wsas/java/3.1/product/modules/styles/pom.xml (original) +++ branches/wsas/java/3.1/product/modules/styles/pom.xml Sat Jul 4 20:24:07 2009 @@ -5,7 +5,7 @@ <parent> <groupId>org.wso2.wsas</groupId> <artifactId>wso2wsas-parent</artifactId> - <version>3.1.0.SNAPSHOT</version> + <version>3.1.0</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: branches/wsas/java/3.1/product/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/wsas/java/3.1/product/pom.xml?rev=40823&r1=40822&r2=40823&view=diff ============================================================================== --- branches/wsas/java/3.1/product/pom.xml (original) +++ branches/wsas/java/3.1/product/pom.xml Sat Jul 4 20:24:07 2009 @@ -5,7 +5,7 @@ <groupId>org.wso2.wsas</groupId> <artifactId>wso2wsas-parent</artifactId> <packaging>pom</packaging> - <version>3.1.0.SNAPSHOT</version> + <version>3.1.0</version> <name>WSO2 WSAS - Parent</name> <url>http://wso2.org/projects/wsas/java</url> <description>WSO2 WSAS</description> @@ -224,7 +224,7 @@ </issueManagement> <properties> - <carbon.version>2.0.0.SNAPSHOT</carbon.version> + <carbon.version>2.0.0</carbon.version> <eclipse.version>3.2.0</eclipse.version> <servlet-api.version>2.4</servlet-api.version> </properties> _______________________________________________ Wsas-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev
