2009-10-13 21:19:18 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
|
|
$HeadURL$
|
|
|
|
$Revision$
|
|
|
|
$Date$
|
|
|
|
|
2009-11-09 12:44:00 -05:00
|
|
|
Copyright (C) 2009 Cloud Conscious, LLC. <info@cloudconscious.com>
|
2009-10-13 21:19:18 -04: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
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0.html
|
|
|
|
|
|
|
|
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.
|
|
|
|
====================================================================
|
|
|
|
-->
|
|
|
|
<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">
|
|
|
|
<parent>
|
|
|
|
<groupId>org.jclouds</groupId>
|
2009-11-06 11:31:55 -05:00
|
|
|
<artifactId>jclouds-vcloud-project</artifactId>
|
2009-10-13 21:19:18 -04:00
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
<relativePath>../pom.xml</relativePath>
|
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>org.jclouds</groupId>
|
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>
|
2009-10-13 21:19:18 -04:00
|
|
|
<packaging>jar</packaging>
|
2009-11-06 11:31:55 -05:00
|
|
|
<description>jclouds Core components to access vcloud</description>
|
2009-10-13 21:19:18 -04:00
|
|
|
<properties>
|
2009-11-06 11:31:55 -05:00
|
|
|
<jclouds.test.user>${jclouds.vcloud.user}</jclouds.test.user>
|
|
|
|
<jclouds.test.key>${jclouds.vcloud.password}</jclouds.test.key>
|
|
|
|
<jclouds.test.endpoint>${jclouds.vcloud.endpoint}</jclouds.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>
|
|
|
|
|
|
|
|
</project>
|