[maven-release-plugin] prepare release jclouds-cli-1.7.3-rc1
Project: http://git-wip-us.apache.org/repos/asf/jclouds-cli/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-cli/commit/5aa134da Tree: http://git-wip-us.apache.org/repos/asf/jclouds-cli/tree/5aa134da Diff: http://git-wip-us.apache.org/repos/asf/jclouds-cli/diff/5aa134da Branch: refs/heads/1.7.x Commit: 5aa134da52783d9f9e321cdf1d7622d4aebdeb9d Parents: d1a3b1a Author: Andrew Bayer <[email protected]> Authored: Tue May 27 12:01:17 2014 -0700 Committer: Andrew Bayer <[email protected]> Committed: Tue May 27 12:01:17 2014 -0700 ---------------------------------------------------------------------- assembly/pom.xml | 2 +- branding/pom.xml | 2 +- pom.xml | 4 ++-- project/pom.xml | 4 ++-- runner/pom.xml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-cli/blob/5aa134da/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/assembly/pom.xml b/assembly/pom.xml index feb1fdc..03506ab 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.3-SNAPSHOT</version> + <version>1.7.3</version> </parent> <artifactId>jclouds-cli-assembly</artifactId> http://git-wip-us.apache.org/repos/asf/jclouds-cli/blob/5aa134da/branding/pom.xml ---------------------------------------------------------------------- diff --git a/branding/pom.xml b/branding/pom.xml index c9f9455..74f4c7d 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.3-SNAPSHOT</version> + <version>1.7.3</version> </parent> <artifactId>branding</artifactId> http://git-wip-us.apache.org/repos/asf/jclouds-cli/blob/5aa134da/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 558e756..70ece78 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.3-SNAPSHOT</version> + <version>1.7.3</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>HEAD</tag> + <tag>jclouds-cli-1.7.3-rc1</tag> </scm> <developers> http://git-wip-us.apache.org/repos/asf/jclouds-cli/blob/5aa134da/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index ef5847e..141ed57 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -28,7 +28,7 @@ <groupId>org.apache.jclouds.cli</groupId> <artifactId>jclouds-cli-project</artifactId> - <version>1.7.3-SNAPSHOT</version> + <version>1.7.3</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>HEAD</tag> + <tag>jclouds-cli-1.7.3-rc1</tag> </scm> <developers> http://git-wip-us.apache.org/repos/asf/jclouds-cli/blob/5aa134da/runner/pom.xml ---------------------------------------------------------------------- diff --git a/runner/pom.xml b/runner/pom.xml index bdeebe8..e9ec19a 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.3-SNAPSHOT</version> + <version>1.7.3</version> </parent> <artifactId>runner</artifactId>
