mirror of https://github.com/apache/jclouds.git
Update maven coordinates for promoted Azure ARM
This commit is contained in:
parent
cc969052a7
commit
3877303ede
|
@ -143,5 +143,10 @@
|
|||
<artifactId>packet</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.jclouds.provider</groupId>
|
||||
<artifactId>azurecompute-arm</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
jclouds Labs - Azure Compute ARM Provider
|
||||
============
|
||||
Azure Compute ARM Provider
|
||||
==========================
|
||||
|
||||
Build status for azurecomputearm module:
|
||||
[![Build Status](https://jclouds.ci.cloudbees.com/buildStatus/icon?job=jclouds-labs/org.apache.jclouds.labs$azurecompute-arm)](https://jclouds.ci.cloudbees.com/job/jclouds-labs/org.apache.jclouds.labs$azurecompute-arm/)
|
||||
Build status for azurecompute-arm module:
|
||||
[![Build Status](https://jclouds.ci.cloudbees.com/buildStatus/icon?job=jclouds/org.apache.jclouds.provider$azurecompute-arm)](https://jclouds.ci.cloudbees.com/job/jclouds/org.apache.jclouds.provider$azurecompute-arm/)
|
||||
|
||||
## Setting Up Test Credentials
|
||||
|
||||
|
|
|
@ -21,10 +21,13 @@
|
|||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.apache.jclouds.labs</groupId>
|
||||
<artifactId>jclouds-labs</artifactId>
|
||||
<groupId>org.apache.jclouds</groupId>
|
||||
<artifactId>jclouds-project</artifactId>
|
||||
<version>2.1.0-SNAPSHOT</version>
|
||||
<relativePath>../../project/pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.apache.jclouds.provider</groupId>
|
||||
<artifactId>azurecompute-arm</artifactId>
|
||||
<name>jclouds Azure Compute ARM API</name>
|
||||
<description>jclouds components to access an implementation of Azure's ARM Compute Service</description>
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
<module>aws-sqs</module>
|
||||
<module>aws-sts</module>
|
||||
<module>azureblob</module>
|
||||
<module>azurecompute-arm</module>
|
||||
<module>b2</module>
|
||||
<module>digitalocean2</module>
|
||||
<module>dynect</module>
|
||||
|
|
Loading…
Reference in New Issue