Author: saminda Date: Wed Jun 4 01:07:01 2008 New Revision: 17895 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=17895
Log: cleaning up the version numbers Modified: branches/wsas/java/2.3/wsas/pom.xml Modified: branches/wsas/java/2.3/wsas/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/wsas/java/2.3/wsas/pom.xml?rev=17895&r1=17894&r2=17895&view=diff ============================================================================== --- branches/wsas/java/2.3/wsas/pom.xml (original) +++ branches/wsas/java/2.3/wsas/pom.xml Wed Jun 4 01:07:01 2008 @@ -729,24 +729,24 @@ <groupId>org.apache.rampart</groupId> <artifactId>rampart-core</artifactId> <version>${rampart.version}</version> - </dependency> - - <!-- Mercury dependencies --> - - <dependency> - <groupId>org.wso2.mercury</groupId> - <artifactId>mercury-core</artifactId> - <version>${mercury.version}</version> - </dependency> - <dependency> - <groupId>org.wso2.mercury</groupId> - <artifactId>mercury-mar</artifactId> - <version>${mercury.version}</version> - </dependency> - <dependency> - <groupId>org.wso2.mercury</groupId> - <artifactId>mercury-persistence</artifactId> - <version>${mercury.version}</version> + </dependency> + + <!-- Mercury dependencies --> + + <dependency> + <groupId>org.wso2.mercury</groupId> + <artifactId>mercury-core</artifactId> + <version>${mercury.version}</version> + </dependency> + <dependency> + <groupId>org.wso2.mercury</groupId> + <artifactId>mercury-mar</artifactId> + <version>${mercury.version}</version> + </dependency> + <dependency> + <groupId>org.wso2.mercury</groupId> + <artifactId>mercury-persistence</artifactId> + <version>${mercury.version}</version> </dependency> <!--AXIOM--> @@ -928,23 +928,23 @@ <groupId>logkit</groupId> </exclusion> </exclusions> - </dependency> - - <!-- Mercury dependencies --> - - <dependency> - <groupId>org.wso2.mercury</groupId> - <artifactId>mercury-core</artifactId> - </dependency> - <dependency> - <groupId>org.wso2.mercury</groupId> - <artifactId>mercury-mar</artifactId> - <version>${mercury.version}</version> - <type>mar</type> - </dependency> - <dependency> - <groupId>org.wso2.mercury</groupId> - <artifactId>mercury-persistence</artifactId> + </dependency> + + <!-- Mercury dependencies --> + + <dependency> + <groupId>org.wso2.mercury</groupId> + <artifactId>mercury-core</artifactId> + </dependency> + <dependency> + <groupId>org.wso2.mercury</groupId> + <artifactId>mercury-mar</artifactId> + <version>${mercury.version}</version> + <type>mar</type> + </dependency> + <dependency> + <groupId>org.wso2.mercury</groupId> + <artifactId>mercury-persistence</artifactId> </dependency> @@ -952,7 +952,7 @@ <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> <version>${commons.collections.version}</version> - </dependency> + </dependency> <!-- COMMONS dependencies --> @@ -2123,24 +2123,25 @@ <wso2utils.version>2.2</wso2utils.version> <wso2mex.version>2.2</wso2mex.version> <wso2xfer.version>2.2</wso2xfer.version> - <wso2statistics.version>2.2</wso2statistics.version> - <wso2throttle.version>2.3-SNAPSHOT</wso2throttle.version> + <wso2statistics.version>2.2</wso2statistics.version> <wso2tracer.version>2.2</wso2tracer.version> <dynamiccodegen.version>2.2</dynamiccodegen.version> <wsrequest.version>2.2</wsrequest.version> - <wso2.adminui.version>2.2</wso2.adminui.version> + <xkms.version>2.2</xkms.version> <wsf.version>2.2</wsf.version> + <wso2.adminui.version>2.3-SNAPSHOT</wso2.adminui.version> + <wso2throttle.version>2.3-SNAPSHOT</wso2throttle.version> <wso2codegen.version>2.3-SNAPSHOT</wso2codegen.version> <wsdlconverter.version>2.3-SNAPSHOT</wsdlconverter.version> <wso2dataservice.version>SNAPSHOT</wso2dataservice.version> - <a1deployer.version>SNAPSHOT</a1deployer.version> + <a1deployer.version>2.3-SNAPSHOT</a1deployer.version> <wso2.adminui.version.graphs>1.1</wso2.adminui.version.graphs> <axiom.version>1.2.7</axiom.version> - <addressing.version>1.4.01</addressing.version> + <addressing.version>1.4</addressing.version> <rampart.version>1.4</rampart.version> <sandesha2.version>1.3</sandesha2.version> <wso2sandesha2.version>2.2</wso2sandesha2.version> _______________________________________________ Wsas-java-dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev
