Author: asankha Date: Tue Jan 8 23:51:32 2008 New Revision: 12007 Log:
build a release for ESB 1.6 as 1.6 Modified: branches/esb/java/1.6/commons/throttle/modules/core/pom.xml branches/esb/java/1.6/commons/throttle/modules/mar/pom.xml branches/esb/java/1.6/commons/throttle/pom.xml Modified: branches/esb/java/1.6/commons/throttle/modules/core/pom.xml ============================================================================== --- branches/esb/java/1.6/commons/throttle/modules/core/pom.xml (original) +++ branches/esb/java/1.6/commons/throttle/modules/core/pom.xml Tue Jan 8 23:51:32 2008 @@ -6,13 +6,13 @@ <parent> <groupId>org.wso2.throttle</groupId> <artifactId>wso2throttle-parent</artifactId> - <version>SNAPSHOT</version> + <version>1.6</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>wso2throttle-core</artifactId> <packaging>jar</packaging> - <version>SNAPSHOT</version> + <version>1.6</version> <name>WSO2 Throttling module - core</name> <build> <plugins> Modified: branches/esb/java/1.6/commons/throttle/modules/mar/pom.xml ============================================================================== --- branches/esb/java/1.6/commons/throttle/modules/mar/pom.xml (original) +++ branches/esb/java/1.6/commons/throttle/modules/mar/pom.xml Tue Jan 8 23:51:32 2008 @@ -6,13 +6,13 @@ <parent> <groupId>org.wso2.throttle</groupId> <artifactId>wso2throttle-parent</artifactId> - <version>SNAPSHOT</version> + <version>1.6</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>wso2throttle</artifactId> <packaging>jar</packaging> - <version>SNAPSHOT</version> + <version>1.6</version> <name>WSO2 Throttling module - Mar</name> <build> @@ -69,7 +69,7 @@ <dependency> <groupId>org.wso2.throttle</groupId> <artifactId>wso2throttle-core</artifactId> - <version>SNAPSHOT</version> + <version>1.6</version> </dependency> </dependencies> Modified: branches/esb/java/1.6/commons/throttle/pom.xml ============================================================================== --- branches/esb/java/1.6/commons/throttle/pom.xml (original) +++ branches/esb/java/1.6/commons/throttle/pom.xml Tue Jan 8 23:51:32 2008 @@ -6,7 +6,7 @@ <groupId>org.wso2.throttle</groupId> <artifactId>wso2throttle-parent</artifactId> <packaging>pom</packaging> - <version>SNAPSHOT</version> + <version>1.6</version> <name>WSO2 throttle module</name> <url>http://www.wso2.org</url> @@ -18,12 +18,14 @@ <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> <version>${axis2.version}</version> + <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-clustering</artifactId> - <version>${axis2.version}</version> + <version>${axis2.clustering.version}</version> + <scope>provided</scope> <exclusions> <exclusion> <groupId>org.apache.axis2</groupId> @@ -45,12 +47,14 @@ <groupId>org.apache.ws.commons.axiom</groupId> <artifactId>axiom-impl</artifactId> <version>${axiom.version}</version> + <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.ws.commons.axiom</groupId> <artifactId>axiom-api</artifactId> <version>${axiom.version}</version> + <scope>provided</scope> </dependency> <!-- Thrid party dependencies --> @@ -72,6 +76,7 @@ <groupId>logkit</groupId> </exclusion> </exclusions> + <scope>provided</scope> </dependency> <dependency> @@ -85,18 +90,21 @@ <groupId>org.apache.neethi</groupId> <artifactId>neethi</artifactId> <version>${neethi.version}</version> + <scope>provided</scope> </dependency> <dependency> <groupId>backport-util-concurrent</groupId> <artifactId>backport-util-concurrent</artifactId> <version>${backport.util.concurrent.version}</version> + <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant-nodeps</artifactId> <version>${ant.version}</version> + <scope>provided</scope> </dependency> <dependency> @@ -196,9 +204,10 @@ </modules> <properties> - <axis2.version>SNAPSHOT</axis2.version> - <wso2throttle.version>${pom.version}</wso2throttle.version> - <axiom.version>SNAPSHOT</axiom.version> + <axis2.version>1.3</axis2.version> + <axis2.clustering.version>SNAPSHOT</axis2.clustering.version> + <wso2throttle.version>1.6</wso2throttle.version> + <axiom.version>1.2.5</axiom.version> <neethi.version>2.0.2</neethi.version> <commons.logging.version>1.1</commons.logging.version> <junit.version>3.8.2</junit.version> _______________________________________________ Esb-java-dev mailing list Esb-java-dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev