2012-01-18 01:07:21 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
|
|
|
|
|
|
Licensed to jclouds, Inc. (jclouds) under one or more
|
|
|
|
contributor license agreements. See the NOTICE file
|
|
|
|
distributed with this work for additional information
|
|
|
|
regarding copyright ownership. jclouds licenses this file
|
|
|
|
to you under the Apache License, Version 2.0 (the
|
|
|
|
"License"); you may not use this file except in compliance
|
|
|
|
with the License. You may obtain a copy of the License at
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing,
|
|
|
|
software distributed under the License is distributed on an
|
|
|
|
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
|
|
KIND, either express or implied. See the License for the
|
|
|
|
specific language governing permissions and limitations
|
|
|
|
under the License.
|
|
|
|
|
2012-10-31 17:07:55 -04:00
|
|
|
-->
|
|
|
|
<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">
|
2012-01-18 01:07:21 -05:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
|
|
<artifactId>jclouds-project</artifactId>
|
|
|
|
<groupId>org.jclouds</groupId>
|
2013-02-04 20:30:46 -05:00
|
|
|
<version>1.6.0-SNAPSHOT</version>
|
2012-01-18 01:07:21 -05:00
|
|
|
<relativePath>../project/pom.xml</relativePath>
|
|
|
|
</parent>
|
|
|
|
<groupId>org.jclouds.labs</groupId>
|
|
|
|
<artifactId>jclouds-labs-project</artifactId>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
<name>jclouds labs project</name>
|
|
|
|
<modules>
|
2012-01-30 19:38:11 -05:00
|
|
|
<module>virtualbox</module>
|
2012-02-06 00:55:39 -05:00
|
|
|
<module>vcloud-director</module>
|
2012-03-03 15:00:48 -05:00
|
|
|
<module>elb</module>
|
|
|
|
<module>aws-elb</module>
|
2012-04-10 07:39:28 -04:00
|
|
|
<module>dmtf</module>
|
2012-04-24 20:38:39 -04:00
|
|
|
<module>cdmi</module>
|
2012-07-10 15:01:03 -04:00
|
|
|
<module>joyent-cloudapi</module>
|
2012-06-13 19:13:33 -04:00
|
|
|
<module>joyentcloud</module>
|
2012-11-10 23:02:00 -05:00
|
|
|
<module>google-compute</module>
|
2012-06-24 14:48:05 -04:00
|
|
|
<module>iam</module>
|
|
|
|
<module>aws-iam</module>
|
2012-07-11 03:09:05 -04:00
|
|
|
<module>rds</module>
|
|
|
|
<module>aws-rds</module>
|
2012-08-11 22:14:24 -04:00
|
|
|
<module>fgcp</module>
|
|
|
|
<module>fgcp-au</module>
|
|
|
|
<module>fgcp-de</module>
|
2012-08-29 06:55:40 -04:00
|
|
|
<module>abiquo</module>
|
2012-10-28 04:03:26 -04:00
|
|
|
<module>oauth</module>
|
2013-03-06 15:48:32 -05:00
|
|
|
<module>openstack</module>
|
2012-10-28 04:03:26 -04:00
|
|
|
</modules>
|
2012-01-18 01:07:21 -05:00
|
|
|
</project>
|