Updated Branches: refs/heads/1.7.x 7d4cbc53a -> ad3880352
[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/ad388035 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-cli/tree/ad388035 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-cli/diff/ad388035 Branch: refs/heads/1.7.x Commit: ad38803525d180837620a94d94fca2512a54775f Parents: dbfc1c6 Author: Ignasi Barrera <[email protected]> Authored: Thu Feb 6 12:18:01 2014 +0100 Committer: Ignasi Barrera <[email protected]> Committed: Thu Feb 6 12:18:01 2014 +0100 ---------------------------------------------------------------------- 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/ad388035/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/assembly/pom.xml b/assembly/pom.xml index 151b2ed..3048d34 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.7.1</version> + <version>1.7.2-SNAPSHOT</version> </parent> <artifactId>jclouds-cli-assembly</artifactId> http://git-wip-us.apache.org/repos/asf/jclouds-cli/blob/ad388035/branding/pom.xml ---------------------------------------------------------------------- diff --git a/branding/pom.xml b/branding/pom.xml index 2d478c6..86bbcdc 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.7.1</version> + <version>1.7.2-SNAPSHOT</version> </parent> <artifactId>branding</artifactId> http://git-wip-us.apache.org/repos/asf/jclouds-cli/blob/ad388035/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0a9c60b..ee4ab1f 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.7.1</version> + <version>1.7.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.7.1-rc1</tag> + <tag>HEAD</tag> </scm> <developers> http://git-wip-us.apache.org/repos/asf/jclouds-cli/blob/ad388035/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index 14151d3..5439c7e 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.7.1</version> + <version>1.7.2-SNAPSHOT</version> </parent> <groupId>org.apache.jclouds.cli</groupId> <artifactId>jclouds-cli-project</artifactId> - <version>1.7.1</version> + <version>1.7.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.7.1-rc1</tag> + <tag>HEAD</tag> </scm> <developers> http://git-wip-us.apache.org/repos/asf/jclouds-cli/blob/ad388035/runner/pom.xml ---------------------------------------------------------------------- diff --git a/runner/pom.xml b/runner/pom.xml index 6d64fad..9de5489 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.7.1</version> + <version>1.7.2-SNAPSHOT</version> </parent> <artifactId>runner</artifactId> @@ -39,13 +39,13 @@ <dependency> <groupId>org.apache.jclouds</groupId> <artifactId>jclouds-blobstore</artifactId> - <version>1.7.1</version> + <version>1.7.2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.jclouds</groupId> <artifactId>jclouds-core</artifactId> - <version>1.7.1</version> + <version>1.7.2-SNAPSHOT</version> </dependency> </dependencies>
