Author: isuru Date: Tue Apr 28 05:40:06 2009 New Revision: 34278 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=34278
Log: versioning synapse Modified: branches/synapse/1.3-wso2v1/modules/distribution/pom.xml branches/synapse/1.3-wso2v1/modules/samples/pom.xml branches/synapse/1.3-wso2v1/modules/war/pom.xml branches/synapse/1.3-wso2v1/pom.xml Modified: branches/synapse/1.3-wso2v1/modules/distribution/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/synapse/1.3-wso2v1/modules/distribution/pom.xml?rev=34278&r1=34277&r2=34278&view=diff ============================================================================== --- branches/synapse/1.3-wso2v1/modules/distribution/pom.xml (original) +++ branches/synapse/1.3-wso2v1/modules/distribution/pom.xml Tue Apr 28 05:40:06 2009 @@ -63,7 +63,7 @@ <dependency> <groupId>org.apache.rampart</groupId> <artifactId>rampart</artifactId> - <version>${rampart.version}</version> + <version>1.41</version> <exclusions> <exclusion> <groupId>org.apache.woden</groupId> Modified: branches/synapse/1.3-wso2v1/modules/samples/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/synapse/1.3-wso2v1/modules/samples/pom.xml?rev=34278&r1=34277&r2=34278&view=diff ============================================================================== --- branches/synapse/1.3-wso2v1/modules/samples/pom.xml (original) +++ branches/synapse/1.3-wso2v1/modules/samples/pom.xml Tue Apr 28 05:40:06 2009 @@ -280,7 +280,7 @@ <artifactItem> <groupId>org.apache.rampart</groupId> <artifactId>rampart</artifactId> - <version>${rampart.version}</version> + <version>1.41</version> <type>mar</type> <overWrite>true</overWrite> <outputDirectory>target/test_repos/axis2Client/modules @@ -289,7 +289,7 @@ <artifactItem> <groupId>org.apache.rampart</groupId> <artifactId>rampart</artifactId> - <version>${rampart.version}</version> + <version>1.41</version> <type>mar</type> <overWrite>true</overWrite> <outputDirectory>target/test_repos/axis2Server/modules @@ -318,7 +318,7 @@ <artifactItem> <groupId>org.apache.rampart</groupId> <artifactId>rampart</artifactId> - <version>${rampart.version}</version> + <version>1.41</version> <type>mar</type> <overWrite>true</overWrite> <outputDirectory>target/test_repos/synapse/modules Modified: branches/synapse/1.3-wso2v1/modules/war/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/synapse/1.3-wso2v1/modules/war/pom.xml?rev=34278&r1=34277&r2=34278&view=diff ============================================================================== --- branches/synapse/1.3-wso2v1/modules/war/pom.xml (original) +++ branches/synapse/1.3-wso2v1/modules/war/pom.xml Tue Apr 28 05:40:06 2009 @@ -105,7 +105,7 @@ <artifactItem> <groupId>org.apache.rampart</groupId> <artifactId>rampart</artifactId> - <version>${rampart.version}</version> + <version>1.41</version> <type>mar</type> <outputDirectory>target/temp/lib</outputDirectory> </artifactItem> @@ -165,8 +165,8 @@ <directory>target/temp/lib</directory> <targetPath>WEB-INF/repository/modules</targetPath> <includes> - <include>addressing-${addressing.version}.mar</include> - <include>rampart-${rampart.version}.mar</include> + <include>addressing-1.5.mar</include> + <include>rampart-1.41.mar</include> <include>sandesha2-${sandesha2.version}.mar</include> </includes> </resource> Modified: branches/synapse/1.3-wso2v1/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/synapse/1.3-wso2v1/pom.xml?rev=34278&r1=34277&r2=34278&view=diff ============================================================================== --- branches/synapse/1.3-wso2v1/pom.xml (original) +++ branches/synapse/1.3-wso2v1/pom.xml Tue Apr 28 05:40:06 2009 @@ -342,7 +342,7 @@ <dependency> <groupId>org.apache.axis2</groupId> <artifactId>mex</artifactId> - <version>${axis2.version}</version> + <version>1.5</version> <classifier>impl</classifier> </dependency> @@ -832,8 +832,8 @@ <jms-1.1-spec.version>1.1</jms-1.1-spec.version> <!-- Axis2 1.4 and its dependencies --> - <axis2.version>SNAPSHOT</axis2.version> - <axis2.transport.version>1.0-SNAPSHOT</axis2.transport.version> + <axis2.version>1.5-wso2v1</axis2.version> + <axis2.transport.version>1.0-wso2v1</axis2.transport.version> <axiom.version>1.2.8</axiom.version> <xml_schema.version>1.4.3</xml_schema.version> <xml_apis.version>1.3.04</xml_apis.version> @@ -842,9 +842,9 @@ <commons.logging.version>1.1.1</commons.logging.version> <!-- addressing, rampart, neethi --> - <addressing.version>SNAPSHOT</addressing.version> - <rampart.version>SNAPSHOT</rampart.version> - <sandesha2.version>SNAPSHOT</sandesha2.version> + <addressing.version>1.5</addressing.version> + <rampart.version>1.4-wso2v2</rampart.version> + <sandesha2.version>1.4-wso2v2</sandesha2.version> <neethi.version>2.0.4</neethi.version> <wss4j.version>SNAPSHOT</wss4j.version> <jruby.version>0.9.9</jruby.version> _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
