[maven-release-plugin] prepare release jclouds-1.6.3-rc1
diff --git a/openstack-glance/pom.xml b/openstack-glance/pom.xml
index 6ea77d7..f4d3fd6 100644
--- a/openstack-glance/pom.xml
+++ b/openstack-glance/pom.xml
@@ -28,7 +28,7 @@
   <!-- TODO: when out of labs, switch to org.jclouds.api -->
   <groupId>org.apache.jclouds.labs</groupId>
   <artifactId>openstack-glance</artifactId>
-  <version>1.6.3-SNAPSHOT</version>
+  <version>1.6.3</version>
   <name>jclouds openstack-glance api</name>
   <description>jclouds components to access an implementation of OpenStack Glance</description>
   <packaging>bundle</packaging>
diff --git a/openstack-quantum/pom.xml b/openstack-quantum/pom.xml
index 8834bdb..5952892 100644
--- a/openstack-quantum/pom.xml
+++ b/openstack-quantum/pom.xml
@@ -28,7 +28,7 @@
   <!-- TODO: when out of labs, switch to org.jclouds.api -->
   <groupId>org.apache.jclouds.labs</groupId>
   <artifactId>openstack-quantum</artifactId>
-  <version>1.6.3-SNAPSHOT</version>
+  <version>1.6.3</version>
   <name>jclouds openstack-quantum api</name>
   <description>jclouds components to access an implementation of OpenStack Quantum</description>
   <packaging>bundle</packaging>
diff --git a/openstack-swift/pom.xml b/openstack-swift/pom.xml
index 464460c..7676387 100644
--- a/openstack-swift/pom.xml
+++ b/openstack-swift/pom.xml
@@ -28,7 +28,7 @@
   <!-- TODO: when out of labs, switch to org.jclouds.api -->
   <groupId>org.apache.jclouds.labs</groupId>
   <artifactId>openstack-swift</artifactId>
-  <version>1.6.3-SNAPSHOT</version>
+  <version>1.6.3</version>
   <name>jclouds openstack-swift api</name>
   <description>jclouds components to access an implementation of OpenStack Swift</description>
   <packaging>bundle</packaging>
diff --git a/openstack-trove/pom.xml b/openstack-trove/pom.xml
index 4f170bb..b28e177 100644
--- a/openstack-trove/pom.xml
+++ b/openstack-trove/pom.xml
@@ -1,128 +1,128 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!--

-

-    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

-

-    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">

-  <modelVersion>4.0.0</modelVersion>

-  <parent>

-    <groupId>org.apache.jclouds</groupId>

-    <artifactId>jclouds-project</artifactId>

-    <version>1.6.3</version>

-  </parent>

-

-  <!-- TODO: when out of labs, switch to org.jclouds.api -->

-  <groupId>org.apache.jclouds.labs</groupId>

-  <artifactId>openstack-trove</artifactId>

-  <version>1.6.3-SNAPSHOT</version>

-  <name>jclouds openstack-trove api</name>

-  <description>jclouds components to access an implementation of OpenStack Trove</description>

-  <packaging>bundle</packaging>

-

-  <properties>

-    <!-- keystone endpoint -->

-    <test.openstack-trove.endpoint>http://localhost:5000/v2.0/</test.openstack-trove.endpoint>

-    <!-- keystone version -->

-    <test.openstack-trove.api-version>1.0</test.openstack-trove.api-version>

-    <test.openstack-trove.build-version />

-    <test.openstack-trove.identity>FIXME_IDENTITY</test.openstack-trove.identity>

-    <test.openstack-trove.credential>FIXME_CREDENTIALS</test.openstack-trove.credential>

-    <test.jclouds.keystone.credential-type>passwordCredentials</test.jclouds.keystone.credential-type>

-

-    <jclouds.osgi.export>org.jclouds.openstack.trove.v1_0*;version="${project.parent.version}"</jclouds.osgi.export>

-    <jclouds.osgi.import>

-      org.jclouds.rest.internal;version="${jclouds.version}",

-      org.jclouds.labs*;version="${project.parent.version}",

-      org.jclouds*;version="${jclouds.version}",

-      *

-    </jclouds.osgi.import>

-  </properties>

-

-  <dependencies>

-    <dependency>

-      <groupId>org.apache.jclouds.api</groupId>

-      <artifactId>openstack-keystone</artifactId>

-      <version>${project.parent.version}</version>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.jclouds</groupId>

-      <artifactId>jclouds-core</artifactId>

-      <version>${project.parent.version}</version>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.jclouds</groupId>

-      <artifactId>jclouds-core</artifactId>

-      <version>${project.parent.version}</version>

-      <type>test-jar</type>

-      <scope>test</scope>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.jclouds.api</groupId>

-      <artifactId>openstack-keystone</artifactId>

-      <version>${project.parent.version}</version>

-      <type>test-jar</type>

-      <scope>test</scope>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.jclouds.driver</groupId>

-      <artifactId>jclouds-slf4j</artifactId>

-      <version>${project.parent.version}</version>

-      <scope>test</scope>

-    </dependency>

-    <dependency>

-      <groupId>ch.qos.logback</groupId>

-      <artifactId>logback-classic</artifactId>

-      <scope>test</scope>

-    </dependency>

-  </dependencies>

-

-  <profiles>

-    <profile>

-      <id>live</id>

-      <build>

-        <plugins>

-          <plugin>

-            <groupId>org.apache.maven.plugins</groupId>

-            <artifactId>maven-surefire-plugin</artifactId>

-            <executions>

-              <execution>

-                <id>integration</id>

-                <phase>integration-test</phase>

-                <goals>

-                  <goal>test</goal>

-                </goals>

-                <configuration>

-                  <forkCount>5</forkCount>

-                  <reuseForks>true</reuseForks>

-                  <parallel>classes</parallel>

-                  <systemPropertyVariables>

-                    <test.openstack-trove.endpoint>${test.openstack-trove.endpoint}</test.openstack-trove.endpoint>

-                    <test.openstack-trove.api-version>${test.openstack-trove.api-version}</test.openstack-trove.api-version>

-                    <test.openstack-trove.build-version>${test.openstack-trove.build-version}</test.openstack-trove.build-version>

-                    <test.openstack-trove.identity>${test.openstack-trove.identity}</test.openstack-trove.identity>

-                    <test.openstack-trove.credential>${test.openstack-trove.credential}</test.openstack-trove.credential>

-                    <test.jclouds.keystone.credential-type>${test.jclouds.keystone.credential-type}</test.jclouds.keystone.credential-type>

-                  </systemPropertyVariables>

-                </configuration>

-              </execution>

-            </executions>

-          </plugin>

-        </plugins>

-      </build>

-    </profile>

-  </profiles>

-</project>

+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    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
+
+    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">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.jclouds</groupId>
+    <artifactId>jclouds-project</artifactId>
+    <version>1.6.3</version>
+  </parent>
+
+  <!-- TODO: when out of labs, switch to org.jclouds.api -->
+  <groupId>org.apache.jclouds.labs</groupId>
+  <artifactId>openstack-trove</artifactId>
+  <version>1.6.3</version>
+  <name>jclouds openstack-trove api</name>
+  <description>jclouds components to access an implementation of OpenStack Trove</description>
+  <packaging>bundle</packaging>
+
+  <properties>
+    <!-- keystone endpoint -->
+    <test.openstack-trove.endpoint>http://localhost:5000/v2.0/</test.openstack-trove.endpoint>
+    <!-- keystone version -->
+    <test.openstack-trove.api-version>1.0</test.openstack-trove.api-version>
+    <test.openstack-trove.build-version />
+    <test.openstack-trove.identity>FIXME_IDENTITY</test.openstack-trove.identity>
+    <test.openstack-trove.credential>FIXME_CREDENTIALS</test.openstack-trove.credential>
+    <test.jclouds.keystone.credential-type>passwordCredentials</test.jclouds.keystone.credential-type>
+
+    <jclouds.osgi.export>org.jclouds.openstack.trove.v1_0*;version="${project.parent.version}"</jclouds.osgi.export>
+    <jclouds.osgi.import>
+      org.jclouds.rest.internal;version="${jclouds.version}",
+      org.jclouds.labs*;version="${project.parent.version}",
+      org.jclouds*;version="${jclouds.version}",
+      *
+    </jclouds.osgi.import>
+  </properties>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.jclouds.api</groupId>
+      <artifactId>openstack-keystone</artifactId>
+      <version>${project.parent.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.jclouds</groupId>
+      <artifactId>jclouds-core</artifactId>
+      <version>${project.parent.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.jclouds</groupId>
+      <artifactId>jclouds-core</artifactId>
+      <version>${project.parent.version}</version>
+      <type>test-jar</type>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.jclouds.api</groupId>
+      <artifactId>openstack-keystone</artifactId>
+      <version>${project.parent.version}</version>
+      <type>test-jar</type>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.jclouds.driver</groupId>
+      <artifactId>jclouds-slf4j</artifactId>
+      <version>${project.parent.version}</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>ch.qos.logback</groupId>
+      <artifactId>logback-classic</artifactId>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+
+  <profiles>
+    <profile>
+      <id>live</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-surefire-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>integration</id>
+                <phase>integration-test</phase>
+                <goals>
+                  <goal>test</goal>
+                </goals>
+                <configuration>
+                  <forkCount>5</forkCount>
+                  <reuseForks>true</reuseForks>
+                  <parallel>classes</parallel>
+                  <systemPropertyVariables>
+                    <test.openstack-trove.endpoint>${test.openstack-trove.endpoint}</test.openstack-trove.endpoint>
+                    <test.openstack-trove.api-version>${test.openstack-trove.api-version}</test.openstack-trove.api-version>
+                    <test.openstack-trove.build-version>${test.openstack-trove.build-version}</test.openstack-trove.build-version>
+                    <test.openstack-trove.identity>${test.openstack-trove.identity}</test.openstack-trove.identity>
+                    <test.openstack-trove.credential>${test.openstack-trove.credential}</test.openstack-trove.credential>
+                    <test.jclouds.keystone.credential-type>${test.jclouds.keystone.credential-type}</test.jclouds.keystone.credential-type>
+                  </systemPropertyVariables>
+                </configuration>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/pom.xml b/pom.xml
index 6a5e85b..e959079 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   
   <groupId>org.apache.jclouds.labs</groupId>
   <artifactId>jclouds-labs-openstack</artifactId>
-  <version>1.6.3-SNAPSHOT</version>
+  <version>1.6.3</version>
   <name>Apache jclouds labs openstack</name>
   <packaging>pom</packaging>
 
@@ -36,7 +36,7 @@
     <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-openstack.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-openstack.git</developerConnection>
     <url>https://git-wip-us.apache.org/repos/asf?p=incubator-jclouds-labs-openstack.git</url>
-    <tag>HEAD</tag>
+    <tag>jclouds-1.6.3-rc1</tag>
   </scm>
 
   <properties>
diff --git a/rackspace-autoscale-us/pom.xml b/rackspace-autoscale-us/pom.xml
index 4c2e714..3704a5f 100644
--- a/rackspace-autoscale-us/pom.xml
+++ b/rackspace-autoscale-us/pom.xml
@@ -28,7 +28,7 @@
   <!-- TODO: when out of labs, switch to org.jclouds.api -->
   <groupId>org.apache.jclouds.labs</groupId>
   <artifactId>rackspace-autoscale-us</artifactId>
-  <version>1.6.3-SNAPSHOT</version>
+  <version>1.6.3</version>
   <name>jclouds rackspace-autoscale api provider</name>
   <description>jclouds components to access Rackspace Autoscale</description>
   <packaging>bundle</packaging>
diff --git a/rackspace-autoscale/pom.xml b/rackspace-autoscale/pom.xml
index b3afb3f..b26c1f8 100644
--- a/rackspace-autoscale/pom.xml
+++ b/rackspace-autoscale/pom.xml
@@ -28,7 +28,7 @@
   <!-- TODO: when out of labs, switch to org.jclouds.api -->
   <groupId>org.apache.jclouds.labs</groupId>
   <artifactId>rackspace-autoscale</artifactId>
-  <version>1.6.3-SNAPSHOT</version>
+  <version>1.6.3</version>
   <name>jclouds rackspace-autoscale api</name>
   <description>jclouds components to access Rackspace Autoscale</description>
   <packaging>bundle</packaging>
diff --git a/rackspace-clouddatabases-uk/pom.xml b/rackspace-clouddatabases-uk/pom.xml
index 79cd536..b4a16bb 100644
--- a/rackspace-clouddatabases-uk/pom.xml
+++ b/rackspace-clouddatabases-uk/pom.xml
@@ -29,7 +29,7 @@
   
   <groupId>org.apache.jclouds.labs</groupId>
   <artifactId>rackspace-clouddatabases-uk</artifactId>
-  <version>1.6.3-SNAPSHOT</version>
+  <version>1.6.3</version>
   <name>jclouds Rackspace Cloud Databases UK provider</name>
   <description>OpenStack Trove implementation targeted to Rackspace Cloud Databases UK</description>
   <packaging>bundle</packaging>
diff --git a/rackspace-clouddatabases-us/pom.xml b/rackspace-clouddatabases-us/pom.xml
index 94a8e98..13f4df8 100644
--- a/rackspace-clouddatabases-us/pom.xml
+++ b/rackspace-clouddatabases-us/pom.xml
@@ -29,7 +29,7 @@
   
   <groupId>org.apache.jclouds.labs</groupId>
   <artifactId>rackspace-clouddatabases-us</artifactId>
-  <version>1.6.3-SNAPSHOT</version>
+  <version>1.6.3</version>
   <name>jclouds Rackspace Cloud Databases US provider</name>
   <description>OpenStack Trove implementation targeted to Rackspace Cloud Databases US</description>
   <packaging>bundle</packaging>