You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by ri...@apache.org on 2017/04/11 15:16:51 UTC

brooklyn-client git commit: Bump version to 0.12.0-SNAPSHOT

Repository: brooklyn-client
Updated Branches:
  refs/heads/master df47be800 -> 3a45f81c2


Bump version to 0.12.0-SNAPSHOT


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-client/commit/3a45f81c
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-client/tree/3a45f81c
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-client/diff/3a45f81c

Branch: refs/heads/master
Commit: 3a45f81c2cf7f04535b65dd640464742933ca58f
Parents: df47be8
Author: Richard Downer <ri...@apache.org>
Authored: Tue Apr 11 15:13:49 2017 +0000
Committer: Richard Downer <ri...@apache.org>
Committed: Tue Apr 11 15:13:49 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/3a45f81c/cli/app/app.go
----------------------------------------------------------------------
diff --git a/cli/app/app.go b/cli/app/app.go
index 0f34a5e..74627ee 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.12.0-SNAPSHOT",  // 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/3a45f81c/cli/pom.xml
----------------------------------------------------------------------
diff --git a/cli/pom.xml b/cli/pom.xml
index 8e32329..836bd8c 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.12.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
         <relativePath>../pom.xml</relativePath>
     </parent>
     

http://git-wip-us.apache.org/repos/asf/brooklyn-client/blob/3a45f81c/java/pom.xml
----------------------------------------------------------------------
diff --git a/java/pom.xml b/java/pom.xml
index 06a05b1..ce55281 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.12.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION -->
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/brooklyn-client/blob/3a45f81c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8a4d8be..8fa5ee5 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.12.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
         <relativePath>../brooklyn-server/parent/</relativePath>
     </parent>