You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by du...@apache.org on 2024/01/30 09:14:10 UTC

(brooklyn-client) 01/01: Change version to 1.1.0

This is an automated email from the ASF dual-hosted git repository.

duncangrant pushed a commit to branch 1.1.0
in repository https://gitbox.apache.org/repos/asf/brooklyn-client.git

commit 587d869822666a6ea8ca80043d33c198acdf8326
Author: Duncan Grant <du...@cloudsoft.io>
AuthorDate: Tue Jan 30 09:07:14 2024 +0000

    Change version to 1.1.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 db3b143..05ee46c 100644
--- a/cli/README.md
+++ b/cli/README.md
@@ -70,7 +70,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.1.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
+    <version>1.1.0</version>  <!-- BROOKLYN_VERSION -->
 </project>
 
 ```
diff --git a/cli/app/app.go b/cli/app/app.go
index 294a83d..01f2174 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.1.0-SNAPSHOT", // BROOKLYN_VERSION
+	Version:  "1.1.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 b71de98..981b2ed 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.1.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
+        <version>1.1.0</version>  <!-- BROOKLYN_VERSION -->
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/java/pom.xml b/java/pom.xml
index 9b35bd5..d5ceb55 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.1.0-SNAPSHOT</version> <!-- BROOKLYN_VERSION -->
+        <version>1.1.0</version> <!-- BROOKLYN_VERSION -->
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/pom.xml b/pom.xml
index c22c06f..c966e8e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.brooklyn</groupId>
         <artifactId>brooklyn-parent</artifactId>
-        <version>1.1.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
+        <version>1.1.0</version>  <!-- BROOKLYN_VERSION -->
         <relativePath>../brooklyn-server/parent/</relativePath>
     </parent>