Repository: brooklyn-client
Updated Branches:
  refs/heads/master e0c0409d0 -> 66b01f2b8


Change version to 1.0.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/66b01f2b
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-client/tree/66b01f2b
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-client/diff/66b01f2b

Branch: refs/heads/master
Commit: 66b01f2b84c7d63d506db693f504fcecd157e2dc
Parents: e0c0409
Author: Duncan Godwin <[email protected]>
Authored: Fri Oct 6 13:21:50 2017 +0000
Committer: Duncan Godwin <[email protected]>
Committed: Fri Oct 6 13:21:50 2017 +0000

----------------------------------------------------------------------
 cli/README.md  | 2 +-
 cli/app/app.go | 2 +-
 cli/pom.xml    | 2 +-
 java/pom.xml   | 2 +-
 pom.xml        | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-client/blob/66b01f2b/cli/README.md
----------------------------------------------------------------------
diff --git a/cli/README.md b/cli/README.md
index 2731a75..f60d120 100644
--- a/cli/README.md
+++ b/cli/README.md
@@ -119,7 +119,7 @@ consisting of a zip file containing all the binaries.  This 
artifact can be refe
 <artifactId>brooklyn-client-cli</artifactId>
 <classifier>bin</classifier>
 <type>zip</type>
-<version>0.13.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
+<version>1.0.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
 ```
 
 Most of the work is delegated to the `release/build.sh` script;

http://git-wip-us.apache.org/repos/asf/brooklyn-client/blob/66b01f2b/cli/app/app.go
----------------------------------------------------------------------
diff --git a/cli/app/app.go b/cli/app/app.go
index acf8423..07fdf15 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.13.0-SNAPSHOT",  // BROOKLYN_VERSION
+       Version:  "1.0.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/66b01f2b/cli/pom.xml
----------------------------------------------------------------------
diff --git a/cli/pom.xml b/cli/pom.xml
index 6c6c460..c96e311 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.13.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
+        <version>1.0.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
         <relativePath>../pom.xml</relativePath>
     </parent>
     

http://git-wip-us.apache.org/repos/asf/brooklyn-client/blob/66b01f2b/java/pom.xml
----------------------------------------------------------------------
diff --git a/java/pom.xml b/java/pom.xml
index 096ae29..8ac13cf 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.13.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION -->
+        <version>1.0.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION -->
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/brooklyn-client/blob/66b01f2b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2b9954f..89f67a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.brooklyn</groupId>
         <artifactId>brooklyn-parent</artifactId>
-        <version>0.13.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
+        <version>1.0.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
         <relativePath>../brooklyn-server/parent/</relativePath>
     </parent>
 

Reply via email to