Repository: brooklyn-client Updated Branches: refs/heads/0.11.x df47be800 -> 2453f9b71
Set release version: 0.11.0 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-client/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-client/commit/2453f9b7 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-client/tree/2453f9b7 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-client/diff/2453f9b7 Branch: refs/heads/0.11.x Commit: 2453f9b7132e810a1d09b6cc00d0f91059cbeb21 Parents: df47be8 Author: Richard Downer <[email protected]> Authored: Tue Apr 11 20:34:58 2017 +0000 Committer: Richard Downer <[email protected]> Committed: Tue Apr 11 20:34:58 2017 +0000 ---------------------------------------------------------------------- cli/app/app.go | 2 +- cli/pom.xml | 2 +- java/pom.xml | 2 +- pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-client/blob/2453f9b7/cli/app/app.go ---------------------------------------------------------------------- diff --git a/cli/app/app.go b/cli/app/app.go index 0f34a5e..0b09bef 100644 --- a/cli/app/app.go +++ b/cli/app/app.go @@ -38,7 +38,7 @@ var appConfig = configDefaults{ Name: os.Args[0], HelpName: os.Args[0], Usage: "A Brooklyn command line client application", - Version: "0.11.0-SNAPSHOT", // BROOKLYN_VERSION + Version: "0.11.0", // BROOKLYN_VERSION } func NewApp(baseName string, cmdRunner command_runner.Runner, metadatas ...command_metadata.CommandMetadata) (app *cli.App) { http://git-wip-us.apache.org/repos/asf/brooklyn-client/blob/2453f9b7/cli/pom.xml ---------------------------------------------------------------------- diff --git a/cli/pom.xml b/cli/pom.xml index 8e32329..7f9ce84 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.brooklyn</groupId> <artifactId>brooklyn-client</artifactId> - <version>0.11.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.11.0</version> <!-- BROOKLYN_VERSION --> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-client/blob/2453f9b7/java/pom.xml ---------------------------------------------------------------------- diff --git a/java/pom.xml b/java/pom.xml index 06a05b1..61230a2 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.apache.brooklyn</groupId> <artifactId>brooklyn-client</artifactId> - <version>0.11.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.11.0</version> <!-- BROOKLYN_VERSION --> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/brooklyn-client/blob/2453f9b7/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8a4d8be..8dd5f82 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.brooklyn</groupId> <artifactId>brooklyn-parent</artifactId> - <version>0.11.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>0.11.0</version> <!-- BROOKLYN_VERSION --> <relativePath>../brooklyn-server/parent/</relativePath> </parent>
