Author: ruwan
Date: Mon Mar 17 22:56:49 2008
New Revision: 14938

Log:

Changing the versions of ESB and moving to synapse, axis2 SNAPSHOTs

Removed:
   trunk/esb/java/patches/axis2-1.3-kernel-001.jar
   trunk/esb/java/patches/synapse-1.1.1-trp-jms-001.jar
Modified:
   trunk/esb/java/modules/core/pom.xml
   trunk/esb/java/modules/distribution/pom.xml
   trunk/esb/java/modules/distribution/src/main/conf/server.xml
   trunk/esb/java/modules/samples/pom.xml
   trunk/esb/java/pom.xml

Modified: trunk/esb/java/modules/core/pom.xml
==============================================================================
--- trunk/esb/java/modules/core/pom.xml (original)
+++ trunk/esb/java/modules/core/pom.xml Mon Mar 17 22:56:49 2008
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.wso2.esb</groupId>
         <artifactId>wso2-esb</artifactId>
-        <version>1.6</version>
+        <version>SNAPSHOT</version>
     </parent>
 
     <groupId>org.wso2.esb</groupId>

Modified: trunk/esb/java/modules/distribution/pom.xml
==============================================================================
--- trunk/esb/java/modules/distribution/pom.xml (original)
+++ trunk/esb/java/modules/distribution/pom.xml Mon Mar 17 22:56:49 2008
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.wso2.esb</groupId>
         <artifactId>wso2-esb</artifactId>
-        <version>1.6</version>
+        <version>SNAPSHOT</version>
     </parent>
 
     <groupId>org.wso2.esb</groupId>

Modified: trunk/esb/java/modules/distribution/src/main/conf/server.xml
==============================================================================
--- trunk/esb/java/modules/distribution/src/main/conf/server.xml        
(original)
+++ trunk/esb/java/modules/distribution/src/main/conf/server.xml        Mon Mar 
17 22:56:49 2008
@@ -16,7 +16,7 @@
 
 <Server xmlns="http://www.wso2.org/projects/esb";>
 
-    <Version>1.6</Version>
+    <Version>SNAPSHOT</Version>
 
     <!--
     Axis2 related configurations

Modified: trunk/esb/java/modules/samples/pom.xml
==============================================================================
--- trunk/esb/java/modules/samples/pom.xml      (original)
+++ trunk/esb/java/modules/samples/pom.xml      Mon Mar 17 22:56:49 2008
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.wso2.esb</groupId>
         <artifactId>wso2-esb</artifactId>
-        <version>1.6</version>
+        <version>SNAPSHOT</version>
     </parent>
 
     <groupId>org.wso2.esb</groupId>

Modified: trunk/esb/java/pom.xml
==============================================================================
--- trunk/esb/java/pom.xml      (original)
+++ trunk/esb/java/pom.xml      Mon Mar 17 22:56:49 2008
@@ -21,7 +21,7 @@
     <groupId>org.wso2.esb</groupId>
     <artifactId>wso2-esb</artifactId>
     <packaging>pom</packaging>
-    <version>1.6</version>
+    <version>SNAPSHOT</version>
     <name>WSO2 Enterprise Service Bus (ESB)</name>
     <url>http://www.wso2.org/projects/esb/java</url>
     <licenses>
@@ -306,7 +306,7 @@
             <dependency>
                 <groupId>org.apache.axis2</groupId>
                 <artifactId>axis2-clustering</artifactId>
-                <version>${axis2-clustering.version}</version>
+                <version>${axis2.version}</version>
                 <exclusions>
                     <exclusion>
                         <groupId>org.apache.axis2</groupId>
@@ -351,7 +351,7 @@
             <dependency>
                 <groupId>org.apache.httpcomponents</groupId>
                 <artifactId>httpcore</artifactId>
-                <version>${jakarta.httpcore.nio.version}</version>
+                <version>${httpcore.nio.version}</version>
             </dependency>
 
             <dependency>
@@ -758,7 +758,7 @@
         <server.short.name>WSO2 ESB</server.short.name>
 
         <!-- WSO2 components -->
-        <wso2.esb.version>1.6</wso2.esb.version>
+        <wso2.esb.version>SNAPSHOT</wso2.esb.version>
         <wso2commons.version>1.2</wso2commons.version>
         <wso2.adminui.version>1.2</wso2.adminui.version>
         <wso2.adminui.version.graphs>1.1</wso2.adminui.version.graphs>
@@ -773,25 +773,24 @@
         <slf4j.version>1.0.1</slf4j.version>
 
         <!-- Synapse and related components -->
-       <synapse.version>1.2-SNAPSHOT</synapse.version>
-        <jakarta.httpcore.nio.version>4.0-beta1</jakarta.httpcore.nio.version>
+           <synapse.version>1.2-SNAPSHOT</synapse.version>
+        <httpcore.nio.version>4.0-beta1</httpcore.nio.version>
         <smack.version>2.2.1</smack.version>
 
         <!-- Axis2 1.2 and its dependencies -->
-        <axis2.version>1.3</axis2.version>
-        <axis2-clustering.version>SNAPSHOT</axis2-clustering.version>
-        <axiom.version>1.2.5</axiom.version>
-        <xml_schema.version>1.3.2-591227</xml_schema.version>
+        <axis2.version>SNAPSHOT</axis2.version>
+        <axiom.version>SNAPSHOT</axiom.version>
+        <xml_schema.version>SNAPSHOT</xml_schema.version>
         <wsdl4j.version>1.6.2</wsdl4j.version>
         <commons.logging.version>1.1</commons.logging.version>
         <xerces.version>2.8.1</xerces.version>
         <xml_apis.version>1.3.03</xml_apis.version>
 
         <!-- addressing, rampart, sandesha, neethi -->
-        <addressing.version>1.3</addressing.version>
-        <rampart.version>1.3</rampart.version>
+        <addressing.version>SNAPSHOT</addressing.version>
+        <rampart.version>SNAPSHOT</rampart.version>
         <sandesha2.version>1.3</sandesha2.version>
-        <neethi.version>2.0.2</neethi.version>
+        <neethi.version>SNAPSHOT</neethi.version>
         <wss4j.version>1.5.3</wss4j.version>
 
         <!-- misc -->

_______________________________________________
Esb-java-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev

Reply via email to