You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by ga...@apache.org on 2019/02/03 00:52:05 UTC

[jclouds-cli] 01/01: Apache jclouds 2.1.2-rc1 release

This is an automated email from the ASF dual-hosted git repository.

gaul pushed a commit to annotated tag rel/jclouds-cli-2.1.2-rc1
in repository https://gitbox.apache.org/repos/asf/jclouds-cli.git

commit f90394129b59d8a9f56fd9bb8a72f764f7567a29
Author: Andrew Gaul <an...@gaul.org>
AuthorDate: Sat Feb 2 16:01:53 2019 -0800

    Apache jclouds 2.1.2-rc1 release
---
 assembly/pom.xml | 2 +-
 branding/pom.xml | 2 +-
 pom.xml          | 4 ++--
 project/pom.xml  | 6 +++---
 runner/pom.xml   | 2 +-
 5 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/assembly/pom.xml b/assembly/pom.xml
index bc941ac..37ce0f5 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -25,7 +25,7 @@
     <groupId>org.apache.jclouds.cli</groupId>
     <artifactId>jclouds-cli-project</artifactId>
     <relativePath>../project</relativePath>
-    <version>2.1.2-SNAPSHOT</version>
+    <version>2.1.2</version>
   </parent>
 
   <artifactId>jclouds-cli-assembly</artifactId>
diff --git a/branding/pom.xml b/branding/pom.xml
index 049ab67..2af2e63 100644
--- a/branding/pom.xml
+++ b/branding/pom.xml
@@ -24,7 +24,7 @@
     <groupId>org.apache.jclouds.cli</groupId>
     <artifactId>jclouds-cli-project</artifactId>
     <relativePath>../project</relativePath>
-    <version>2.1.2-SNAPSHOT</version>
+    <version>2.1.2</version>
   </parent>
 
   <artifactId>jclouds-cli-branding</artifactId>
diff --git a/pom.xml b/pom.xml
index 9cec28e..a248992 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <groupId>org.apache.jclouds.cli</groupId>
     <artifactId>jclouds-cli-project</artifactId>
     <relativePath>project</relativePath>
-    <version>2.1.2-SNAPSHOT</version>
+    <version>2.1.2</version>
   </parent>
 
   <artifactId>jclouds-cli</artifactId>
@@ -43,7 +43,7 @@
     <connection>scm:git:https://git-wip-us.apache.org/repos/asf/jclouds-cli.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/jclouds-cli.git</developerConnection>
     <url>https://git-wip-us.apache.org/repos/asf?p=jclouds-cli.git</url>
-    <tag>rel/jclouds-cli-2.1.2-SNAPSHOT-rc3</tag>
+    <tag>rel/jclouds-cli-2.1.2-rc3</tag>
   </scm>
 
   <developers>
diff --git a/project/pom.xml b/project/pom.xml
index 88265d2..981c2e0 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -23,13 +23,13 @@
   <parent>
     <groupId>org.apache.jclouds</groupId>
     <artifactId>jclouds-project</artifactId>
-    <version>2.1.2-SNAPSHOT</version>
+    <version>2.1.2</version>
     <relativePath />
   </parent>
 
   <groupId>org.apache.jclouds.cli</groupId>
   <artifactId>jclouds-cli-project</artifactId>
-  <version>2.1.2-SNAPSHOT</version>
+  <version>2.1.2</version>
   <packaging>pom</packaging>
   <name>Apache jclouds :: cli :: project</name>
 
@@ -46,7 +46,7 @@
     <connection>scm:git:https://git-wip-us.apache.org/repos/asf/jclouds-cli.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/jclouds-cli.git</developerConnection>
     <url>https://git-wip-us.apache.org/repos/asf?p=jclouds-cli.git</url>
-    <tag>rel/jclouds-cli-2.1.2-SNAPSHOT-rc3</tag>
+    <tag>rel/jclouds-cli-2.1.2-rc3</tag>
   </scm>
 
   <developers>
diff --git a/runner/pom.xml b/runner/pom.xml
index 6f65d66..b2bb4bd 100644
--- a/runner/pom.xml
+++ b/runner/pom.xml
@@ -24,7 +24,7 @@
     <groupId>org.apache.jclouds.cli</groupId>
     <artifactId>jclouds-cli-project</artifactId>
     <relativePath>../project</relativePath>
-    <version>2.1.2-SNAPSHOT</version>
+    <version>2.1.2</version>
   </parent>
 
   <artifactId>jclouds-cli-runner</artifactId>