Next development version 1.9.4-SNAPSHOT
Project: http://git-wip-us.apache.org/repos/asf/jclouds-cli/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-cli/commit/a769ab65 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-cli/tree/a769ab65 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-cli/diff/a769ab65 Branch: refs/heads/1.9.x Commit: a769ab6560e0b1cf8c312cbadda2f62979589a55 Parents: 2f3036b Author: Andrea Turli <[email protected]> Authored: Fri Nov 18 10:00:03 2016 +0100 Committer: Andrea Turli <[email protected]> Committed: Fri Nov 18 10:00:03 2016 +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/a769ab65/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/assembly/pom.xml b/assembly/pom.xml index 18db3c1..b0b6a06 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>1.9.3</version> + <version>1.9.4-SNAPSHOT</version> </parent> <artifactId>jclouds-cli-assembly</artifactId> http://git-wip-us.apache.org/repos/asf/jclouds-cli/blob/a769ab65/branding/pom.xml ---------------------------------------------------------------------- diff --git a/branding/pom.xml b/branding/pom.xml index fc87d8a..e0ae752 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>1.9.3</version> + <version>1.9.4-SNAPSHOT</version> </parent> <artifactId>jclouds-cli-branding</artifactId> http://git-wip-us.apache.org/repos/asf/jclouds-cli/blob/a769ab65/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3030094..f931e8e 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>1.9.3</version> + <version>1.9.4-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-1.9.3-rc1</tag> + <tag>HEAD</tag> </scm> <developers> http://git-wip-us.apache.org/repos/asf/jclouds-cli/blob/a769ab65/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index fe641b6..030d2ec 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -23,13 +23,13 @@ <parent> <groupId>org.apache.jclouds</groupId> <artifactId>jclouds-project</artifactId> - <version>1.9.3</version> + <version>1.9.4-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.apache.jclouds.cli</groupId> <artifactId>jclouds-cli-project</artifactId> - <version>1.9.3</version> + <version>1.9.4-SNAPSHOT</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>rel/jclouds-cli-1.9.3-rc1</tag> + <tag>HEAD</tag> </scm> <developers> http://git-wip-us.apache.org/repos/asf/jclouds-cli/blob/a769ab65/runner/pom.xml ---------------------------------------------------------------------- diff --git a/runner/pom.xml b/runner/pom.xml index 436807f..57ae3d0 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>1.9.3</version> + <version>1.9.4-SNAPSHOT</version> </parent> <artifactId>jclouds-cli-runner</artifactId>
