Repository: jclouds-cli Updated Branches: refs/heads/1.8.x a5c2571e4 -> 3ae55db43
[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/3ae55db4 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-cli/tree/3ae55db4 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-cli/diff/3ae55db4 Branch: refs/heads/1.8.x Commit: 3ae55db434f9df9a2f20abe8a5a1531e83855073 Parents: a5c2571 Author: Andrew Phillips <[email protected]> Authored: Fri Oct 10 16:54:38 2014 -0400 Committer: Andrew Phillips <[email protected]> Committed: Fri Oct 10 16:54:38 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/3ae55db4/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/assembly/pom.xml b/assembly/pom.xml index 661437d..b552e52 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.1</version> + <version>1.8.2-SNAPSHOT</version> </parent> <artifactId>jclouds-cli-assembly</artifactId> http://git-wip-us.apache.org/repos/asf/jclouds-cli/blob/3ae55db4/branding/pom.xml ---------------------------------------------------------------------- diff --git a/branding/pom.xml b/branding/pom.xml index 7ce9c6e..2a2a1c7 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.1</version> + <version>1.8.2-SNAPSHOT</version> </parent> <artifactId>branding</artifactId> http://git-wip-us.apache.org/repos/asf/jclouds-cli/blob/3ae55db4/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ef5bca7..5974ba4 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.1</version> + <version>1.8.2-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.1-rc1</tag> + <tag>HEAD</tag> </scm> <developers> http://git-wip-us.apache.org/repos/asf/jclouds-cli/blob/3ae55db4/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index a850f2a..f243158 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.1</version> + <version>1.8.2-SNAPSHOT</version> </parent> <groupId>org.apache.jclouds.cli</groupId> <artifactId>jclouds-cli-project</artifactId> - <version>1.8.1</version> + <version>1.8.2-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.1-rc1</tag> + <tag>HEAD</tag> </scm> <developers> http://git-wip-us.apache.org/repos/asf/jclouds-cli/blob/3ae55db4/runner/pom.xml ---------------------------------------------------------------------- diff --git a/runner/pom.xml b/runner/pom.xml index f4ba9ce..5aeb465 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.1</version> + <version>1.8.2-SNAPSHOT</version> </parent> <artifactId>runner</artifactId> @@ -39,13 +39,13 @@ <dependency> <groupId>org.apache.jclouds</groupId> <artifactId>jclouds-blobstore</artifactId> - <version>1.8.1</version> + <version>1.8.2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.jclouds</groupId> <artifactId>jclouds-core</artifactId> - <version>1.8.1</version> + <version>1.8.2-SNAPSHOT</version> </dependency> </dependencies>
