2011-01-02 09:54:25 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
|
|
|
2013-05-16 20:05:20 -07:00
|
|
|
Licensed to the Apache Software Foundation (ASF) under one or more
|
|
|
|
contributor license agreements. See the NOTICE file distributed with
|
|
|
|
this work for additional information regarding copyright ownership.
|
|
|
|
The ASF 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
|
2011-01-02 09:54:25 +01:00
|
|
|
|
2013-05-16 20:05:20 -07:00
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
2011-01-02 09:54:25 +01:00
|
|
|
|
2013-05-16 20:05:20 -07:00
|
|
|
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.
|
2011-01-02 09:54:25 +01: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">
|
2013-05-13 10:25:21 -07:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
|
|
<artifactId>jclouds-project</artifactId>
|
|
|
|
<groupId>org.apache.jclouds</groupId>
|
2016-11-15 01:12:59 +01:00
|
|
|
<version>2.1.0-SNAPSHOT</version>
|
2013-05-13 10:25:21 -07:00
|
|
|
<relativePath>../project/pom.xml</relativePath>
|
|
|
|
</parent>
|
|
|
|
<groupId>org.apache.jclouds.api</groupId>
|
|
|
|
<artifactId>jclouds-apis-project</artifactId>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
<name>jclouds apis project</name>
|
|
|
|
<modules>
|
|
|
|
<module>cloudwatch</module>
|
|
|
|
<module>cloudstack</module>
|
2014-12-31 15:06:19 -08:00
|
|
|
<module>filesystem</module>
|
2013-05-13 10:25:21 -07:00
|
|
|
<module>byon</module>
|
|
|
|
<module>s3</module>
|
|
|
|
<module>ec2</module>
|
|
|
|
<module>sqs</module>
|
|
|
|
<module>elasticstack</module>
|
|
|
|
<module>atmos</module>
|
|
|
|
<module>openstack-keystone</module>
|
|
|
|
<module>openstack-cinder</module>
|
|
|
|
<module>openstack-nova</module>
|
|
|
|
<module>openstack-nova-ec2</module>
|
2014-10-08 08:18:47 -07:00
|
|
|
<module>openstack-swift</module>
|
2013-12-12 13:30:39 -06:00
|
|
|
<module>openstack-trove</module>
|
2013-05-13 10:25:21 -07:00
|
|
|
<module>rackspace-cloudidentity</module>
|
|
|
|
<module>rackspace-cloudloadbalancers</module>
|
|
|
|
<module>rackspace-clouddns</module>
|
2015-04-07 17:55:16 -05:00
|
|
|
<module>rackspace-cloudfiles</module>
|
2013-05-13 10:25:21 -07:00
|
|
|
<module>sts</module>
|
|
|
|
<module>route53</module>
|
2014-10-10 11:27:33 +02:00
|
|
|
<module>chef</module>
|
2015-04-15 11:03:26 +02:00
|
|
|
<module>oauth</module>
|
2016-08-30 00:09:07 +02:00
|
|
|
<module>docker</module>
|
2013-05-13 10:25:21 -07:00
|
|
|
</modules>
|
2011-01-02 09:54:25 +01:00
|
|
|
</project>
|