fixed version numbers to SNAPSHOT

This commit is contained in:
Adrian Cole 2010-02-04 21:30:22 -08:00
parent aeb57070e9
commit 4582c57c72
57 changed files with 142 additions and 58 deletions

View File

@ -25,7 +25,7 @@
<parent>
<artifactId>jclouds-archetypes</artifactId>
<groupId>org.jclouds</groupId>
<version>1.0-beta-3</version>
<version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

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

View File

@ -0,0 +1,79 @@
#set( $lcaseClientName = ${clientName.toLowerCase()} )
#set( $symbol_dollar = '$' )
<?xml version="1.0" encoding="UTF-8"?>
<!--
${symbol_dollar}HeadURL${symbol_dollar}
${symbol_dollar}Revision${symbol_dollar}
${symbol_dollar}Date${symbol_dollar}
Copyright (C) 2009 Cloud Conscious, LLC <info@cloudconscious.com>
====================================================================
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.html
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/maven-v4_0_0.xsd">
<parent>
<groupId>org.jclouds</groupId>
<artifactId>jclouds-project</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../project/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>${groupId}</groupId>
<artifactId>jclouds-${artifactId}</artifactId>
<name>jclouds ${clientName} core</name>
<packaging>jar</packaging>
<description>jclouds components to access ${clientName}</description>
<scm>
<connection>scm:svn:http://jclouds.googlecode.com/svn/trunk/${lcaseClientName}</connection>
<developerConnection>scm:svn:https://jclouds.googlecode.com/svn/trunk/${lcaseClientName}</developerConnection>
<url>http://jclouds.googlecode.com/svn/trunk/${lcaseClientName}</url>
</scm>
<properties>
<jclouds.test.user>${clientUser}</jclouds.test.user>
<jclouds.test.key>${clientPassword}</jclouds.test.key>
</properties>
<dependencies>
<dependency>
<groupId>${symbol_dollar}{project.groupId}</groupId>
<artifactId>jclouds-core</artifactId>
<version>${symbol_dollar}{project.version}</version>
</dependency>
<dependency>
<groupId>${symbol_dollar}{project.groupId}</groupId>
<artifactId>jclouds-core</artifactId>
<version>${symbol_dollar}{project.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.14</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${symbol_dollar}{project.groupId}</groupId>
<artifactId>jclouds-log4j</artifactId>
<version>${symbol_dollar}{project.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>

View File

@ -25,7 +25,7 @@
<parent>
<artifactId>jclouds-project</artifactId>
<groupId>org.jclouds</groupId>
<version>1.0-beta-3</version>
<version>1.0-SNAPSHOT</version>
<relativePath>../project/pom.xml</relativePath>
</parent>
<artifactId>jclouds-archetypes</artifactId>

View File

@ -25,7 +25,7 @@
<parent>
<artifactId>jclouds-project</artifactId>
<groupId>org.jclouds</groupId>
<version>1.0-beta-3</version>
<version>1.0-SNAPSHOT</version>
<relativePath>../project/pom.xml</relativePath>
</parent>
<artifactId>jclouds-assemblies</artifactId>

View File

@ -25,7 +25,7 @@
<parent>
<artifactId>jclouds-project</artifactId>
<groupId>org.jclouds</groupId>
<version>1.0-beta-3</version>
<version>1.0-SNAPSHOT</version>
<relativePath>../project/pom.xml</relativePath>
</parent>
<artifactId>jclouds-atmos</artifactId>

View File

@ -25,7 +25,7 @@
<parent>
<groupId>org.jclouds</groupId>
<artifactId>jclouds-aws-project</artifactId>
<version>1.0-beta-3</version>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>jclouds-aws</artifactId>
<name>jclouds Amazon AWS Components Core</name>

View File

@ -25,7 +25,7 @@
<parent>
<groupId>org.jclouds</groupId>
<artifactId>jclouds-aws-demos-project</artifactId>
<version>1.0-beta-3</version>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>jclouds-aws-demo-createandlistbuckets</artifactId>
<name>jclouds S3 sample that creates a bucket then lists all owned buckets</name>

View File

@ -26,7 +26,7 @@
<parent>
<groupId>org.jclouds</groupId>
<artifactId>jclouds-aws-demos-project</artifactId>
<version>1.0-beta-3</version>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>jclouds-aws-demo-createlamp</artifactId>
<name>jclouds ec2 sample that creates an instance and all you need to access it</name>

View File

@ -25,7 +25,7 @@
<parent>
<groupId>org.jclouds</groupId>
<artifactId>jclouds-aws-demos-project</artifactId>
<version>1.0-beta-3</version>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>jclouds-aws-demo-googleappengine</artifactId>
<packaging>war</packaging>

View File

@ -25,7 +25,7 @@
<parent>
<groupId>org.jclouds</groupId>
<artifactId>jclouds-aws-project</artifactId>
<version>1.0-beta-3</version>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>jclouds-aws-demos-project</artifactId>
<packaging>pom</packaging>

View File

@ -25,7 +25,7 @@
<parent>
<groupId>org.jclouds</groupId>
<artifactId>jclouds-aws-demos-project</artifactId>
<version>1.0-beta-3</version>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>jclouds-speedtest-sqs</artifactId>
<name>tests speed of sqs across regions</name>

View File

@ -25,7 +25,7 @@
<parent>
<groupId>org.jclouds</groupId>
<artifactId>jclouds-aws-extensions-project</artifactId>
<version>1.0-beta-3</version>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>jclouds-jets3t</artifactId>
<name>jclouds JetS3t Adapter</name>

View File

@ -25,7 +25,7 @@
<parent>
<artifactId>jclouds-aws-project</artifactId>
<groupId>org.jclouds</groupId>
<version>1.0-beta-3</version>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>jclouds-aws-extensions-project</artifactId>
<packaging>pom</packaging>

View File

@ -39,7 +39,7 @@
<parent>
<groupId>org.jclouds</groupId>
<artifactId>jclouds-aws-project</artifactId>
<version>1.0-beta-3</version>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>jclouds-aws-perftest</artifactId>
<name>jclouds Performance test verses Amazon samples implementation</name>

View File

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

View File

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

View File

@ -26,7 +26,7 @@
<parent>
<groupId>org.jclouds</groupId>
<artifactId>jclouds-project</artifactId>
<version>1.0-beta-3</version>
<version>1.0-SNAPSHOT</version>
<relativePath>../project/pom.xml</relativePath>
</parent>
<artifactId>jclouds-blobstore</artifactId>

View File

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

View File

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

View File

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

View File

@ -26,7 +26,7 @@
<parent>
<groupId>org.jclouds</groupId>
<artifactId>jclouds-project</artifactId>
<version>1.0-beta-3</version>
<version>1.0-SNAPSHOT</version>
<relativePath>../project/pom.xml</relativePath>
</parent>
<artifactId>jclouds-compute</artifactId>

View File

@ -26,7 +26,7 @@
<parent>
<artifactId>jclouds-project</artifactId>
<groupId>org.jclouds</groupId>
<version>1.0-beta-3</version>
<version>1.0-SNAPSHOT</version>
<relativePath>../project/pom.xml</relativePath>
</parent>
<artifactId>jclouds-core</artifactId>

View File

@ -25,7 +25,7 @@
<parent>
<groupId>org.jclouds</groupId>
<artifactId>jclouds-demos-project</artifactId>
<version>1.0-beta-3</version>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>jclouds-demo-gae-tweetstore-spring</artifactId>
<packaging>war</packaging>

2
demos/gae-tweetstore/pom.xml Executable file → Normal file
View File

@ -25,7 +25,7 @@
<parent>
<groupId>org.jclouds</groupId>
<artifactId>jclouds-demos-project</artifactId>
<version>1.0-beta-3</version>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>jclouds-demo-gae-tweetstore</artifactId>
<packaging>war</packaging>

2
demos/pom.xml Executable file → Normal file
View File

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

View File

@ -25,7 +25,7 @@
<parent>
<groupId>org.jclouds</groupId>
<artifactId>jclouds-demos-project</artifactId>
<version>1.0-beta-3</version>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>jclouds-demo-speedtest-azurequeue</artifactId>
<name>Speed tests of Azure's queue offering</name>

View File

@ -25,7 +25,7 @@
<parent>
<groupId>org.jclouds</groupId>
<artifactId>jclouds-extensions-project</artifactId>
<version>1.0-beta-3</version>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>jclouds-bouncycastle</artifactId>
<name>jclouds bouncycastle EncryptionService Module</name>

View File

@ -25,13 +25,18 @@
<parent>
<groupId>org.jclouds</groupId>
<artifactId>jclouds-extensions-project</artifactId>
<version>1.0-beta-3</version>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>jclouds-enterprise</artifactId>
<name>jclouds enterprise Module</name>
<description>jclouds enterprise configuration</description>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jclouds-apachehc</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jclouds-joda</artifactId>

View File

@ -25,7 +25,7 @@
<parent>
<groupId>org.jclouds</groupId>
<artifactId>jclouds-extensions-project</artifactId>
<version>1.0-beta-3</version>
<version>1.0-SNAPSHOT</version>
</parent>
<groupId>org.jclouds</groupId>
<artifactId>jclouds-gae</artifactId>

View File

@ -25,7 +25,7 @@
<parent>
<artifactId>jclouds-extensions-project</artifactId>
<groupId>org.jclouds</groupId>
<version>1.0-beta-3</version>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>jclouds-httpnio</artifactId>
<name>jclouds HttpNio Client</name>

View File

@ -25,7 +25,7 @@
<parent>
<groupId>org.jclouds</groupId>
<artifactId>jclouds-extensions-project</artifactId>
<version>1.0-beta-3</version>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>jclouds-joda</artifactId>
<name>jclouds joda DateService Module</name>

View File

@ -25,7 +25,7 @@
<parent>
<groupId>org.jclouds</groupId>
<artifactId>jclouds-extensions-project</artifactId>
<version>1.0-beta-3</version>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>jclouds-log4j</artifactId>
<name>jclouds Log4J Logging Module</name>

2
extensions/ssh/jsch/pom.xml Executable file → Normal file
View File

@ -24,7 +24,7 @@
<parent>
<groupId>org.jclouds</groupId>
<artifactId>jclouds-ssh-project</artifactId>
<version>1.0-beta-3</version>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jclouds-jsch</artifactId>

2
extensions/ssh/pom.xml Executable file → Normal file
View File

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

View File

@ -25,7 +25,7 @@
<parent>
<groupId>org.jclouds</groupId>
<artifactId>jclouds-pcs2-project</artifactId>
<version>1.0-beta-3</version>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>jclouds-pcs2</artifactId>
<name>jclouds mezeo cloud storage platform v2 core</name>

View File

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

View File

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

View File

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

View File

@ -25,7 +25,7 @@
<parent>
<groupId>org.jclouds</groupId>
<artifactId>jclouds-sdn-project</artifactId>
<version>1.0-beta-3</version>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>jclouds-sdn</artifactId>
<name>jclouds nirvanix storage delivery network core</name>

View File

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

View File

@ -25,7 +25,7 @@
<parent>
<artifactId>jclouds-project</artifactId>
<groupId>org.jclouds</groupId>
<version>1.0-beta-3</version>
<version>1.0-SNAPSHOT</version>
<relativePath>project/pom.xml</relativePath>
</parent>
<artifactId>jclouds-multi</artifactId>

View File

@ -24,7 +24,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jclouds</groupId>
<artifactId>jclouds-project</artifactId>
<version>1.0-beta-3</version>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>jclouds Project</name>
<url>http://www.jclouds.org</url>
@ -510,7 +510,7 @@ pageTracker._trackPageview();
<artifactId>maven-assembly-plugin</artifactId>
<!-- Can't use variables in outputDirectory in earlier versions.
See http://jira.codehaus.org/browse/MASSEMBLY-142. -->
<version>2.2-beta-3</version>
<version>2.2-SNAPSHOT</version>
<executions>
<execution>
<id>generate-distribution-files</id>
@ -519,7 +519,7 @@ pageTracker._trackPageview();
<goal>single</goal>
</goals>
<configuration>
<!-- also default since 2.2-beta-3 -->
<!-- also default since 2.2-SNAPSHOT -->
<ignoreDirFormatExtensions>true</ignoreDirFormatExtensions>
<descriptors>
<descriptor>src-descriptor.xml</descriptor>

View File

@ -25,7 +25,7 @@
<parent>
<groupId>org.jclouds</groupId>
<artifactId>jclouds-project</artifactId>
<version>1.0-beta-3</version>
<version>1.0-SNAPSHOT</version>
<relativePath>../project/pom.xml</relativePath>
</parent>
<artifactId>jclouds-rackspace</artifactId>

View File

@ -26,7 +26,7 @@
<parent>
<groupId>org.jclouds</groupId>
<artifactId>jclouds-project</artifactId>
<version>1.0-beta-3</version>
<version>1.0-SNAPSHOT</version>
<relativePath>../project/pom.xml</relativePath>
</parent>
<artifactId>jclouds-rimuhosting</artifactId>

View File

@ -26,7 +26,7 @@
<parent>
<groupId>org.jclouds</groupId>
<artifactId>jclouds-project</artifactId>
<version>1.0-beta-3</version>
<version>1.0-SNAPSHOT</version>
<relativePath>../project/pom.xml</relativePath>
</parent>
<artifactId>jclouds-scriptbuilder</artifactId>

2
thirdparty/pom.xml vendored
View File

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

View File

@ -4,7 +4,7 @@
<parent>
<groupId>org.jclouds</groupId>
<artifactId>jclouds-thirdparty-project</artifactId>
<version>1.0-beta-3</version>
<version>1.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-client</artifactId>

View File

@ -25,7 +25,7 @@
<parent>
<groupId>org.jclouds</groupId>
<artifactId>jclouds-tools-project</artifactId>
<version>1.0-beta-3</version>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>jclouds-antcontrib</artifactId>
<name>Ant-Contrib extensions</name>

View File

@ -26,7 +26,7 @@
<parent>
<groupId>org.jclouds</groupId>
<artifactId>jclouds-tools-project</artifactId>
<version>1.0-beta-3</version>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>jclouds-getpath</artifactId>
<name>jclouds getpath</name>

View File

@ -25,7 +25,7 @@
<parent>
<groupId>org.jclouds</groupId>
<artifactId>jclouds-project</artifactId>
<version>1.0-beta-3</version>
<version>1.0-SNAPSHOT</version>
<relativePath>../project/pom.xml</relativePath>
</parent>
<artifactId>jclouds-tools-project</artifactId>

View File

@ -26,7 +26,7 @@
<parent>
<groupId>org.jclouds</groupId>
<artifactId>jclouds-tools-project</artifactId>
<version>1.0-beta-3</version>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>jclouds-vfs</artifactId>
<name>jclouds blobstore-vfs integration</name>

View File

@ -26,7 +26,7 @@
<parent>
<groupId>org.jclouds</groupId>
<artifactId>jclouds-project</artifactId>
<version>1.0-beta-3</version>
<version>1.0-SNAPSHOT</version>
<relativePath>../project/pom.xml</relativePath>
</parent>
<artifactId>jclouds-twitter</artifactId>

2
vcloud/core/pom.xml Executable file → Normal file
View File

@ -25,7 +25,7 @@
<parent>
<groupId>org.jclouds</groupId>
<artifactId>jclouds-vcloud-project</artifactId>
<version>1.0-beta-3</version>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>jclouds-vcloud</artifactId>
<name>jclouds vcloud Components Core</name>

2
vcloud/hostingdotcom/pom.xml Executable file → Normal file
View File

@ -25,7 +25,7 @@
<parent>
<groupId>org.jclouds</groupId>
<artifactId>jclouds-vcloud-project</artifactId>
<version>1.0-beta-3</version>
<version>1.0-SNAPSHOT</version>
</parent>
<groupId>org.jclouds</groupId>
<artifactId>jclouds-hostingdotcom</artifactId>

2
vcloud/pom.xml Executable file → Normal file
View File

@ -25,7 +25,7 @@
<parent>
<groupId>org.jclouds</groupId>
<artifactId>jclouds-project</artifactId>
<version>1.0-beta-3</version>
<version>1.0-SNAPSHOT</version>
<relativePath>../project/pom.xml</relativePath>
</parent>
<artifactId>jclouds-vcloud-project</artifactId>

2
vcloud/terremark/pom.xml Executable file → Normal file
View File

@ -25,7 +25,7 @@
<parent>
<groupId>org.jclouds</groupId>
<artifactId>jclouds-vcloud-project</artifactId>
<version>1.0-beta-3</version>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>jclouds-terremark</artifactId>
<name>jclouds terremark Components Core</name>