Skip to content

Commit

Permalink
Change version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncan Grant committed Jan 30, 2024
1 parent 7302b1a commit c8f7c58
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0-SNAPSHOT/xml/features
feature:repo-add mvn:org.apache.brooklyn.ui/brooklyn-ui-features/1.1.0/xml/features
feature:install brooklyn-ui
```
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down Expand Up @@ -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.1.0-SNAPSHOT</brooklyn.version><!-- BROOKLYN_VERSION -->
<brooklyn.version>1.1.0</brooklyn.version><!-- BROOKLYN_VERSION -->
<build.version>${revision}</build.version>
<build.name>Apache Brooklyn</build.name>
<buildnumber-maven-plugin.version>1.4</buildnumber-maven-plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion ui-modules/app-inspector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"name": "brooklyn-ui-app-inspector",
"versionBuildNote": "BROOKLYN_VERSION_BELOW this exists so scripts update this automatically",
"version": "1.1.0-SNAPSHOT",
"version": "1.1.0",
"description": "Brooklyn UI :: Modules - App inspector",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion ui-modules/blueprint-composer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"name": "brooklyn-ui-blueprint-composer",
"versionBuildNote": "BROOKLYN_VERSION_BELOW this exists so scripts update this automatically",
"version": "1.1.0-SNAPSHOT",
"version": "1.1.0",
"description": "Brooklyn UI :: Modules - Blueprint composer",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion ui-modules/blueprint-importer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"name": "brooklyn-ui-blueprint-importer",
"versionBuildNote": "BROOKLYN_VERSION_BELOW this exists so scripts update this automatically",
"version": "1.1.0-SNAPSHOT",
"version": "1.1.0",
"description": "Brooklyn UI :: Modules - Blueprint importer",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion ui-modules/catalog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"name": "brooklyn-ui-catalog",
"versionBuildNote": "BROOKLYN_VERSION_BELOW this exists so scripts update this automatically",
"version": "1.1.0-SNAPSHOT",
"version": "1.1.0",
"description": "Brooklyn UI :: Modules - Catalog",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion ui-modules/groovy-console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"name": "brooklyn-ui-groovy-console",
"versionBuildNote": "BROOKLYN_VERSION_BELOW this exists so scripts update this automatically",
"version": "1.1.0-SNAPSHOT",
"version": "1.1.0",
"description": "Brooklyn UI :: Modules - Groovy console",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion ui-modules/home/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"name": "brooklyn-ui-home",
"versionBuildNote": "BROOKLYN_VERSION_BELOW this exists so scripts update this automatically",
"version": "1.1.0-SNAPSHOT",
"version": "1.1.0",
"description": "Brooklyn UI :: Modules - Home",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion ui-modules/location-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"name": "brooklyn-ui-location-manager",
"versionBuildNote": "BROOKLYN_VERSION_BELOW this exists so scripts update this automatically",
"version": "1.1.0-SNAPSHOT",
"version": "1.1.0",
"description": "Brooklyn UI :: Modules - Location manager",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion ui-modules/login/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"name": "brooklyn-ui-login",
"versionBuildNote": "BROOKLYN_VERSION_BELOW this exists so scripts update this automatically",
"version": "1.1.0-SNAPSHOT",
"version": "1.1.0",
"description": "Brooklyn UI :: Modules - Login",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion ui-modules/logout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"name": "brooklyn-ui-logout",
"versionBuildNote": "BROOKLYN_VERSION_BELOW this exists so scripts update this automatically",
"version": "1.1.0-SNAPSHOT",
"version": "1.1.0",
"description": "Brooklyn UI :: Modules - Logout",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion ui-modules/rest-api-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"name": "brooklyn-ui-rest-api-docs",
"versionBuildNote": "BROOKLYN_VERSION_BELOW this exists so scripts update this automatically",
"version": "1.1.0-SNAPSHOT",
"version": "1.1.0",
"description": "Brooklyn UI :: Modules - REST API Docs",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion ui-modules/shared/config/build/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ const config = {
new ExtractTextPlugin('[name].[chunkhash].css'),
new webpack.optimize.OccurenceOrderPlugin(),
new webpack.DefinePlugin({
__BROOKLYN_VERSION__: JSON.stringify(process.env.BROOKLYN_VERSION || '1.1.0-SNAPSHOT'),
__BROOKLYN_VERSION__: JSON.stringify(process.env.BROOKLYN_VERSION || '1.1.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),
Expand Down
2 changes: 1 addition & 1 deletion ui-modules/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"name": "brooklyn-ui-utils",
"versionBuildNote": "BROOKLYN_VERSION_BELOW this exists so scripts update this automatically",
"version": "1.1.0-SNAPSHOT",
"version": "1.1.0",
"description": "Brooklyn UI :: Modules - UI Utils",
"repository": {
"type": "git",
Expand Down

0 comments on commit c8f7c58

Please sign in to comment.