Fixing a test failure.
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/38e4e3b5 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/38e4e3b5 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/38e4e3b5 Branch: refs/heads/4.0.0-grouping Commit: 38e4e3b5a2bcc98ea7600b0aae28daa96f6a3e86 Parents: bd4861a Author: Nirmal Fernando <[email protected]> Authored: Fri Aug 22 16:51:24 2014 +0530 Committer: Nirmal Fernando <[email protected]> Committed: Fri Aug 22 16:51:24 2014 +0530 ---------------------------------------------------------------------- dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/38e4e3b5/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml ---------------------------------------------------------------------- diff --git a/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml b/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml index 09096be..3b2a640 100644 --- a/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml +++ b/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml @@ -61,12 +61,12 @@ <dependency> <groupId>org.apache.stratos</groupId> <artifactId>ec2</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.stratos</groupId> <artifactId>ec2</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>${project.version}</version> <type>test-jar</type> <scope>test</scope> </dependency>
