corrected gogrid artifact id

This commit is contained in:
Adrian Cole 2011-01-02 11:54:20 +01:00
parent 1882128ec9
commit 581611abc5
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jclouds.provider</groupId> <groupId>org.jclouds.provider</groupId>
<artifactId>jclouds-gogrid</artifactId> <artifactId>gogrid</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>
<dependency> <dependency>

View File

@ -29,7 +29,7 @@
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<artifactId>jclouds-gogrid</artifactId> <artifactId>gogrid</artifactId>
<name>jclouds GoGrid provider</name> <name>jclouds GoGrid provider</name>
<description>ComputeService implementation of GoGrid datacenters</description> <description>ComputeService implementation of GoGrid datacenters</description>