mirror of https://github.com/apache/jclouds.git
corrected gogrid artifact id
This commit is contained in:
parent
1882128ec9
commit
581611abc5
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue