Repository: jclouds-cli Updated Branches: refs/heads/2.1.x [created] c92ba4d24
initial commit for maintenance branch 2.1.x Project: http://git-wip-us.apache.org/repos/asf/jclouds-cli/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-cli/commit/c92ba4d2 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-cli/tree/c92ba4d2 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-cli/diff/c92ba4d2 Branch: refs/heads/2.1.x Commit: c92ba4d248a7a6a47bbd40179472112a4837d53b Parents: 37324a7 Author: andreaturli <[email protected]> Authored: Wed Feb 21 17:22:39 2018 +0100 Committer: andreaturli <[email protected]> Committed: Wed Feb 21 17:22:39 2018 +0100 ---------------------------------------------------------------------- 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/c92ba4d2/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/assembly/pom.xml b/assembly/pom.xml index 265b6af..1701572 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.0</version> + <version>2.1.1-SNAPSHOT</version> </parent> <artifactId>jclouds-cli-assembly</artifactId> http://git-wip-us.apache.org/repos/asf/jclouds-cli/blob/c92ba4d2/branding/pom.xml ---------------------------------------------------------------------- diff --git a/branding/pom.xml b/branding/pom.xml index 8e80fb4..0d24806 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.0</version> + <version>2.1.1-SNAPSHOT</version> </parent> <artifactId>jclouds-cli-branding</artifactId> http://git-wip-us.apache.org/repos/asf/jclouds-cli/blob/c92ba4d2/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 50b66ba..f0ee2da 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.0</version> + <version>2.1.1-SNAPSHOT</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.0-rc3</tag> + <tag>rel/jclouds-cli-2.1.1-SNAPSHOT-rc3</tag> </scm> <developers> http://git-wip-us.apache.org/repos/asf/jclouds-cli/blob/c92ba4d2/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index cf23790..0744211 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.0</version> + <version>2.1.1-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.apache.jclouds.cli</groupId> <artifactId>jclouds-cli-project</artifactId> - <version>2.1.0</version> + <version>2.1.1-SNAPSHOT</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.0-rc3</tag> + <tag>rel/jclouds-cli-2.1.1-SNAPSHOT-rc3</tag> </scm> <developers> http://git-wip-us.apache.org/repos/asf/jclouds-cli/blob/c92ba4d2/runner/pom.xml ---------------------------------------------------------------------- diff --git a/runner/pom.xml b/runner/pom.xml index b341522..c34a78a 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.0</version> + <version>2.1.1-SNAPSHOT</version> </parent> <artifactId>jclouds-cli-runner</artifactId>
