Repository: jclouds-cli Updated Branches: refs/heads/2.0.x beedae242 -> ea12505f0
Apache jclouds 2.0.2-rc1 release Project: http://git-wip-us.apache.org/repos/asf/jclouds-cli/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-cli/commit/430a6924 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-cli/tree/430a6924 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-cli/diff/430a6924 Branch: refs/heads/2.0.x Commit: 430a692497393d067fee40aeb81b8bbfe632f339 Parents: beedae2 Author: Ignasi Barrera <[email protected]> Authored: Thu Jun 29 12:39:20 2017 +0200 Committer: Ignasi Barrera <[email protected]> Committed: Thu Jun 29 12:39:20 2017 +0200 ---------------------------------------------------------------------- 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(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-cli/blob/430a6924/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/assembly/pom.xml b/assembly/pom.xml index 78045e9..d762331 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.0.2-SNAPSHOT</version> + <version>2.0.2</version> </parent> <artifactId>jclouds-cli-assembly</artifactId> http://git-wip-us.apache.org/repos/asf/jclouds-cli/blob/430a6924/branding/pom.xml ---------------------------------------------------------------------- diff --git a/branding/pom.xml b/branding/pom.xml index 9627056..b3aa9a4 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.0.2-SNAPSHOT</version> + <version>2.0.2</version> </parent> <artifactId>jclouds-cli-branding</artifactId> http://git-wip-us.apache.org/repos/asf/jclouds-cli/blob/430a6924/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index deb568e..699e0cf 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.0.2-SNAPSHOT</version> + <version>2.0.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>HEAD</tag> + <tag>rel/jclouds-cli-2.0.2-rc1</tag> </scm> <developers> http://git-wip-us.apache.org/repos/asf/jclouds-cli/blob/430a6924/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index 576a588..c0ab988 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.0.2-SNAPSHOT</version> + <version>2.0.2</version> <relativePath /> </parent> <groupId>org.apache.jclouds.cli</groupId> <artifactId>jclouds-cli-project</artifactId> - <version>2.0.2-SNAPSHOT</version> + <version>2.0.2</version> <packaging>pom</packaging> <name>Apache jclouds :: cli</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>HEAD</tag> + <tag>rel/jclouds-cli-2.0.2-rc1</tag> </scm> <developers> http://git-wip-us.apache.org/repos/asf/jclouds-cli/blob/430a6924/runner/pom.xml ---------------------------------------------------------------------- diff --git a/runner/pom.xml b/runner/pom.xml index dfb259f..9cdee14 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.0.2-SNAPSHOT</version> + <version>2.0.2</version> </parent> <artifactId>jclouds-cli-runner</artifactId>
