mirror of https://github.com/apache/jclouds.git
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:
parent
8a7f1e42e0
commit
3bf6762de9
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue