Repository: jclouds-cli Updated Branches: refs/heads/1.8.x 779249d22 -> cc10c63a0
[maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/jclouds-cli/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-cli/commit/cc10c63a Tree: http://git-wip-us.apache.org/repos/asf/jclouds-cli/tree/cc10c63a Diff: http://git-wip-us.apache.org/repos/asf/jclouds-cli/diff/cc10c63a Branch: refs/heads/1.8.x Commit: cc10c63a0a69429ce6e04e47fc4c613c4ff425fd Parents: 779249d Author: Andrew Phillips <[email protected]> Authored: Wed Jul 30 00:26:40 2014 -0400 Committer: Andrew Phillips <[email protected]> Committed: Wed Jul 30 00:26:40 2014 -0400 ---------------------------------------------------------------------- assembly/pom.xml | 2 +- branding/pom.xml | 2 +- pom.xml | 4 ++-- project/pom.xml | 6 +++--- runner/pom.xml | 6 +++--- 5 files changed, 10 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-cli/blob/cc10c63a/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/assembly/pom.xml b/assembly/pom.xml index 3615276..08ed59f 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -24,7 +24,7 @@ <groupId>org.apache.jclouds.cli</groupId> <artifactId>jclouds-cli-project</artifactId> <relativePath>../project</relativePath> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> </parent> <artifactId>jclouds-cli-assembly</artifactId> http://git-wip-us.apache.org/repos/asf/jclouds-cli/blob/cc10c63a/branding/pom.xml ---------------------------------------------------------------------- diff --git a/branding/pom.xml b/branding/pom.xml index 9a5331d..31291e2 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.8.0</version> + <version>1.8.1-SNAPSHOT</version> </parent> <artifactId>branding</artifactId> http://git-wip-us.apache.org/repos/asf/jclouds-cli/blob/cc10c63a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 806ce3e..3520589 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.8.0</version> + <version>1.8.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>jclouds-cli-1.8.0-rc1</tag> + <tag>HEAD</tag> </scm> <developers> http://git-wip-us.apache.org/repos/asf/jclouds-cli/blob/cc10c63a/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index c999ed4..7310cda 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -23,12 +23,12 @@ <parent> <groupId>org.apache.jclouds</groupId> <artifactId>jclouds-project</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> </parent> <groupId>org.apache.jclouds.cli</groupId> <artifactId>jclouds-cli-project</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache jclouds :: cli</name> @@ -45,7 +45,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>jclouds-cli-1.8.0-rc1</tag> + <tag>HEAD</tag> </scm> <developers> http://git-wip-us.apache.org/repos/asf/jclouds-cli/blob/cc10c63a/runner/pom.xml ---------------------------------------------------------------------- diff --git a/runner/pom.xml b/runner/pom.xml index 763aa4f..6df9113 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.8.0</version> + <version>1.8.1-SNAPSHOT</version> </parent> <artifactId>runner</artifactId> @@ -39,13 +39,13 @@ <dependency> <groupId>org.apache.jclouds</groupId> <artifactId>jclouds-blobstore</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.jclouds</groupId> <artifactId>jclouds-core</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</version> </dependency> </dependencies>
