You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by al...@apache.org on 2020/01/17 15:47:59 UTC

[brooklyn-ui] 01/01: Change version to 1.0.0

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-ui.git

commit cabd1995fd7f43a4503c963e291269a2e685850c
Author: Aled Sage <al...@gmail.com>
AuthorDate: Fri Jan 17 15:46:13 2020 +0000

    Change version to 1.0.0
---
 docs/overview.md                                 | 2 +-
 pom.xml                                          | 4 ++--
 ui-modules/app-inspector/package.json            | 2 +-
 ui-modules/blueprint-composer/package.json       | 2 +-
 ui-modules/blueprint-importer/package.json       | 2 +-
 ui-modules/catalog/package.json                  | 2 +-
 ui-modules/groovy-console/package.json           | 2 +-
 ui-modules/home/package.json                     | 2 +-
 ui-modules/location-manager/package.json         | 2 +-
 ui-modules/logout/package.json                   | 2 +-
 ui-modules/rest-api-docs/package.json            | 2 +-
 ui-modules/shared/config/build/webpack.config.js | 2 +-
 ui-modules/utils/package.json                    | 2 +-
 13 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/docs/overview.md b/docs/overview.md
index 1241447..e1a755b 100644
--- a/docs/overview.md
+++ b/docs/overview.md
@@ -33,7 +33,7 @@ If you have a Karaf distribution, you can install the Brooklyn UI simply by runn
 
 ```
 # use the correct BROOKLYN_VERSION_BELOW
-feature:repo-add mvn:org.apache.brooklyn.ui/brooklyn-ui-features/1.0.0-SNAPSHOT/xml/features
+feature:repo-add mvn:org.apache.brooklyn.ui/brooklyn-ui-features/1.0.0/xml/features
 
 feature:install brooklyn-ui
 ```
diff --git a/pom.xml b/pom.xml
index 8c0e62d..67011a4 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.ui.relativePath.to.brooklyn.server.parent}</relativePath>
     </parent>
 
@@ -81,7 +81,7 @@
         <brooklyn.ui.modules.version>${brooklyn.ui.version}</brooklyn.ui.modules.version>
         <brooklyn.ui.modularity.version>${brooklyn.ui.version}</brooklyn.ui.modularity.version><!-- this can be set different to ensure correct references if branded project is only rebuilding modules -->
         <assertj.version>2.2.0</assertj.version>
-        <brooklyn.version>1.0.0-SNAPSHOT</brooklyn.version><!-- BROOKLYN_VERSION -->
+        <brooklyn.version>1.0.0</brooklyn.version><!-- BROOKLYN_VERSION -->
         <build.version>${revision}</build.version>
         <build.name>Apache Brooklyn</build.name>
         <brooklyn.ui.relativePath.to.brooklyn.server.parent>../brooklyn-server/parent/</brooklyn.ui.relativePath.to.brooklyn.server.parent>
diff --git a/ui-modules/app-inspector/package.json b/ui-modules/app-inspector/package.json
index fd0cfa2..b1958e8 100644
--- a/ui-modules/app-inspector/package.json
+++ b/ui-modules/app-inspector/package.json
@@ -17,7 +17,7 @@
   ],
   "name": "brooklyn-ui-app-inspector",
   "versionBuildNote": "BROOKLYN_VERSION_BELOW this exists so scripts update this automatically",
-  "version": "1.0.0-SNAPSHOT",
+  "version": "1.0.0",
   "description": "Brooklyn UI :: Modules - App inspector",
   "repository": {
     "type": "git",
diff --git a/ui-modules/blueprint-composer/package.json b/ui-modules/blueprint-composer/package.json
index abb2109..4678997 100644
--- a/ui-modules/blueprint-composer/package.json
+++ b/ui-modules/blueprint-composer/package.json
@@ -17,7 +17,7 @@
   ],
   "name": "brooklyn-ui-blueprint-composer",
   "versionBuildNote": "BROOKLYN_VERSION_BELOW this exists so scripts update this automatically",
-  "version": "1.0.0-SNAPSHOT",
+  "version": "1.0.0",
   "description": "Brooklyn UI :: Modules - Blueprint composer",
   "repository": {
     "type": "git",
diff --git a/ui-modules/blueprint-importer/package.json b/ui-modules/blueprint-importer/package.json
index 04b588f..b132e42 100644
--- a/ui-modules/blueprint-importer/package.json
+++ b/ui-modules/blueprint-importer/package.json
@@ -17,7 +17,7 @@
   ],
   "name": "brooklyn-ui-blueprint-importer",
   "versionBuildNote": "BROOKLYN_VERSION_BELOW this exists so scripts update this automatically",
-  "version": "1.0.0-SNAPSHOT",
+  "version": "1.0.0",
   "description": "Brooklyn UI :: Modules - Blueprint importer",
   "repository": {
     "type": "git",
diff --git a/ui-modules/catalog/package.json b/ui-modules/catalog/package.json
index 799b47f..3297ff4 100644
--- a/ui-modules/catalog/package.json
+++ b/ui-modules/catalog/package.json
@@ -17,7 +17,7 @@
   ],
   "name": "brooklyn-ui-catalog",
   "versionBuildNote": "BROOKLYN_VERSION_BELOW this exists so scripts update this automatically",
-  "version": "1.0.0-SNAPSHOT",
+  "version": "1.0.0",
   "description": "Brooklyn UI :: Modules - Catalog",
   "repository": {
     "type": "git",
diff --git a/ui-modules/groovy-console/package.json b/ui-modules/groovy-console/package.json
index d67072a..af07096 100644
--- a/ui-modules/groovy-console/package.json
+++ b/ui-modules/groovy-console/package.json
@@ -17,7 +17,7 @@
   ],
   "name": "brooklyn-ui-groovy-console",
   "versionBuildNote": "BROOKLYN_VERSION_BELOW this exists so scripts update this automatically",
-  "version": "1.0.0-SNAPSHOT",
+  "version": "1.0.0",
   "description": "Brooklyn UI :: Modules - Groovy console",
   "repository": {
     "type": "git",
diff --git a/ui-modules/home/package.json b/ui-modules/home/package.json
index bc0b5c6..1bc45b9 100644
--- a/ui-modules/home/package.json
+++ b/ui-modules/home/package.json
@@ -17,7 +17,7 @@
   ],
   "name": "brooklyn-ui-home",
   "versionBuildNote": "BROOKLYN_VERSION_BELOW this exists so scripts update this automatically",
-  "version": "1.0.0-SNAPSHOT",
+  "version": "1.0.0",
   "description": "Brooklyn UI :: Modules - Home",
   "repository": {
     "type": "git",
diff --git a/ui-modules/location-manager/package.json b/ui-modules/location-manager/package.json
index 33d140f..5b92b9d 100644
--- a/ui-modules/location-manager/package.json
+++ b/ui-modules/location-manager/package.json
@@ -17,7 +17,7 @@
   ],
   "name": "brooklyn-ui-location-manager",
   "versionBuildNote": "BROOKLYN_VERSION_BELOW this exists so scripts update this automatically",
-  "version": "1.0.0-SNAPSHOT",
+  "version": "1.0.0",
   "description": "Brooklyn UI :: Modules - Location manager",
   "repository": {
     "type": "git",
diff --git a/ui-modules/logout/package.json b/ui-modules/logout/package.json
index 70cb03d..b8e0225 100644
--- a/ui-modules/logout/package.json
+++ b/ui-modules/logout/package.json
@@ -17,7 +17,7 @@
   ],
   "name": "brooklyn-ui-logout",
   "versionBuildNote": "BROOKLYN_VERSION_BELOW this exists so scripts update this automatically",
-  "version": "1.0.0-SNAPSHOT",
+  "version": "1.0.0",
   "description": "Brooklyn UI :: Modules - Logout",
   "repository": {
     "type": "git",
diff --git a/ui-modules/rest-api-docs/package.json b/ui-modules/rest-api-docs/package.json
index 54436ba..1c9f738 100644
--- a/ui-modules/rest-api-docs/package.json
+++ b/ui-modules/rest-api-docs/package.json
@@ -17,7 +17,7 @@
   ],
   "name": "brooklyn-ui-rest-api-docs",
   "versionBuildNote": "BROOKLYN_VERSION_BELOW this exists so scripts update this automatically",
-  "version": "1.0.0-SNAPSHOT",
+  "version": "1.0.0",
   "description": "Brooklyn UI :: Modules - REST API Docs",
   "repository": {
     "type": "git",
diff --git a/ui-modules/shared/config/build/webpack.config.js b/ui-modules/shared/config/build/webpack.config.js
index 9f77065..bd5c99a 100644
--- a/ui-modules/shared/config/build/webpack.config.js
+++ b/ui-modules/shared/config/build/webpack.config.js
@@ -170,7 +170,7 @@ const config = {
         new ExtractTextPlugin('[name].[chunkhash].css'),
         new webpack.optimize.OccurenceOrderPlugin(),
         new webpack.DefinePlugin({
-            __BROOKLYN_VERSION__: JSON.stringify(process.env.BROOKLYN_VERSION || '1.0.0-SNAPSHOT'),
+            __BROOKLYN_VERSION__: JSON.stringify(process.env.BROOKLYN_VERSION || '1.0.0'),
             __BUILD_NAME__: JSON.stringify(process.env.BUILD_NAME),
             __BUILD_VERSION__: JSON.stringify(process.env.BUILD_VERSION),
             __BUILD_BRANCH__: JSON.stringify(process.env.BUILD_BRANCH),
diff --git a/ui-modules/utils/package.json b/ui-modules/utils/package.json
index a6c65ec..d25b5ce 100644
--- a/ui-modules/utils/package.json
+++ b/ui-modules/utils/package.json
@@ -17,7 +17,7 @@
   ],
   "name": "brooklyn-ui-utils",
   "versionBuildNote": "BROOKLYN_VERSION_BELOW this exists so scripts update this automatically",
-  "version": "1.0.0-SNAPSHOT",
+  "version": "1.0.0",
   "description": "Brooklyn UI :: Modules - UI Utils",
   "repository": {
     "type": "git",