2009-10-13 21:19:18 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
|
|
|
|
|
|
|
2010-08-12 19:04:26 -04:00
|
|
|
Copyright (C) 2010 Cloud Conscious, LLC. <info@cloudconscious.com>
|
2009-10-13 21:19:18 -04:00
|
|
|
|
2010-01-01 12:56:29 -05:00
|
|
|
====================================================================
|
|
|
|
Licensed 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.
|
|
|
|
====================================================================
|
|
|
|
|
|
|
|
-->
|
2009-10-13 21:19:18 -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">
|
2009-12-11 11:36:56 -05:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2009-10-13 21:19:18 -04:00
|
|
|
<parent>
|
|
|
|
<groupId>org.jclouds</groupId>
|
2009-11-06 11:31:55 -05:00
|
|
|
<artifactId>jclouds-vcloud-project</artifactId>
|
2010-02-05 00:30:22 -05:00
|
|
|
<version>1.0-SNAPSHOT</version>
|
2009-10-13 21:19:18 -04:00
|
|
|
</parent>
|
2009-11-09 12:44:00 -05:00
|
|
|
<artifactId>jclouds-vcloud</artifactId>
|
2009-11-06 11:31:55 -05:00
|
|
|
<name>jclouds vcloud Components Core</name>
|
|
|
|
<description>jclouds Core components to access vcloud</description>
|
2009-10-13 21:19:18 -04:00
|
|
|
<properties>
|
2010-09-19 13:22:09 -04:00
|
|
|
<test.identity>${jclouds.vcloud.user}</test.identity>
|
|
|
|
<test.credential>${jclouds.vcloud.password}</test.credential>
|
|
|
|
<test.endpoint>${jclouds.vcloud.endpoint}</test.endpoint>
|
2009-10-13 21:19:18 -04:00
|
|
|
</properties>
|
|
|
|
|
|
|
|
<scm>
|
2009-11-06 11:31:55 -05:00
|
|
|
<connection>scm:svn:http://jclouds.googlecode.com/svn/trunk/vcloud/core</connection>
|
|
|
|
<developerConnection>scm:svn:https://jclouds.googlecode.com/svn/trunk/vcloud/core</developerConnection>
|
|
|
|
<url>http://jclouds.googlecode.com/svn/trunk/vcloud/core</url>
|
2009-10-13 21:19:18 -04:00
|
|
|
</scm>
|
2009-12-20 17:35:47 -05:00
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.jamesmurty.utils</groupId>
|
|
|
|
<artifactId>java-xmlbuilder</artifactId>
|
|
|
|
<version>0.3</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>${project.groupId}</groupId>
|
|
|
|
<artifactId>jclouds-core</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2009-10-13 21:19:18 -04:00
|
|
|
|
|
|
|
</project>
|