mirror of https://github.com/apache/jclouds.git
Merge branch 'master' of C:\Users\aphillips\Workspaces\Personal\jclouds
This commit is contained in:
commit
43788298f8
|
@ -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>
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue