Changed some (out-of-date?) project names.

git-svn-id: http://jclouds.googlecode.com/svn/trunk@2274 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
sharedocs1@gmail.com 2009-11-12 23:00:50 +00:00
parent 8a7f1e42e0
commit 3bf6762de9
2 changed files with 4 additions and 4 deletions

View File

@ -28,9 +28,9 @@
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jclouds-s3-sample-createandlistbuckets</artifactId>
<name>jclouds s3 sample that creates a bucket then lists all owned buckets</name>
<description>jclouds s3 sample that creates a bucket then lists all owned buckets</description>
<artifactId>jclouds-aws-sample-createandlistbuckets</artifactId>
<name>jclouds S3 sample that creates a bucket then lists all owned buckets</name>
<description>jclouds S3 sample that creates a bucket then lists all owned buckets</description>
<build>
<finalName>${project.artifactId}</finalName>

View File

@ -41,7 +41,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jclouds-s3-perftest</artifactId>
<artifactId>jclouds-aws-perftest</artifactId>
<name>jclouds Performance test verses Amazon samples implementation</name>
<packaging>jar</packaging>