Line ending changes and POM formatting.

This commit is contained in:
Andrew Phillips 2010-03-19 09:02:17 +01:00
parent d0dd757cfb
commit 550384bd22
7 changed files with 840 additions and 840 deletions

View File

@ -28,8 +28,8 @@
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>jclouds-speedtest-sqs</artifactId> <artifactId>jclouds-speedtest-sqs</artifactId>
<name>tests speed of sqs across regions</name> <name>Speed tests of SQS across regions</name>
<description>creates a queue in all amazon regions and then tests performance against it</description> <description>Creates a queue in all amazon regions and then tests performance against it</description>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>${project.groupId}</groupId> <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"> --><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> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<artifactId>jclouds-project</artifactId>
<groupId>org.jclouds</groupId> <groupId>org.jclouds</groupId>
<artifactId>jclouds-project</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<relativePath>project/pom.xml</relativePath> <relativePath>project/pom.xml</relativePath>
</parent> </parent>
@ -49,8 +49,8 @@
<module>rimuhosting</module> <module>rimuhosting</module>
<module>twitter</module> <module>twitter</module>
<module>vcloud</module> <module>vcloud</module>
<module>gogrid</module> <module>gogrid</module>
</modules> </modules>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>