Updated Branches: refs/heads/master d46f273ce -> f5429d281
CRLF -> LF line endings Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-examples/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-examples/commit/a0dc40a8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-examples/tree/a0dc40a8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-examples/diff/a0dc40a8 Branch: refs/heads/master Commit: a0dc40a849a0e684ac5ea9b9c7c7ff702dac4e77 Parents: d46f273 Author: Andrew Phillips <[email protected]> Authored: Sun Jul 28 11:38:36 2013 -0400 Committer: Andrew Phillips <[email protected]> Committed: Mon Jul 29 17:00:45 2013 -0400 ---------------------------------------------------------------------- rackspace/pom.xml | 144 ++++++++++++++++++++++++------------------------- 1 file changed, 72 insertions(+), 72 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-jclouds-examples/blob/a0dc40a8/rackspace/pom.xml ---------------------------------------------------------------------- diff --git a/rackspace/pom.xml b/rackspace/pom.xml index 1778794..e3ca9c4 100644 --- a/rackspace/pom.xml +++ b/rackspace/pom.xml @@ -1,72 +1,72 @@ -<?xml version="1.0"?> -<!-- - 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 - - 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/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> - <properties> - <jclouds.version>1.6.1-incubating</jclouds.version> - </properties> - <groupId>org.apache.jclouds.examples</groupId> - <artifactId>rackspace-examples</artifactId> - <version>1.0</version> - <dependencies> - <dependency> - <groupId>org.apache.jclouds.driver</groupId> - <artifactId>jclouds-slf4j</artifactId> - <version>${jclouds.version}</version> - </dependency> - <dependency> - <groupId>org.apache.jclouds.driver</groupId> - <artifactId>jclouds-sshj</artifactId> - <version>${jclouds.version}</version> - </dependency> - <dependency> - <groupId>ch.qos.logback</groupId> - <artifactId>logback-classic</artifactId> - <version>1.0.13</version> - </dependency> - <dependency> - <groupId>org.apache.jclouds.provider</groupId> - <artifactId>rackspace-cloudservers-us</artifactId> - <version>${jclouds.version}</version> - </dependency> - <dependency> - <groupId>org.apache.jclouds.provider</groupId> - <artifactId>cloudfiles-us</artifactId> - <version>${jclouds.version}</version> - </dependency> - <dependency> - <groupId>org.apache.jclouds.provider</groupId> - <artifactId>rackspace-cloudblockstorage-us</artifactId> - <version>${jclouds.version}</version> - </dependency> - <dependency> - <groupId>org.apache.jclouds.provider</groupId> - <artifactId>rackspace-clouddns-us</artifactId> - <version>${jclouds.version}</version> - </dependency> - <dependency> - <groupId>org.apache.jclouds.provider</groupId> - <artifactId>rackspace-cloudloadbalancers-us</artifactId> - <version>${jclouds.version}</version> - </dependency> - </dependencies> -</project> +<?xml version="1.0"?> +<!-- + 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 + + 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/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> + <properties> + <jclouds.version>1.6.1-incubating</jclouds.version> + </properties> + <groupId>org.apache.jclouds.examples</groupId> + <artifactId>rackspace-examples</artifactId> + <version>1.0</version> + <dependencies> + <dependency> + <groupId>org.apache.jclouds.driver</groupId> + <artifactId>jclouds-slf4j</artifactId> + <version>${jclouds.version}</version> + </dependency> + <dependency> + <groupId>org.apache.jclouds.driver</groupId> + <artifactId>jclouds-sshj</artifactId> + <version>${jclouds.version}</version> + </dependency> + <dependency> + <groupId>ch.qos.logback</groupId> + <artifactId>logback-classic</artifactId> + <version>1.0.13</version> + </dependency> + <dependency> + <groupId>org.apache.jclouds.provider</groupId> + <artifactId>rackspace-cloudservers-us</artifactId> + <version>${jclouds.version}</version> + </dependency> + <dependency> + <groupId>org.apache.jclouds.provider</groupId> + <artifactId>cloudfiles-us</artifactId> + <version>${jclouds.version}</version> + </dependency> + <dependency> + <groupId>org.apache.jclouds.provider</groupId> + <artifactId>rackspace-cloudblockstorage-us</artifactId> + <version>${jclouds.version}</version> + </dependency> + <dependency> + <groupId>org.apache.jclouds.provider</groupId> + <artifactId>rackspace-clouddns-us</artifactId> + <version>${jclouds.version}</version> + </dependency> + <dependency> + <groupId>org.apache.jclouds.provider</groupId> + <artifactId>rackspace-cloudloadbalancers-us</artifactId> + <version>${jclouds.version}</version> + </dependency> + </dependencies> +</project>
