[maven-release-plugin] prepare release 1.0-beta-2

git-svn-id: http://jclouds.googlecode.com/svn/trunk@1502 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
adrian.f.cole 2009-06-30 17:17:16 +00:00
parent 5fbbe085d4
commit 2639bedc8e
16 changed files with 60 additions and 76 deletions

View File

@ -25,12 +25,11 @@
under the License. under the License.
==================================================================== ====================================================================
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent> <parent>
<groupId>org.jclouds</groupId> <groupId>org.jclouds</groupId>
<artifactId>jclouds-aws-project</artifactId> <artifactId>jclouds-aws-project</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-beta-2</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
@ -41,9 +40,9 @@
<description>jclouds Core components to access Amazon AWS</description> <description>jclouds Core components to access Amazon AWS</description>
<scm> <scm>
<connection>scm:svn:http://jclouds.googlecode.com/svn/trunk/aws/core</connection> <connection>scm:svn:http://jclouds.googlecode.com/svn/tags/1.0-beta-2</connection>
<developerConnection>scm:svn:https://jclouds.googlecode.com/svn/trunk/aws/core</developerConnection> <developerConnection>scm:svn:https://jclouds.googlecode.com/svn/tags/1.0-beta-2</developerConnection>
<url>http://jclouds.googlecode.com/svn/trunk/aws/core</url> <url>http://jclouds.googlecode.com/svn/tags/1.0-beta-2</url>
</scm> </scm>
<dependencies> <dependencies>

View File

@ -25,12 +25,11 @@
under the License. under the License.
==================================================================== ====================================================================
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent> <parent>
<artifactId>jclouds-project</artifactId> <artifactId>jclouds-project</artifactId>
<groupId>org.jclouds</groupId> <groupId>org.jclouds</groupId>
<version>1.0-SNAPSHOT</version> <version>1.0-beta-2</version>
<relativePath>../project/pom.xml</relativePath> <relativePath>../project/pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
@ -42,8 +41,8 @@
<module>s3</module> <module>s3</module>
</modules> </modules>
<properties> <properties>
<jclouds.aws.accesskeyid/> <jclouds.aws.accesskeyid />
<jclouds.aws.secretaccesskey/> <jclouds.aws.secretaccesskey />
</properties> </properties>
<dependencies> <dependencies>
<dependency> <dependency>

View File

@ -19,12 +19,11 @@
License. License.
==================================================================== ====================================================================
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent> <parent>
<groupId>org.jclouds</groupId> <groupId>org.jclouds</groupId>
<artifactId>jclouds-s3-project</artifactId> <artifactId>jclouds-s3-project</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-beta-2</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
@ -35,9 +34,9 @@
<description>jclouds Core components to access Amazon S3</description> <description>jclouds Core components to access Amazon S3</description>
<scm> <scm>
<connection>scm:svn:http://jclouds.googlecode.com/svn/trunk/s3</connection> <connection>scm:svn:http://jclouds.googlecode.com/svn/tags/1.0-beta-2</connection>
<developerConnection>scm:svn:https://jclouds.googlecode.com/svn/trunk/s3</developerConnection> <developerConnection>scm:svn:https://jclouds.googlecode.com/svn/tags/1.0-beta-2</developerConnection>
<url>http://jclouds.googlecode.com/svn/trunk/s3</url> <url>http://jclouds.googlecode.com/svn/tags/1.0-beta-2</url>
</scm> </scm>
<properties> <properties>

View File

@ -25,12 +25,11 @@
under the License. under the License.
==================================================================== ====================================================================
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent> <parent>
<groupId>org.jclouds</groupId> <groupId>org.jclouds</groupId>
<artifactId>jclouds-s3-extensions-project</artifactId> <artifactId>jclouds-s3-extensions-project</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-beta-2</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
@ -41,9 +40,9 @@
<description>JetS3t plug-in implemented by JClouds</description> <description>JetS3t plug-in implemented by JClouds</description>
<scm> <scm>
<connection>scm:svn:http://jclouds.googlecode.com/svn/trunk/extensions/jets3t</connection> <connection>scm:svn:http://jclouds.googlecode.com/svn/tags/1.0-beta-2</connection>
<developerConnection>scm:svn:https://jclouds.googlecode.com/svn/trunk/extensions/jets3t</developerConnection> <developerConnection>scm:svn:https://jclouds.googlecode.com/svn/tags/1.0-beta-2</developerConnection>
<url>http://jclouds.googlecode.com/svn/trunk/extensions/jets3t</url> <url>http://jclouds.googlecode.com/svn/tags/1.0-beta-2</url>
</scm> </scm>
<dependencies> <dependencies>

View File

@ -25,12 +25,11 @@
under the License. under the License.
==================================================================== ====================================================================
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent> <parent>
<artifactId>jclouds-s3-project</artifactId> <artifactId>jclouds-s3-project</artifactId>
<groupId>org.jclouds</groupId> <groupId>org.jclouds</groupId>
<version>1.0-SNAPSHOT</version> <version>1.0-beta-2</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -33,12 +33,11 @@
software code. (c) 2006 Amazon Digital Services, Inc. or its software code. (c) 2006 Amazon Digital Services, Inc. or its
affiliates. affiliates.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent> <parent>
<artifactId>jclouds-s3-project</artifactId> <artifactId>jclouds-s3-project</artifactId>
<groupId>org.jclouds</groupId> <groupId>org.jclouds</groupId>
<version>1.0-SNAPSHOT</version> <version>1.0-beta-2</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
@ -118,9 +117,9 @@
</dependencies> </dependencies>
<scm> <scm>
<connection>scm:svn:http://jclouds.googlecode.com/svn/trunk/s3core/perftest</connection> <connection>scm:svn:http://jclouds.googlecode.com/svn/tags/1.0-beta-2</connection>
<developerConnection>scm:svn:https://jclouds.googlecode.com/svn/trunk/s3core/perftest</developerConnection> <developerConnection>scm:svn:https://jclouds.googlecode.com/svn/tags/1.0-beta-2</developerConnection>
<url>http://jclouds.googlecode.com/svn/trunk/s3core/perftest</url> <url>http://jclouds.googlecode.com/svn/tags/1.0-beta-2</url>
</scm> </scm>
<build> <build>
<plugins> <plugins>

View File

@ -25,12 +25,11 @@
under the License. under the License.
==================================================================== ====================================================================
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent> <parent>
<artifactId>jclouds-aws-project</artifactId> <artifactId>jclouds-aws-project</artifactId>
<groupId>org.jclouds</groupId> <groupId>org.jclouds</groupId>
<version>1.0-SNAPSHOT</version> <version>1.0-beta-2</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -19,14 +19,12 @@
License. License.
==================================================================== ====================================================================
--> -->
<project <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">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<parent> <parent>
<artifactId>jclouds-s3-samples-project</artifactId> <artifactId>jclouds-s3-samples-project</artifactId>
<groupId>org.jclouds</groupId> <groupId>org.jclouds</groupId>
<version>1.0-SNAPSHOT</version> <version>1.0-beta-2</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -28,7 +28,7 @@
<parent> <parent>
<artifactId>jclouds-s3-project</artifactId> <artifactId>jclouds-s3-project</artifactId>
<groupId>org.jclouds</groupId> <groupId>org.jclouds</groupId>
<version>1.0-SNAPSHOT</version> <version>1.0-beta-2</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -25,12 +25,11 @@
under the License. under the License.
==================================================================== ====================================================================
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent> <parent>
<artifactId>jclouds-project</artifactId> <artifactId>jclouds-project</artifactId>
<groupId>org.jclouds</groupId> <groupId>org.jclouds</groupId>
<version>1.0-SNAPSHOT</version> <version>1.0-beta-2</version>
<relativePath>../project/pom.xml</relativePath> <relativePath>../project/pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
@ -40,9 +39,9 @@
<description>Core components to access jclouds services</description> <description>Core components to access jclouds services</description>
<scm> <scm>
<connection>scm:svn:http://jclouds.googlecode.com/svn/trunk/core</connection> <connection>scm:svn:http://jclouds.googlecode.com/svn/tags/1.0-beta-2</connection>
<developerConnection>scm:svn:https://jclouds.googlecode.com/svn/trunk/core</developerConnection> <developerConnection>scm:svn:https://jclouds.googlecode.com/svn/tags/1.0-beta-2</developerConnection>
<url>http://jclouds.googlecode.com/svn/trunk/core</url> <url>http://jclouds.googlecode.com/svn/tags/1.0-beta-2</url>
</scm> </scm>
<dependencies> <dependencies>

View File

@ -25,12 +25,11 @@
under the License. under the License.
==================================================================== ====================================================================
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent> <parent>
<groupId>org.jclouds</groupId> <groupId>org.jclouds</groupId>
<artifactId>jclouds-extensions-project</artifactId> <artifactId>jclouds-extensions-project</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-beta-2</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
@ -41,9 +40,9 @@
<description>Google App Engine Components</description> <description>Google App Engine Components</description>
<scm> <scm>
<connection>scm:svn:http://jclouds.googlecode.com/svn/trunk/extensions/gae</connection> <connection>scm:svn:http://jclouds.googlecode.com/svn/tags/1.0-beta-2</connection>
<developerConnection>scm:svn:https://jclouds.googlecode.com/svn/trunk/extensions/gae</developerConnection> <developerConnection>scm:svn:https://jclouds.googlecode.com/svn/tags/1.0-beta-2</developerConnection>
<url>http://jclouds.googlecode.com/svn/trunk/extensions/gae</url> <url>http://jclouds.googlecode.com/svn/tags/1.0-beta-2</url>
</scm> </scm>
<dependencies> <dependencies>

View File

@ -25,12 +25,11 @@
under the License. under the License.
==================================================================== ====================================================================
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent> <parent>
<artifactId>jclouds-extensions-project</artifactId> <artifactId>jclouds-extensions-project</artifactId>
<groupId>org.jclouds</groupId> <groupId>org.jclouds</groupId>
<version>1.0-SNAPSHOT</version> <version>1.0-beta-2</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
@ -40,9 +39,9 @@
<description>HttpNio Connection Pooling client</description> <description>HttpNio Connection Pooling client</description>
<scm> <scm>
<connection>scm:svn:http://jclouds.googlecode.com/svn/trunk/extensions/httpnio</connection> <connection>scm:svn:http://jclouds.googlecode.com/svn/tags/1.0-beta-2</connection>
<developerConnection>scm:svn:https://jclouds.googlecode.com/svn/trunk/extensions/httpnio</developerConnection> <developerConnection>scm:svn:https://jclouds.googlecode.com/svn/tags/1.0-beta-2</developerConnection>
<url>http://jclouds.googlecode.com/svn/trunk/extensions/httpnio</url> <url>http://jclouds.googlecode.com/svn/tags/1.0-beta-2</url>
</scm> </scm>
<dependencies> <dependencies>

View File

@ -25,12 +25,11 @@
under the License. under the License.
==================================================================== ====================================================================
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent> <parent>
<artifactId>jclouds-extensions-project</artifactId> <artifactId>jclouds-extensions-project</artifactId>
<groupId>org.jclouds</groupId> <groupId>org.jclouds</groupId>
<version>1.0-SNAPSHOT</version> <version>1.0-beta-2</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
@ -40,9 +39,9 @@
<description>jclouds Log4J Logging Module</description> <description>jclouds Log4J Logging Module</description>
<scm> <scm>
<connection>scm:svn:http://jclouds.googlecode.com/svn/trunk/extensions/log4j</connection> <connection>scm:svn:http://jclouds.googlecode.com/svn/tags/1.0-beta-2</connection>
<developerConnection>scm:svn:https://jclouds.googlecode.com/svn/trunk/extensions/log4j</developerConnection> <developerConnection>scm:svn:https://jclouds.googlecode.com/svn/tags/1.0-beta-2</developerConnection>
<url>http://jclouds.googlecode.com/svn/trunk/extensions/log4j</url> <url>http://jclouds.googlecode.com/svn/tags/1.0-beta-2</url>
</scm> </scm>
<dependencies> <dependencies>

View File

@ -25,12 +25,11 @@
under the License. under the License.
==================================================================== ====================================================================
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent> <parent>
<artifactId>jclouds-project</artifactId> <artifactId>jclouds-project</artifactId>
<groupId>org.jclouds</groupId> <groupId>org.jclouds</groupId>
<version>1.0-SNAPSHOT</version> <version>1.0-beta-2</version>
<relativePath>../project/pom.xml</relativePath> <relativePath>../project/pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -25,12 +25,11 @@
under the License. under the License.
==================================================================== ====================================================================
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent> <parent>
<artifactId>jclouds-project</artifactId> <artifactId>jclouds-project</artifactId>
<groupId>org.jclouds</groupId> <groupId>org.jclouds</groupId>
<version>1.0-SNAPSHOT</version> <version>1.0-beta-2</version>
<relativePath>project/pom.xml</relativePath> <relativePath>project/pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -25,8 +25,7 @@
under the License. under the License.
==================================================================== ====================================================================
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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">
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>
<groupId>org.jclouds</groupId> <groupId>org.jclouds</groupId>
<artifactId>jclouds-project</artifactId> <artifactId>jclouds-project</artifactId>
@ -35,7 +34,7 @@
<url>http://www.jclouds.org</url> <url>http://www.jclouds.org</url>
<description>jclouds: Concurrent API for Cloud Services</description> <description>jclouds: Concurrent API for Cloud Services</description>
<inceptionYear>2009</inceptionYear> <inceptionYear>2009</inceptionYear>
<version>1.0-SNAPSHOT</version> <version>1.0-beta-2</version>
<licenses> <licenses>
<license> <license>
@ -82,9 +81,9 @@
</mailingLists> </mailingLists>
<scm> <scm>
<connection>scm:svn:http://jclouds.googlecode.com/svn/trunk/project</connection> <connection>scm:svn:http://jclouds.googlecode.com/svn/tags/1.0-beta-2</connection>
<developerConnection>scm:svn:https://jclouds.googlecode.com/svn/trunk/project</developerConnection> <developerConnection>scm:svn:https://jclouds.googlecode.com/svn/tags/1.0-beta-2</developerConnection>
<url>http://jclouds.googlecode.com/svn/trunk/project</url> <url>http://jclouds.googlecode.com/svn/tags/1.0-beta-2</url>
</scm> </scm>
<repositories> <repositories>