Merge branch 'master' of C:\Users\aphillips\Workspaces\Personal\jclouds

This commit is contained in:
Andrew Phillips 2010-03-19 09:03:35 +01:00
commit 43788298f8
7 changed files with 840 additions and 840 deletions

View File

@ -28,8 +28,8 @@
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>jclouds-speedtest-sqs</artifactId>
<name>tests speed of sqs across regions</name>
<description>creates a queue in all amazon regions and then tests performance against it</description>
<name>Speed tests of SQS across regions</name>
<description>Creates a queue in all amazon regions and then tests performance against it</description>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>

View File

@ -21,8 +21,8 @@
--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>jclouds-project</artifactId>
<groupId>org.jclouds</groupId>
<artifactId>jclouds-project</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>project/pom.xml</relativePath>
</parent>