renamed ning to asynchttpclient

This commit is contained in:
Adrian Cole 2011-01-11 11:30:46 -08:00
parent 0690f16681
commit 79e5df9ace
5 changed files with 14 additions and 7 deletions

View File

@ -23,20 +23,27 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<artifactId>jclouds-extensions-project</artifactId>
<groupId>org.jclouds</groupId> <groupId>org.jclouds</groupId>
<artifactId>jclouds-project</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<relativePath>../../project/pom.xml</relativePath>
</parent> </parent>
<artifactId>jclouds-ning</artifactId> <groupId>org.jclouds.driver</groupId>
<artifactId>jclouds-asynchttpclient</artifactId>
<name>jclouds Ning Http Client</name> <name>jclouds Ning Http Client</name>
<packaging>jar</packaging> <packaging>jar</packaging>
<description>Ning Http client</description> <description>Ning Http client</description>
<scm> <!-- bootstrapping: need to fetch the project POM -->
<connection>scm:svn:http://jclouds.googlecode.com/svn/trunk</connection> <repositories>
<developerConnection>scm:svn:https://jclouds.googlecode.com/svn/trunk</developerConnection> <repository>
<url>http://jclouds.googlecode.com/svn/trunk</url> <id>jclouds-sona-snapshots-nexus</id>
</scm> <url>https://oss.sonatype.org/content/repositories/snapshots</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<dependencies> <dependencies>
<dependency> <dependency>