Author: isuru Date: Thu Jun 4 01:22:57 2009 New Revision: 37729 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=37729
Log: versioning WSAS Modified: branches/wsas/java/3.1-M3/modules/distribution/pom.xml branches/wsas/java/3.1-M3/modules/samples/Chad/pom.xml branches/wsas/java/3.1-M3/modules/samples/CommodityQuote/pom.xml branches/wsas/java/3.1-M3/modules/samples/DataService/pom.xml branches/wsas/java/3.1-M3/modules/samples/EJBService/pom.xml branches/wsas/java/3.1-M3/modules/samples/Eventing/client/pom.xml branches/wsas/java/3.1-M3/modules/samples/Eventing/consumer/pom.xml branches/wsas/java/3.1-M3/modules/samples/Eventing/pom.xml branches/wsas/java/3.1-M3/modules/samples/Eventing/publisher/pom.xml branches/wsas/java/3.1-M3/modules/samples/FlickrClient/pom.xml branches/wsas/java/3.1-M3/modules/samples/HelloWorld/pom.xml branches/wsas/java/3.1-M3/modules/samples/JAXWS/pom.xml branches/wsas/java/3.1-M3/modules/samples/Jibx/pom.xml branches/wsas/java/3.1-M3/modules/samples/MEX/pom.xml branches/wsas/java/3.1-M3/modules/samples/MTOM/pom.xml branches/wsas/java/3.1-M3/modules/samples/TinyURL/pom.xml branches/wsas/java/3.1-M3/modules/samples/Trader/pom.xml branches/wsas/java/3.1-M3/modules/samples/XKMS/pom.xml branches/wsas/java/3.1-M3/modules/samples/Xfer/pom.xml branches/wsas/java/3.1-M3/modules/samples/pom.xml branches/wsas/java/3.1-M3/modules/samples/sts-sample/pom.xml branches/wsas/java/3.1-M3/modules/styles/pom.xml branches/wsas/java/3.1-M3/pom.xml Modified: branches/wsas/java/3.1-M3/modules/distribution/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/wsas/java/3.1-M3/modules/distribution/pom.xml?rev=37729&r1=37728&r2=37729&view=diff ============================================================================== --- branches/wsas/java/3.1-M3/modules/distribution/pom.xml (original) +++ branches/wsas/java/3.1-M3/modules/distribution/pom.xml Thu Jun 4 01:22:57 2009 @@ -5,7 +5,7 @@ <parent> <groupId>org.wso2.wsas</groupId> <artifactId>wsas-parent</artifactId> - <version>3.1.0.SNAPSHOT</version> + <version>3.1.0.M3</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -779,19 +779,19 @@ </execution> </executions> <configuration> - <frameworkBundles> - <param> - org.eclipse.equinox.util,1.0.100.v20090520-1800,file:plugins/org.eclipse.equinox.util-1.0.100.v20090520-1800.jar,10,true - </param> - <param> - org.eclipse.osgi.services,3.2.0.v20090520-1800,file:plugins/org.eclipse.osgi.services-3.2.0.v20090520-1800.jar,10,true - </param> - <param> - org.eclipse.equinox.ds,1.1.0.v20090520-1800,file:plugins/org.eclipse.equinox.ds-1.1.0.v20090520-1800.jar,10,true - </param> - <param> - org.wso2.carbon.bridge,1.0.0,file:plugins/org.wso2.carbon.servletbridge.extensionbundle_1.0.0.jar,10,false - </param> + <frameworkBundles> + <param> + org.eclipse.equinox.util,1.0.100.v20090520-1800,file:plugins/org.eclipse.equinox.util-1.0.100.v20090520-1800.jar,10,true + </param> + <param> + org.eclipse.osgi.services,3.2.0.v20090520-1800,file:plugins/org.eclipse.osgi.services-3.2.0.v20090520-1800.jar,10,true + </param> + <param> + org.eclipse.equinox.ds,1.1.0.v20090520-1800,file:plugins/org.eclipse.equinox.ds-1.1.0.v20090520-1800.jar,10,true + </param> + <param> + org.wso2.carbon.bridge,1.0.0,file:plugins/org.wso2.carbon.servletbridge.extensionbundle_1.0.0.jar,10,false + </param> </frameworkBundles> <bundlesDirectories> <param> Modified: branches/wsas/java/3.1-M3/modules/samples/Chad/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/wsas/java/3.1-M3/modules/samples/Chad/pom.xml?rev=37729&r1=37728&r2=37729&view=diff ============================================================================== --- branches/wsas/java/3.1-M3/modules/samples/Chad/pom.xml (original) +++ branches/wsas/java/3.1-M3/modules/samples/Chad/pom.xml Thu Jun 4 01:22:57 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.M3</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: branches/wsas/java/3.1-M3/modules/samples/CommodityQuote/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/wsas/java/3.1-M3/modules/samples/CommodityQuote/pom.xml?rev=37729&r1=37728&r2=37729&view=diff ============================================================================== --- branches/wsas/java/3.1-M3/modules/samples/CommodityQuote/pom.xml (original) +++ branches/wsas/java/3.1-M3/modules/samples/CommodityQuote/pom.xml Thu Jun 4 01:22:57 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.M3</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: branches/wsas/java/3.1-M3/modules/samples/DataService/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/wsas/java/3.1-M3/modules/samples/DataService/pom.xml?rev=37729&r1=37728&r2=37729&view=diff ============================================================================== --- branches/wsas/java/3.1-M3/modules/samples/DataService/pom.xml (original) +++ branches/wsas/java/3.1-M3/modules/samples/DataService/pom.xml Thu Jun 4 01:22:57 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.M3</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: branches/wsas/java/3.1-M3/modules/samples/EJBService/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/wsas/java/3.1-M3/modules/samples/EJBService/pom.xml?rev=37729&r1=37728&r2=37729&view=diff ============================================================================== --- branches/wsas/java/3.1-M3/modules/samples/EJBService/pom.xml (original) +++ branches/wsas/java/3.1-M3/modules/samples/EJBService/pom.xml Thu Jun 4 01:22:57 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.M3</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: branches/wsas/java/3.1-M3/modules/samples/Eventing/client/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/wsas/java/3.1-M3/modules/samples/Eventing/client/pom.xml?rev=37729&r1=37728&r2=37729&view=diff ============================================================================== --- branches/wsas/java/3.1-M3/modules/samples/Eventing/client/pom.xml (original) +++ branches/wsas/java/3.1-M3/modules/samples/Eventing/client/pom.xml Thu Jun 4 01:22:57 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.M3</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: branches/wsas/java/3.1-M3/modules/samples/Eventing/consumer/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/wsas/java/3.1-M3/modules/samples/Eventing/consumer/pom.xml?rev=37729&r1=37728&r2=37729&view=diff ============================================================================== --- branches/wsas/java/3.1-M3/modules/samples/Eventing/consumer/pom.xml (original) +++ branches/wsas/java/3.1-M3/modules/samples/Eventing/consumer/pom.xml Thu Jun 4 01:22:57 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.M3</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: branches/wsas/java/3.1-M3/modules/samples/Eventing/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/wsas/java/3.1-M3/modules/samples/Eventing/pom.xml?rev=37729&r1=37728&r2=37729&view=diff ============================================================================== --- branches/wsas/java/3.1-M3/modules/samples/Eventing/pom.xml (original) +++ branches/wsas/java/3.1-M3/modules/samples/Eventing/pom.xml Thu Jun 4 01:22:57 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.M3</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: branches/wsas/java/3.1-M3/modules/samples/Eventing/publisher/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/wsas/java/3.1-M3/modules/samples/Eventing/publisher/pom.xml?rev=37729&r1=37728&r2=37729&view=diff ============================================================================== --- branches/wsas/java/3.1-M3/modules/samples/Eventing/publisher/pom.xml (original) +++ branches/wsas/java/3.1-M3/modules/samples/Eventing/publisher/pom.xml Thu Jun 4 01:22:57 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.M3</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: branches/wsas/java/3.1-M3/modules/samples/FlickrClient/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/wsas/java/3.1-M3/modules/samples/FlickrClient/pom.xml?rev=37729&r1=37728&r2=37729&view=diff ============================================================================== --- branches/wsas/java/3.1-M3/modules/samples/FlickrClient/pom.xml (original) +++ branches/wsas/java/3.1-M3/modules/samples/FlickrClient/pom.xml Thu Jun 4 01:22:57 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.M3</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: branches/wsas/java/3.1-M3/modules/samples/HelloWorld/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/wsas/java/3.1-M3/modules/samples/HelloWorld/pom.xml?rev=37729&r1=37728&r2=37729&view=diff ============================================================================== --- branches/wsas/java/3.1-M3/modules/samples/HelloWorld/pom.xml (original) +++ branches/wsas/java/3.1-M3/modules/samples/HelloWorld/pom.xml Thu Jun 4 01:22:57 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.M3</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: branches/wsas/java/3.1-M3/modules/samples/JAXWS/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/wsas/java/3.1-M3/modules/samples/JAXWS/pom.xml?rev=37729&r1=37728&r2=37729&view=diff ============================================================================== --- branches/wsas/java/3.1-M3/modules/samples/JAXWS/pom.xml (original) +++ branches/wsas/java/3.1-M3/modules/samples/JAXWS/pom.xml Thu Jun 4 01:22:57 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.M3</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: branches/wsas/java/3.1-M3/modules/samples/Jibx/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/wsas/java/3.1-M3/modules/samples/Jibx/pom.xml?rev=37729&r1=37728&r2=37729&view=diff ============================================================================== --- branches/wsas/java/3.1-M3/modules/samples/Jibx/pom.xml (original) +++ branches/wsas/java/3.1-M3/modules/samples/Jibx/pom.xml Thu Jun 4 01:22:57 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.M3</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: branches/wsas/java/3.1-M3/modules/samples/MEX/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/wsas/java/3.1-M3/modules/samples/MEX/pom.xml?rev=37729&r1=37728&r2=37729&view=diff ============================================================================== --- branches/wsas/java/3.1-M3/modules/samples/MEX/pom.xml (original) +++ branches/wsas/java/3.1-M3/modules/samples/MEX/pom.xml Thu Jun 4 01:22:57 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.M3</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: branches/wsas/java/3.1-M3/modules/samples/MTOM/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/wsas/java/3.1-M3/modules/samples/MTOM/pom.xml?rev=37729&r1=37728&r2=37729&view=diff ============================================================================== --- branches/wsas/java/3.1-M3/modules/samples/MTOM/pom.xml (original) +++ branches/wsas/java/3.1-M3/modules/samples/MTOM/pom.xml Thu Jun 4 01:22:57 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.M3</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: branches/wsas/java/3.1-M3/modules/samples/TinyURL/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/wsas/java/3.1-M3/modules/samples/TinyURL/pom.xml?rev=37729&r1=37728&r2=37729&view=diff ============================================================================== --- branches/wsas/java/3.1-M3/modules/samples/TinyURL/pom.xml (original) +++ branches/wsas/java/3.1-M3/modules/samples/TinyURL/pom.xml Thu Jun 4 01:22:57 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.M3</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: branches/wsas/java/3.1-M3/modules/samples/Trader/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/wsas/java/3.1-M3/modules/samples/Trader/pom.xml?rev=37729&r1=37728&r2=37729&view=diff ============================================================================== --- branches/wsas/java/3.1-M3/modules/samples/Trader/pom.xml (original) +++ branches/wsas/java/3.1-M3/modules/samples/Trader/pom.xml Thu Jun 4 01:22:57 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.M3</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: branches/wsas/java/3.1-M3/modules/samples/XKMS/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/wsas/java/3.1-M3/modules/samples/XKMS/pom.xml?rev=37729&r1=37728&r2=37729&view=diff ============================================================================== --- branches/wsas/java/3.1-M3/modules/samples/XKMS/pom.xml (original) +++ branches/wsas/java/3.1-M3/modules/samples/XKMS/pom.xml Thu Jun 4 01:22:57 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.M3</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: branches/wsas/java/3.1-M3/modules/samples/Xfer/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/wsas/java/3.1-M3/modules/samples/Xfer/pom.xml?rev=37729&r1=37728&r2=37729&view=diff ============================================================================== --- branches/wsas/java/3.1-M3/modules/samples/Xfer/pom.xml (original) +++ branches/wsas/java/3.1-M3/modules/samples/Xfer/pom.xml Thu Jun 4 01:22:57 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.M3</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: branches/wsas/java/3.1-M3/modules/samples/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/wsas/java/3.1-M3/modules/samples/pom.xml?rev=37729&r1=37728&r2=37729&view=diff ============================================================================== --- branches/wsas/java/3.1-M3/modules/samples/pom.xml (original) +++ branches/wsas/java/3.1-M3/modules/samples/pom.xml Thu Jun 4 01:22:57 2009 @@ -21,7 +21,7 @@ <parent> <groupId>org.wso2.wsas</groupId> <artifactId>wsas-parent</artifactId> - <version>3.1.0.SNAPSHOT</version> + <version>3.1.0.M3</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: branches/wsas/java/3.1-M3/modules/samples/sts-sample/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/wsas/java/3.1-M3/modules/samples/sts-sample/pom.xml?rev=37729&r1=37728&r2=37729&view=diff ============================================================================== --- branches/wsas/java/3.1-M3/modules/samples/sts-sample/pom.xml (original) +++ branches/wsas/java/3.1-M3/modules/samples/sts-sample/pom.xml Thu Jun 4 01:22:57 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.M3</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: branches/wsas/java/3.1-M3/modules/styles/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/wsas/java/3.1-M3/modules/styles/pom.xml?rev=37729&r1=37728&r2=37729&view=diff ============================================================================== --- branches/wsas/java/3.1-M3/modules/styles/pom.xml (original) +++ branches/wsas/java/3.1-M3/modules/styles/pom.xml Thu Jun 4 01:22:57 2009 @@ -5,7 +5,7 @@ <parent> <groupId>org.wso2.wsas</groupId> <artifactId>wsas-parent</artifactId> - <version>3.1.0.SNAPSHOT</version> + <version>3.1.0.M3</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: branches/wsas/java/3.1-M3/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/wsas/java/3.1-M3/pom.xml?rev=37729&r1=37728&r2=37729&view=diff ============================================================================== --- branches/wsas/java/3.1-M3/pom.xml (original) +++ branches/wsas/java/3.1-M3/pom.xml Thu Jun 4 01:22:57 2009 @@ -5,7 +5,7 @@ <groupId>org.wso2.wsas</groupId> <artifactId>wsas-parent</artifactId> <packaging>pom</packaging> - <version>3.1.0.SNAPSHOT</version> + <version>3.1.0.M3</version> <name>WSO2 WSAS</name> <url>http://wso2.org/projects/wsas/java</url> <description>WSO2 WSAS</description> @@ -219,7 +219,7 @@ </issueManagement> <properties> - <carbon.version>2.0.0.SNAPSHOT</carbon.version> + <carbon.version>2.0.0.M3</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
