This is an automated email from the ASF dual-hosted git repository. aledsage pushed a commit to branch 1.0.0 in repository https://gitbox.apache.org/repos/asf/brooklyn-client.git
commit 52b5546a5434eb6ecae55233d134f6dc11ce617b Author: Aled Sage <[email protected]> AuthorDate: Fri Jan 17 15:46:13 2020 +0000 Change version to 1.0.0 --- 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(-) diff --git a/cli/README.md b/cli/README.md index 762b612..a326375 100644 --- a/cli/README.md +++ b/cli/README.md @@ -106,7 +106,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>1.0.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> +<version>1.0.0</version> <!-- BROOKLYN_VERSION --> ``` Most of the work is delegated to the `release/build.sh` script; diff --git a/cli/app/app.go b/cli/app/app.go index 4767f45..9c9ea54 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: "1.0.0-SNAPSHOT", // BROOKLYN_VERSION + Version: "1.0.0", // BROOKLYN_VERSION } func NewApp(baseName string, cmdRunner command_runner.Runner, metadatas ...command_metadata.CommandMetadata) (app *cli.App) { diff --git a/cli/pom.xml b/cli/pom.xml index d58e96e..7593eec 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.brooklyn</groupId> <artifactId>brooklyn-client</artifactId> - <version>1.0.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>1.0.0</version> <!-- BROOKLYN_VERSION --> <relativePath>../pom.xml</relativePath> </parent> diff --git a/java/pom.xml b/java/pom.xml index 5e5aaa8..bf8a25e 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.apache.brooklyn</groupId> <artifactId>brooklyn-client</artifactId> - <version>1.0.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>1.0.0</version> <!-- BROOKLYN_VERSION --> <relativePath>../pom.xml</relativePath> </parent> diff --git a/pom.xml b/pom.xml index 89f67a5..1e384b6 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.brooklyn</groupId> <artifactId>brooklyn-parent</artifactId> - <version>1.0.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION --> + <version>1.0.0</version> <!-- BROOKLYN_VERSION --> <relativePath>../brooklyn-server/parent/</relativePath> </parent>
