mirror of https://github.com/apache/jclouds.git
Issue 440: corrected poms
This commit is contained in:
parent
739da911d2
commit
47faeaf1bf
|
@ -24,11 +24,12 @@
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4.0.0.xsd" >
|
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>
|
||||||
<groupId>org.jclouds.api</groupId>
|
<groupId>org.jclouds</groupId>
|
||||||
<artifactId>jclouds-apis-project</artifactId>
|
<artifactId>jclouds-project</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0-SNAPSHOT</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../../project/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
<groupId>org.jclouds.api</groupId>
|
||||||
<artifactId>cloudwatch</artifactId>
|
<artifactId>cloudwatch</artifactId>
|
||||||
<name>jcloud cloudwatch api</name>
|
<name>jcloud cloudwatch api</name>
|
||||||
<description>jclouds components to access an implementation of CloudWatch</description>
|
<description>jclouds components to access an implementation of CloudWatch</description>
|
||||||
|
|
|
@ -24,11 +24,12 @@
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4.0.0.xsd" >
|
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>
|
||||||
<groupId>org.jclouds.api</groupId>
|
<groupId>org.jclouds</groupId>
|
||||||
<artifactId>jclouds-apis-project</artifactId>
|
<artifactId>jclouds-project</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0-SNAPSHOT</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../../project/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
<groupId>org.jclouds.api</groupId>
|
||||||
<artifactId>ec2</artifactId>
|
<artifactId>ec2</artifactId>
|
||||||
<name>jcloud ec2 api</name>
|
<name>jcloud ec2 api</name>
|
||||||
<description>jclouds components to access an implementation of EC2</description>
|
<description>jclouds components to access an implementation of EC2</description>
|
||||||
|
@ -81,6 +82,12 @@
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>log4j</groupId>
|
||||||
|
<artifactId>log4j</artifactId>
|
||||||
|
<version>1.2.16</version>
|
||||||
|
<scope>test</scope>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<profiles>
|
<profiles>
|
||||||
|
|
|
@ -24,11 +24,12 @@
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4.0.0.xsd" >
|
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>
|
||||||
<groupId>org.jclouds.api</groupId>
|
<groupId>org.jclouds</groupId>
|
||||||
<artifactId>jclouds-apis-project</artifactId>
|
<artifactId>jclouds-project</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0-SNAPSHOT</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../../project/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
<groupId>org.jclouds.api</groupId>
|
||||||
<artifactId>elb</artifactId>
|
<artifactId>elb</artifactId>
|
||||||
<name>jcloud elb api</name>
|
<name>jcloud elb api</name>
|
||||||
<description>jclouds components to access an implementation of Elastic Load Balancer</description>
|
<description>jclouds components to access an implementation of Elastic Load Balancer</description>
|
||||||
|
|
|
@ -24,11 +24,12 @@
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4.0.0.xsd" >
|
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>
|
||||||
<groupId>org.jclouds.api</groupId>
|
<groupId>org.jclouds</groupId>
|
||||||
<artifactId>jclouds-apis-project</artifactId>
|
<artifactId>jclouds-project</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0-SNAPSHOT</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../../project/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
<groupId>org.jclouds.api</groupId>
|
||||||
<artifactId>filesystem</artifactId>
|
<artifactId>filesystem</artifactId>
|
||||||
<name>jcloud filesystem core</name>
|
<name>jcloud filesystem core</name>
|
||||||
<description>jclouds components to access filesystem</description>
|
<description>jclouds components to access filesystem</description>
|
||||||
|
|
|
@ -24,11 +24,12 @@
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4.0.0.xsd" >
|
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>
|
||||||
<groupId>org.jclouds.api</groupId>
|
<groupId>org.jclouds</groupId>
|
||||||
<artifactId>jclouds-apis-project</artifactId>
|
<artifactId>jclouds-project</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0-SNAPSHOT</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../../project/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
<groupId>org.jclouds.api</groupId>
|
||||||
<artifactId>s3</artifactId>
|
<artifactId>s3</artifactId>
|
||||||
<name>jcloud s3 api</name>
|
<name>jcloud s3 api</name>
|
||||||
<description>jclouds components to access an implementation of S3</description>
|
<description>jclouds components to access an implementation of S3</description>
|
||||||
|
|
|
@ -24,11 +24,12 @@
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4.0.0.xsd" >
|
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>
|
||||||
<groupId>org.jclouds.api</groupId>
|
<groupId>org.jclouds</groupId>
|
||||||
<artifactId>jclouds-apis-project</artifactId>
|
<artifactId>jclouds-project</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0-SNAPSHOT</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../../project/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
<groupId>org.jclouds.api</groupId>
|
||||||
<artifactId>simpledb</artifactId>
|
<artifactId>simpledb</artifactId>
|
||||||
<name>jcloud simpledb api</name>
|
<name>jcloud simpledb api</name>
|
||||||
<description>jclouds components to access an implementation of Simple DB</description>
|
<description>jclouds components to access an implementation of Simple DB</description>
|
||||||
|
|
|
@ -24,11 +24,12 @@
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4.0.0.xsd" >
|
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>
|
||||||
<groupId>org.jclouds.api</groupId>
|
<groupId>org.jclouds</groupId>
|
||||||
<artifactId>jclouds-apis-project</artifactId>
|
<artifactId>jclouds-project</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0-SNAPSHOT</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../../project/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
<groupId>org.jclouds.api</groupId>
|
||||||
<artifactId>sqs</artifactId>
|
<artifactId>sqs</artifactId>
|
||||||
<name>jcloud sqs api</name>
|
<name>jcloud sqs api</name>
|
||||||
<description>jclouds components to access an implementation of Simple Queue Service</description>
|
<description>jclouds components to access an implementation of Simple Queue Service</description>
|
||||||
|
|
|
@ -24,11 +24,12 @@
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4.0.0.xsd" >
|
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>
|
||||||
<groupId>org.jclouds.api</groupId>
|
<groupId>org.jclouds</groupId>
|
||||||
<artifactId>jclouds-apis-project</artifactId>
|
<artifactId>jclouds-project</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0-SNAPSHOT</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../../project/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
<groupId>org.jclouds.api</groupId>
|
||||||
<artifactId>walrus</artifactId>
|
<artifactId>walrus</artifactId>
|
||||||
<name>jclouds Eucalyptus Walrus api</name>
|
<name>jclouds Eucalyptus Walrus api</name>
|
||||||
<description>Simple Storage Service (S3) implementation based on Eucalyptus Walrus</description>
|
<description>Simple Storage Service (S3) implementation based on Eucalyptus Walrus</description>
|
||||||
|
|
|
@ -24,11 +24,12 @@
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4.0.0.xsd" >
|
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>
|
||||||
<groupId>org.jclouds.provider</groupId>
|
<groupId>org.jclouds</groupId>
|
||||||
<artifactId>jclouds-providers-project</artifactId>
|
<artifactId>jclouds-project</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0-SNAPSHOT</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../../project/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
<groupId>org.jclouds.provider</groupId>
|
||||||
<artifactId>aws-ec2</artifactId>
|
<artifactId>aws-ec2</artifactId>
|
||||||
<name>jclouds Amazon EC2 provider</name>
|
<name>jclouds Amazon EC2 provider</name>
|
||||||
<description>EC2 implementation targeted to Amazon Web Services</description>
|
<description>EC2 implementation targeted to Amazon Web Services</description>
|
||||||
|
@ -41,11 +42,15 @@
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.jclouds</groupId>
|
||||||
|
<artifactId>jclouds-aws</artifactId>
|
||||||
|
<version>${project.version}</version>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jclouds.api</groupId>
|
<groupId>org.jclouds.api</groupId>
|
||||||
<artifactId>ec2</artifactId>
|
<artifactId>ec2</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
<type>jar</type>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jclouds.api</groupId>
|
<groupId>org.jclouds.api</groupId>
|
||||||
|
|
|
@ -24,11 +24,12 @@
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4.0.0.xsd" >
|
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>
|
||||||
<groupId>org.jclouds.provider</groupId>
|
<groupId>org.jclouds</groupId>
|
||||||
<artifactId>jclouds-providers-project</artifactId>
|
<artifactId>jclouds-project</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0-SNAPSHOT</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../../project/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
<groupId>org.jclouds.provider</groupId>
|
||||||
<artifactId>aws-elb</artifactId>
|
<artifactId>aws-elb</artifactId>
|
||||||
<name>jclouds Amazon Elastic Load Balancer provider</name>
|
<name>jclouds Amazon Elastic Load Balancer provider</name>
|
||||||
<description>Elastic Load Balancer implementation targeted to Amazon Web Services</description>
|
<description>Elastic Load Balancer implementation targeted to Amazon Web Services</description>
|
||||||
|
|
|
@ -24,11 +24,12 @@
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4.0.0.xsd" >
|
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>
|
||||||
<groupId>org.jclouds.provider</groupId>
|
<groupId>org.jclouds</groupId>
|
||||||
<artifactId>jclouds-providers-project</artifactId>
|
<artifactId>jclouds-project</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0-SNAPSHOT</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../../project/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
<groupId>org.jclouds.provider</groupId>
|
||||||
<artifactId>aws-s3</artifactId>
|
<artifactId>aws-s3</artifactId>
|
||||||
<name>jclouds Amazon Simple Storage Service (S3) provider</name>
|
<name>jclouds Amazon Simple Storage Service (S3) provider</name>
|
||||||
<description>Simple Storage Service (S3) implementation targeted to Amazon Web Services</description>
|
<description>Simple Storage Service (S3) implementation targeted to Amazon Web Services</description>
|
||||||
|
|
|
@ -24,11 +24,12 @@
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4.0.0.xsd" >
|
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>
|
||||||
<groupId>org.jclouds.provider</groupId>
|
<groupId>org.jclouds</groupId>
|
||||||
<artifactId>jclouds-providers-project</artifactId>
|
<artifactId>jclouds-project</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0-SNAPSHOT</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../../project/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
<groupId>org.jclouds.provider</groupId>
|
||||||
<artifactId>aws-simpledb</artifactId>
|
<artifactId>aws-simpledb</artifactId>
|
||||||
<name>jclouds Amazon SimpleDB provider</name>
|
<name>jclouds Amazon SimpleDB provider</name>
|
||||||
<description>SimpleDB implementation targeted to Amazon Web Services</description>
|
<description>SimpleDB implementation targeted to Amazon Web Services</description>
|
||||||
|
|
|
@ -25,11 +25,12 @@
|
||||||
<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>
|
||||||
<groupId>org.jclouds.provider</groupId>
|
<groupId>org.jclouds</groupId>
|
||||||
<artifactId>jclouds-providers-project</artifactId>
|
<artifactId>jclouds-project</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0-SNAPSHOT</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../../project/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
<groupId>org.jclouds.provider</groupId>
|
||||||
<artifactId>cloudsigma</artifactId>
|
<artifactId>cloudsigma</artifactId>
|
||||||
<name>jclouds CloudSigma provider</name>
|
<name>jclouds CloudSigma provider</name>
|
||||||
<description>ComputeService binding to the CloudSigma datacenter in Zürich</description>
|
<description>ComputeService binding to the CloudSigma datacenter in Zürich</description>
|
||||||
|
|
|
@ -24,11 +24,12 @@
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4.0.0.xsd" >
|
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>
|
||||||
<groupId>org.jclouds.provider</groupId>
|
<groupId>org.jclouds</groupId>
|
||||||
<artifactId>jclouds-providers-project</artifactId>
|
<artifactId>jclouds-project</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0-SNAPSHOT</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../../project/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
<groupId>org.jclouds.provider</groupId>
|
||||||
<artifactId>ecc-s3</artifactId>
|
<artifactId>ecc-s3</artifactId>
|
||||||
<name>jclouds Eucalyptus Community Cloud provider</name>
|
<name>jclouds Eucalyptus Community Cloud provider</name>
|
||||||
<description>Walrus (S3) implementation targeted to the Eucalyptus Community Cloud</description>
|
<description>Walrus (S3) implementation targeted to the Eucalyptus Community Cloud</description>
|
||||||
|
|
|
@ -24,11 +24,12 @@
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
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>
|
||||||
<groupId>org.jclouds.provider</groupId>
|
<groupId>org.jclouds</groupId>
|
||||||
<artifactId>jclouds-providers-project</artifactId>
|
<artifactId>jclouds-project</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0-SNAPSHOT</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../../project/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
<groupId>org.jclouds.provider</groupId>
|
||||||
<artifactId>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>
|
||||||
|
|
|
@ -24,11 +24,12 @@
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4.0.0.xsd" >
|
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>
|
||||||
<groupId>org.jclouds.provider</groupId>
|
<groupId>org.jclouds</groupId>
|
||||||
<artifactId>jclouds-providers-project</artifactId>
|
<artifactId>jclouds-project</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0-SNAPSHOT</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../../project/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
<groupId>org.jclouds.provider</groupId>
|
||||||
<artifactId>googlestorage</artifactId>
|
<artifactId>googlestorage</artifactId>
|
||||||
<name>jclouds Google Storage for Developers provider</name>
|
<name>jclouds Google Storage for Developers provider</name>
|
||||||
<description>Simple Storage Service (S3) implementation targeted to Google Storage for Developers</description>
|
<description>Simple Storage Service (S3) implementation targeted to Google Storage for Developers</description>
|
||||||
|
|
|
@ -24,11 +24,12 @@
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4.0.0.xsd" >
|
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>
|
||||||
<groupId>org.jclouds.provider</groupId>
|
<groupId>org.jclouds</groupId>
|
||||||
<artifactId>jclouds-providers-project</artifactId>
|
<artifactId>jclouds-project</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0-SNAPSHOT</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../../project/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
<groupId>org.jclouds.provider</groupId>
|
||||||
<artifactId>scaleup-storage</artifactId>
|
<artifactId>scaleup-storage</artifactId>
|
||||||
<name>jclouds ScaleUp Cloud Storage provider</name>
|
<name>jclouds ScaleUp Cloud Storage provider</name>
|
||||||
<description>Simple Storage Service (S3) implementation targeted to ScaleUp Cloud Storage</description>
|
<description>Simple Storage Service (S3) implementation targeted to ScaleUp Cloud Storage</description>
|
||||||
|
|
|
@ -23,11 +23,12 @@
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
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>
|
||||||
<groupId>org.jclouds.provider</groupId>
|
<groupId>org.jclouds</groupId>
|
||||||
<artifactId>jclouds-providers-project</artifactId>
|
<artifactId>jclouds-project</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0-SNAPSHOT</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../../project/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
<groupId>org.jclouds.provider</groupId>
|
||||||
<artifactId>slicehost</artifactId>
|
<artifactId>slicehost</artifactId>
|
||||||
<name>jclouds Slicehost provider</name>
|
<name>jclouds Slicehost provider</name>
|
||||||
<description>ComputeService implementation of Slicehost datacenters</description>
|
<description>ComputeService implementation of Slicehost datacenters</description>
|
||||||
|
|
Loading…
Reference in New Issue