[maven-release-plugin] prepare release jclouds-labs-openstack-1.6.3-rc2

Project: http://git-wip-us.apache.org/repos/asf/jclouds-labs-openstack/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/jclouds-labs-openstack/commit/1d9726e7
Tree: 
http://git-wip-us.apache.org/repos/asf/jclouds-labs-openstack/tree/1d9726e7
Diff: 
http://git-wip-us.apache.org/repos/asf/jclouds-labs-openstack/diff/1d9726e7

Branch: refs/heads/1.6.x
Commit: 1d9726e7ab6b1de7ebd6f8097d6e72302bc83acb
Parents: 91b259d
Author: Andrew Gaul <[email protected]>
Authored: Tue Nov 26 15:19:35 2013 -0800
Committer: Andrew Gaul <[email protected]>
Committed: Tue Nov 26 15:19:35 2013 -0800

----------------------------------------------------------------------
 openstack-glance/pom.xml            |   6 +-
 openstack-quantum/pom.xml           |   6 +-
 openstack-swift/pom.xml             |   6 +-
 openstack-trove/pom.xml             | 260 ++++++++++++++++---------------
 pom.xml                             |   4 +-
 rackspace-autoscale-us/pom.xml      |   6 +-
 rackspace-autoscale/pom.xml         |   6 +-
 rackspace-clouddatabases-uk/pom.xml |   6 +-
 rackspace-clouddatabases-us/pom.xml |   6 +-
 9 files changed, 169 insertions(+), 137 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-labs-openstack/blob/1d9726e7/openstack-glance/pom.xml
----------------------------------------------------------------------
diff --git a/openstack-glance/pom.xml b/openstack-glance/pom.xml
index 6ea77d7..5550e2f 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>
@@ -122,4 +122,8 @@
       </build>
     </profile>
   </profiles>
+
+  <scm>
+    <tag>jclouds-labs-openstack-1.6.3-rc2</tag>
+  </scm>
 </project>

http://git-wip-us.apache.org/repos/asf/jclouds-labs-openstack/blob/1d9726e7/openstack-quantum/pom.xml
----------------------------------------------------------------------
diff --git a/openstack-quantum/pom.xml b/openstack-quantum/pom.xml
index 8834bdb..2b4597a 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>
@@ -121,4 +121,8 @@
       </build>
     </profile>
   </profiles>
+
+  <scm>
+    <tag>jclouds-labs-openstack-1.6.3-rc2</tag>
+  </scm>
 </project>

http://git-wip-us.apache.org/repos/asf/jclouds-labs-openstack/blob/1d9726e7/openstack-swift/pom.xml
----------------------------------------------------------------------
diff --git a/openstack-swift/pom.xml b/openstack-swift/pom.xml
index 464460c..a2b7163 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>
@@ -133,4 +133,8 @@
       </build>
     </profile>
   </profiles>
+
+  <scm>
+    <tag>jclouds-labs-openstack-1.6.3-rc2</tag>
+  </scm>
 </project>

http://git-wip-us.apache.org/repos/asf/jclouds-labs-openstack/blob/1d9726e7/openstack-trove/pom.xml
----------------------------------------------------------------------
diff --git a/openstack-trove/pom.xml b/openstack-trove/pom.xml
index 4f170bb..a0685b2 100644
--- a/openstack-trove/pom.xml
+++ b/openstack-trove/pom.xml
@@ -1,128 +1,132 @@
-<?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>
+
+  <scm>
+    <tag>jclouds-labs-openstack-1.6.3-rc2</tag>
+  </scm>
+</project>

http://git-wip-us.apache.org/repos/asf/jclouds-labs-openstack/blob/1d9726e7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b4fa5ff..c1d43c8 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/jclouds-labs-openstack.git</connection>
     
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/jclouds-labs-openstack.git</developerConnection>
     
<url>https://git-wip-us.apache.org/repos/asf?p=jclouds-labs-openstack.git</url>
-    <tag>HEAD</tag>
+    <tag>jclouds-labs-openstack-1.6.3-rc2</tag>
   </scm>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/jclouds-labs-openstack/blob/1d9726e7/rackspace-autoscale-us/pom.xml
----------------------------------------------------------------------
diff --git a/rackspace-autoscale-us/pom.xml b/rackspace-autoscale-us/pom.xml
index 4c2e714..1258de0 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>
@@ -142,4 +142,8 @@
     </profile>
   </profiles>
 
+
+  <scm>
+    <tag>jclouds-labs-openstack-1.6.3-rc2</tag>
+  </scm>
 </project>

http://git-wip-us.apache.org/repos/asf/jclouds-labs-openstack/blob/1d9726e7/rackspace-autoscale/pom.xml
----------------------------------------------------------------------
diff --git a/rackspace-autoscale/pom.xml b/rackspace-autoscale/pom.xml
index b3afb3f..8712515 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>
@@ -131,4 +131,8 @@
     </profile>
   </profiles>
 
+
+  <scm>
+    <tag>jclouds-labs-openstack-1.6.3-rc2</tag>
+  </scm>
 </project>

http://git-wip-us.apache.org/repos/asf/jclouds-labs-openstack/blob/1d9726e7/rackspace-clouddatabases-uk/pom.xml
----------------------------------------------------------------------
diff --git a/rackspace-clouddatabases-uk/pom.xml 
b/rackspace-clouddatabases-uk/pom.xml
index 79cd536..c971499 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>
@@ -147,4 +147,8 @@
       </build>
     </profile>
   </profiles>
+
+  <scm>
+    <tag>jclouds-labs-openstack-1.6.3-rc2</tag>
+  </scm>
 </project>

http://git-wip-us.apache.org/repos/asf/jclouds-labs-openstack/blob/1d9726e7/rackspace-clouddatabases-us/pom.xml
----------------------------------------------------------------------
diff --git a/rackspace-clouddatabases-us/pom.xml 
b/rackspace-clouddatabases-us/pom.xml
index 94a8e98..14fc8d2 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>
@@ -147,4 +147,8 @@
       </build>
     </profile>
   </profiles>
+
+  <scm>
+    <tag>jclouds-labs-openstack-1.6.3-rc2</tag>
+  </scm>
 </project>

Reply via email to