[wsas-java-dev] svn commit r8236 - in branches/wsas/java/2.1/commons: adminui adminui/core adminui/www archive-validators codegen data-services deployers/axis1deployer dynamic-codegen mex sandesha2-persistence sandesha2-persistence/modules/core sandesha2-persistence/modules/mar statistics statistics/modules/client statistics/modules/core throttle tracer utils wsdl-converter wsdl-view xfer xfer/modules/core xfer/modules/samples xkms

svn at wso2.org svn at wso2.org
Mon Oct 1 00:11:55 PDT 2007


Author: saminda
Date: Mon Oct  1 00:10:27 2007
New Revision: 8236

Modified:
   branches/wsas/java/2.1/commons/adminui/core/pom.xml
   branches/wsas/java/2.1/commons/adminui/pom.xml
   branches/wsas/java/2.1/commons/adminui/www/pom.xml
   branches/wsas/java/2.1/commons/archive-validators/pom.xml
   branches/wsas/java/2.1/commons/codegen/pom.xml
   branches/wsas/java/2.1/commons/data-services/pom.xml
   branches/wsas/java/2.1/commons/deployers/axis1deployer/pom.xml
   branches/wsas/java/2.1/commons/dynamic-codegen/pom.xml
   branches/wsas/java/2.1/commons/mex/pom.xml
   branches/wsas/java/2.1/commons/sandesha2-persistence/modules/core/pom.xml
   branches/wsas/java/2.1/commons/sandesha2-persistence/modules/mar/pom.xml
   branches/wsas/java/2.1/commons/sandesha2-persistence/pom.xml
   branches/wsas/java/2.1/commons/statistics/modules/client/pom.xml
   branches/wsas/java/2.1/commons/statistics/modules/core/pom.xml
   branches/wsas/java/2.1/commons/statistics/pom.xml
   branches/wsas/java/2.1/commons/throttle/pom.xml
   branches/wsas/java/2.1/commons/tracer/pom.xml
   branches/wsas/java/2.1/commons/utils/pom.xml
   branches/wsas/java/2.1/commons/wsdl-converter/pom.xml
   branches/wsas/java/2.1/commons/wsdl-view/pom.xml
   branches/wsas/java/2.1/commons/xfer/modules/core/pom.xml
   branches/wsas/java/2.1/commons/xfer/modules/samples/pom.xml
   branches/wsas/java/2.1/commons/xfer/pom.xml
   branches/wsas/java/2.1/commons/xkms/pom.xml
Log:
Updated the versions 


Modified: branches/wsas/java/2.1/commons/adminui/core/pom.xml
==============================================================================
--- branches/wsas/java/2.1/commons/adminui/core/pom.xml	(original)
+++ branches/wsas/java/2.1/commons/adminui/core/pom.xml	Mon Oct  1 00:10:27 2007
@@ -5,14 +5,14 @@
     <parent>
         <groupId>org.wso2.adminui</groupId>
         <artifactId>wso2adminui-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>2.093</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.wso2.adminui</groupId>
     <artifactId>wso2adminui</artifactId>
     <packaging>jar</packaging>
-    <version>SNAPSHOT</version>
+    <version>2.093</version>
     <name>wso2adminui</name>
     <url>http://maven.apache.org</url>
 

Modified: branches/wsas/java/2.1/commons/adminui/pom.xml
==============================================================================
--- branches/wsas/java/2.1/commons/adminui/pom.xml	(original)
+++ branches/wsas/java/2.1/commons/adminui/pom.xml	Mon Oct  1 00:10:27 2007
@@ -5,7 +5,7 @@
     <groupId>org.wso2.adminui</groupId>
     <artifactId>wso2adminui-parent</artifactId>
     <packaging>pom</packaging>
-    <version>SNAPSHOT</version>
+    <version>2.093</version>
     <name>wso2adminui-parent</name>
     <url>http://maven.apache.org</url>
 
@@ -162,7 +162,7 @@
         <axiom.version>1.2.5</axiom.version>
         <commons.logging.version>1.1</commons.logging.version>
         <servletapi.version>2.3</servletapi.version>
-        <wso2utils.version>SNAPSHOT</wso2utils.version>
+        <wso2utils.version>2.093</wso2utils.version>
     </properties>
 
     <modules>

Modified: branches/wsas/java/2.1/commons/adminui/www/pom.xml
==============================================================================
--- branches/wsas/java/2.1/commons/adminui/www/pom.xml	(original)
+++ branches/wsas/java/2.1/commons/adminui/www/pom.xml	Mon Oct  1 00:10:27 2007
@@ -5,7 +5,7 @@
     <groupId>org.wso2.adminui</groupId>
     <artifactId>wso2adminui-www</artifactId>
     <packaging>pom</packaging>
-    <version>SNAPSHOT</version>
+    <version>2.093</version>
     <name>wso2adminui-www</name>
     <url>http://maven.apache.org</url>
 

Modified: branches/wsas/java/2.1/commons/archive-validators/pom.xml
==============================================================================
--- branches/wsas/java/2.1/commons/archive-validators/pom.xml	(original)
+++ branches/wsas/java/2.1/commons/archive-validators/pom.xml	Mon Oct  1 00:10:27 2007
@@ -5,7 +5,7 @@
     <groupId>org.wso2.validator</groupId>
     <artifactId>archive-validator</artifactId>
     <packaging>jar</packaging>
-    <version>SNAPSHOT</version>
+    <version>2.093</version>
     <name>Axis2 AAR/MAR/module.xml or services.xml validator</name>
     <url>http://www.wso2.com</url>
 
@@ -252,7 +252,7 @@
 
     <properties>
         <axis2.version>1.3</axis2.version>
-        <wso2utils.version>SNAPSHOT</wso2utils.version>
+        <wso2utils.version>2.093</wso2utils.version>
         <axiom.version>1.2.5</axiom.version>
         <neethi.version>2.0.2</neethi.version>
         <commons.logging.version>1.1</commons.logging.version>

Modified: branches/wsas/java/2.1/commons/codegen/pom.xml
==============================================================================
--- branches/wsas/java/2.1/commons/codegen/pom.xml	(original)
+++ branches/wsas/java/2.1/commons/codegen/pom.xml	Mon Oct  1 00:10:27 2007
@@ -5,7 +5,7 @@
     <groupId>org.wso2.codegen</groupId>
     <artifactId>wso2codegen</artifactId>
     <packaging>jar</packaging>
-    <version>SNAPSHOT</version>
+    <version>2.093</version>
     <name>wso2codegen</name>
     <url>http://www.wso2.org</url>
 
@@ -357,8 +357,8 @@
     <properties>
         <axis2.version>1.3</axis2.version>
         <wso2codegen.version>${pom.version}</wso2codegen.version>
-        <wso2utils.version>SNAPSHOT</wso2utils.version>
-        <dynamiccodegen.version>SNAPSHOT</dynamiccodegen.version>
+        <wso2utils.version>2.093</wso2utils.version>
+        <dynamiccodegen.version>2.093</dynamiccodegen.version>
         <neethi.version>2.0.2</neethi.version>
         <axiom.version>1.2.5</axiom.version>
         <XmlSchema.version>1.3.2</XmlSchema.version>

Modified: branches/wsas/java/2.1/commons/data-services/pom.xml
==============================================================================
--- branches/wsas/java/2.1/commons/data-services/pom.xml	(original)
+++ branches/wsas/java/2.1/commons/data-services/pom.xml	Mon Oct  1 00:10:27 2007
@@ -5,7 +5,7 @@
 	<groupId>org.wso2.dataservice</groupId>
 	<artifactId>wso2data-service</artifactId>
 	<packaging>jar</packaging>
-	<version>SNAPSHOT</version>
+	<version>2.093</version>
 	<name>WSO2 Data Service</name>
 	<url>http://wso2.org</url>
 	<description>WSO2 Data Services</description>

Modified: branches/wsas/java/2.1/commons/deployers/axis1deployer/pom.xml
==============================================================================
--- branches/wsas/java/2.1/commons/deployers/axis1deployer/pom.xml	(original)
+++ branches/wsas/java/2.1/commons/deployers/axis1deployer/pom.xml	Mon Oct  1 00:10:27 2007
@@ -5,7 +5,7 @@
     <groupId>org.wso2.a1deployer</groupId>
     <artifactId>wso2a1deployer</artifactId>
     <packaging>jar</packaging>
-    <version>SNAPSHOT</version>
+    <version>2.093</version>
     <name>Axis1 Deployer for Axis2</name>
     <url>http://wso2.org</url>
 

Modified: branches/wsas/java/2.1/commons/dynamic-codegen/pom.xml
==============================================================================
--- branches/wsas/java/2.1/commons/dynamic-codegen/pom.xml	(original)
+++ branches/wsas/java/2.1/commons/dynamic-codegen/pom.xml	Mon Oct  1 00:10:27 2007
@@ -21,7 +21,7 @@
     <groupId>org.wso2.dynamiccodegen</groupId>
     <artifactId>wso2dynamic-codegen</artifactId>
     <packaging>jar</packaging>
-    <version>SNAPSHOT</version>
+    <version>2.093</version>
     <name>WSO2 Dynamic Codegen</name>
     <url>http://wso2.org</url>
 

Modified: branches/wsas/java/2.1/commons/mex/pom.xml
==============================================================================
--- branches/wsas/java/2.1/commons/mex/pom.xml	(original)
+++ branches/wsas/java/2.1/commons/mex/pom.xml	Mon Oct  1 00:10:27 2007
@@ -6,7 +6,7 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>wso2mex</artifactId>
     <packaging>jar</packaging>
-    <version>SNAPSHOT</version>
+    <version>2.093</version>
     <name>WSO2 - Mex Module</name>
 
     <dependencies>

Modified: branches/wsas/java/2.1/commons/sandesha2-persistence/modules/core/pom.xml
==============================================================================
--- branches/wsas/java/2.1/commons/sandesha2-persistence/modules/core/pom.xml	(original)
+++ branches/wsas/java/2.1/commons/sandesha2-persistence/modules/core/pom.xml	Mon Oct  1 00:10:27 2007
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.wso2.sandesha2</groupId>
         <artifactId>wso2sandesha2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>2.093</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

Modified: branches/wsas/java/2.1/commons/sandesha2-persistence/modules/mar/pom.xml
==============================================================================
--- branches/wsas/java/2.1/commons/sandesha2-persistence/modules/mar/pom.xml	(original)
+++ branches/wsas/java/2.1/commons/sandesha2-persistence/modules/mar/pom.xml	Mon Oct  1 00:10:27 2007
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.wso2.sandesha2</groupId>
         <artifactId>wso2sandesha2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>2.093</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

Modified: branches/wsas/java/2.1/commons/sandesha2-persistence/pom.xml
==============================================================================
--- branches/wsas/java/2.1/commons/sandesha2-persistence/pom.xml	(original)
+++ branches/wsas/java/2.1/commons/sandesha2-persistence/pom.xml	Mon Oct  1 00:10:27 2007
@@ -5,7 +5,7 @@
     <groupId>org.wso2.sandesha2</groupId>
     <artifactId>wso2sandesha2-parent</artifactId>
     <packaging>pom</packaging>
-    <version>SNAPSHOT</version>
+    <version>2.093</version>
     <name>Persistence plugin for sandesha2</name>
     <url>http://wso2.org</url>
     <inceptionYear>2007</inceptionYear>
@@ -328,7 +328,7 @@
         <axiom.version>1.2.5</axiom.version>
         <neethi.version>2.0.2</neethi.version>
         <xmlschema.version>1.3.2</xmlschema.version>
-        <sandesha2.version>1.3-SNAPSHOT</sandesha2.version>
+        <sandesha2.version>1.293</sandesha2.version>
         <commons.logging.version>1.1</commons.logging.version>
         <log4j.version>1.2.13</log4j.version>
         <xmlunit.version>1.0</xmlunit.version>

Modified: branches/wsas/java/2.1/commons/statistics/modules/client/pom.xml
==============================================================================
--- branches/wsas/java/2.1/commons/statistics/modules/client/pom.xml	(original)
+++ branches/wsas/java/2.1/commons/statistics/modules/client/pom.xml	Mon Oct  1 00:10:27 2007
@@ -5,13 +5,13 @@
     <parent>
         <groupId>org.wso2.statistics</groupId>
         <artifactId>wso2statistics-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>2.093</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>wso2statistics-client</artifactId>
     <packaging>jar</packaging>
-    <version>SNAPSHOT</version>
+    <version>2.093</version>
     <name>WSO2 Statistics service client</name>
 
     <dependencies>

Modified: branches/wsas/java/2.1/commons/statistics/modules/core/pom.xml
==============================================================================
--- branches/wsas/java/2.1/commons/statistics/modules/core/pom.xml	(original)
+++ branches/wsas/java/2.1/commons/statistics/modules/core/pom.xml	Mon Oct  1 00:10:27 2007
@@ -5,13 +5,13 @@
     <parent>
         <groupId>org.wso2.statistics</groupId>
         <artifactId>wso2statistics-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>2.093</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>wso2statistics</artifactId>
     <packaging>jar</packaging>
-    <version>SNAPSHOT</version>
+    <version>2.093</version>
     <name>WSO2 Statistics module</name>
 
     <build>

Modified: branches/wsas/java/2.1/commons/statistics/pom.xml
==============================================================================
--- branches/wsas/java/2.1/commons/statistics/pom.xml	(original)
+++ branches/wsas/java/2.1/commons/statistics/pom.xml	Mon Oct  1 00:10:27 2007
@@ -5,7 +5,7 @@
     <groupId>org.wso2.statistics</groupId>
     <artifactId>wso2statistics-parent</artifactId>
     <packaging>pom</packaging>
-    <version>SNAPSHOT</version>
+    <version>2.093</version>
     <name>WSO2 Statistics module</name>
     <url>http://maven.apache.org</url>
 
@@ -251,7 +251,7 @@
     </distributionManagement>
 
     <properties>
-        <wso2utils.version>SNAPSHOT</wso2utils.version>
+        <wso2utils.version>2.093</wso2utils.version>
         <axis2.version>1.3</axis2.version>
         <wso2statistics.version>${pom.version}</wso2statistics.version>
         <axiom.version>1.2.5</axiom.version>

Modified: branches/wsas/java/2.1/commons/throttle/pom.xml
==============================================================================
--- branches/wsas/java/2.1/commons/throttle/pom.xml	(original)
+++ branches/wsas/java/2.1/commons/throttle/pom.xml	Mon Oct  1 00:10:27 2007
@@ -5,7 +5,7 @@
     <groupId>org.wso2.throttle</groupId>
     <artifactId>wso2throttle</artifactId>
     <packaging>jar</packaging>
-    <version>SNAPSHOT</version>
+    <version>2.093</version>
     <name>WSO2 Throttle module</name>
     <url>http://maven.apache.org</url>
 

Modified: branches/wsas/java/2.1/commons/tracer/pom.xml
==============================================================================
--- branches/wsas/java/2.1/commons/tracer/pom.xml	(original)
+++ branches/wsas/java/2.1/commons/tracer/pom.xml	Mon Oct  1 00:10:27 2007
@@ -5,7 +5,7 @@
     <groupId>org.wso2.tracer</groupId>
     <artifactId>wso2tracer</artifactId>
     <packaging>jar</packaging>
-    <version>SNAPSHOT</version>
+    <version>2.093</version>
     <name>wso2tracer</name>
     <url>http://maven.apache.org</url>
 
@@ -337,7 +337,7 @@
 
     <properties>
         <axis2.version>1.3</axis2.version>
-        <wso2utils.version>SNAPSHOT</wso2utils.version>
+        <wso2utils.version>2.093</wso2utils.version>
         <wso2tracer.version>${pom.version}</wso2tracer.version>
         <axiom.version>1.2.5</axiom.version>
         <neethi.version>2.0.2</neethi.version>

Modified: branches/wsas/java/2.1/commons/utils/pom.xml
==============================================================================
--- branches/wsas/java/2.1/commons/utils/pom.xml	(original)
+++ branches/wsas/java/2.1/commons/utils/pom.xml	Mon Oct  1 00:10:27 2007
@@ -5,7 +5,7 @@
     <groupId>org.wso2.utils</groupId>
     <artifactId>wso2utils</artifactId>
     <packaging>jar</packaging>
-    <version>SNAPSHOT</version>
+    <version>2.093</version>
     <name>wso2utils</name>
     <url>http://maven.apache.org</url>
     <dependencies>

Modified: branches/wsas/java/2.1/commons/wsdl-converter/pom.xml
==============================================================================
--- branches/wsas/java/2.1/commons/wsdl-converter/pom.xml	(original)
+++ branches/wsas/java/2.1/commons/wsdl-converter/pom.xml	Mon Oct  1 00:10:27 2007
@@ -5,7 +5,7 @@
     <groupId>org.wso2.wsdlconverter</groupId>
     <artifactId>wsdlconverter</artifactId>
     <packaging>jar</packaging>
-    <version>SNAPSHOT</version>
+    <version>2.093</version>
     <name>WSO2 WSDL Converter</name>
     <url>http://www.wso2.com</url>
 
@@ -316,7 +316,7 @@
 
     <properties>
         <axis2.version>1.3</axis2.version>
-        <wso2utils.version>SNAPSHOT</wso2utils.version>
+        <wso2utils.version>2.093</wso2utils.version>
         <axiom.version>1.2.5</axiom.version>
         <neethi.version>2.0.2</neethi.version>
         <commons.logging.version>1.1</commons.logging.version>

Modified: branches/wsas/java/2.1/commons/wsdl-view/pom.xml
==============================================================================
--- branches/wsas/java/2.1/commons/wsdl-view/pom.xml	(original)
+++ branches/wsas/java/2.1/commons/wsdl-view/pom.xml	Mon Oct  1 00:10:27 2007
@@ -5,7 +5,7 @@
     <groupId>org.wso2.wsdlview</groupId>
     <artifactId>wsdlview</artifactId>
     <packaging>jar</packaging>
-    <version>SNAPSHOT</version>
+    <version>2.093</version>
     <name>WSO2 WSDL View</name>
     <url>http://www.wso2.com</url>
 
@@ -264,7 +264,7 @@
 
     <properties>
         <axis2.version>1.3</axis2.version>
-        <wso2utils.version>SNAPSHOT</wso2utils.version>
+        <wso2utils.version>2.093</wso2utils.version>
         <axiom.version>1.2.5</axiom.version>
         <neethi.version>2.0.2</neethi.version>
         <commons.logging.version>1.1</commons.logging.version>

Modified: branches/wsas/java/2.1/commons/xfer/modules/core/pom.xml
==============================================================================
--- branches/wsas/java/2.1/commons/xfer/modules/core/pom.xml	(original)
+++ branches/wsas/java/2.1/commons/xfer/modules/core/pom.xml	Mon Oct  1 00:10:27 2007
@@ -6,13 +6,13 @@
     <parent>
         <groupId>org.wso2.xfer</groupId>
         <artifactId>wso2xfer-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>2.093</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>wso2xfer</artifactId>
     <packaging>jar</packaging>
-    <version>SNAPSHOT</version>
+    <version>2.093</version>
     <name>WSO2 WS-Transfer Module - Core</name>
 
     <build>

Modified: branches/wsas/java/2.1/commons/xfer/modules/samples/pom.xml
==============================================================================
--- branches/wsas/java/2.1/commons/xfer/modules/samples/pom.xml	(original)
+++ branches/wsas/java/2.1/commons/xfer/modules/samples/pom.xml	Mon Oct  1 00:10:27 2007
@@ -6,13 +6,13 @@
     <parent>
         <groupId>org.wso2.xfer</groupId>
         <artifactId>wso2xfer-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>2.093</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>wso2xfer-samples</artifactId>
     <packaging>jar</packaging>
-    <version>SNAPSHOT</version>
+    <version>2.093</version>
     <name>WSO2 WS-Transfer Module - Samples</name>
 
     <dependencies>

Modified: branches/wsas/java/2.1/commons/xfer/pom.xml
==============================================================================
--- branches/wsas/java/2.1/commons/xfer/pom.xml	(original)
+++ branches/wsas/java/2.1/commons/xfer/pom.xml	Mon Oct  1 00:10:27 2007
@@ -6,7 +6,7 @@
     <groupId>org.wso2.xfer</groupId>
     <artifactId>wso2xfer-parent</artifactId>
     <packaging>pom</packaging>
-    <version>SNAPSHOT</version>
+    <version>2.093</version>
     <name>WSO2 WS-Transfer Module</name>
     <url>http://www.wso2.org</url>
 

Modified: branches/wsas/java/2.1/commons/xkms/pom.xml
==============================================================================
--- branches/wsas/java/2.1/commons/xkms/pom.xml	(original)
+++ branches/wsas/java/2.1/commons/xkms/pom.xml	Mon Oct  1 00:10:27 2007
@@ -5,7 +5,7 @@
     <groupId>org.wso2.xkms</groupId>
     <artifactId>xkms</artifactId>
     <packaging>jar</packaging>
-    <version>SNAPSHOT</version>
+    <version>2.093</version>
     <name>XML Key Management Specification (XKMS)</name>
     <url>http://wso2.org</url>
 




More information about the Wsas-java-dev mailing list