Removed an unnecessary groupId.

git-svn-id: http://jclouds.googlecode.com/svn/trunk@2705 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
sharedocs1@gmail.com 2010-01-20 11:53:42 +00:00
parent 44222a19fd
commit 0d835e7f8c
1 changed files with 3 additions and 5 deletions

View File

@ -28,8 +28,8 @@
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>jclouds-demo-speedtest-azurequeue</artifactId>
<name>tests speed of azurequeue</name>
<description>creates a queue and then tests performance against it</description>
<name>Speed tests of Azure's queue offering</name>
<description>Creates a queue and then tests performance against it</description>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
@ -48,7 +48,6 @@
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
@ -82,7 +81,6 @@
</executions>
</plugin>
</plugins>
</build>
</project>