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

jcabrerizo pushed a commit to branch update-stable-version-1.1.0
in repository https://gitbox.apache.org/repos/asf/brooklyn-docs.git

commit 5718bf79acd9ff5581658e04cd7d6dd8d2ba62a0
Author: Juan Cabrerizo <[email protected]>
AuthorDate: Fri Apr 11 10:02:54 2025 +0200

    Update stable version to 1.1.0
---
 Gemfile.lock |  1 +
 README.md    |  5 +++--
 _config.yml  | 12 ++++++------
 3 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/Gemfile.lock b/Gemfile.lock
index 05f8099a..947e22aa 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -89,6 +89,7 @@ GEM
 
 PLATFORMS
   arm64-darwin-21
+  arm64-darwin-23
 
 DEPENDENCIES
   html-proofer
diff --git a/README.md b/README.md
index f53e7435..f9971cef 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,8 @@ this project is (where this file is located).
 RVM should detect its configuration inside `Gemfile` and try to configure 
itself. 
 Most likely it will report that the required version of Ruby is not installed,
 and it will show the command that you need to run to install the correct 
version. 
-Follow the instructions it shows, typically something like `rvm get master && 
rvm install 3.0.1`.
+Follow the instructions it shows, typically something like `rvm get master && 
rvm install 3.1.2` 
+(confirm version on [Gemfile](./Gemfile)).
 
 Once the correct version of Ruby is installed, change to your home directory
 and then change back (`cd ~ ; cd -`).
@@ -266,7 +267,7 @@ you've done that these commands might be useful:
 
 Then check in the changes (probably picking a better message than shown here):
 
-    svn ci -m 'Update Brooklyn website'
+    svn ci -m 'FIX: removing Google analytics and fix blocked deps'
 
 The changes should become live within a few minutes.
 
diff --git a/_config.yml b/_config.yml
index 4f93f65e..fe15b2f8 100644
--- a/_config.yml
+++ b/_config.yml
@@ -37,7 +37,7 @@ path:
   guide: /guide
   website: /website
   v: /v
-  
+
 # Use local copies of dependencies in dev build (switched to remote using URLs 
for prod build)
 dependency_mode: local
 dependency_urls:
@@ -57,14 +57,14 @@ sass:
     style: compressed
 
 # TODO the 0.12.0 paths must be changed!
-brooklyn-stable-version: 0.12.0
+brooklyn-stable-version: 1.1.0
 pdf-default-base-url: http://brooklyn.apache.org
-pdf-default-versioned-url-subpath: /v/0.12.0
+pdf-default-versioned-url-subpath: /v/1.1.0
 
-pdf-rewrite-prefixes: 
-    '/guide' : '/v/0.12.0'
+pdf-rewrite-prefixes:
+    '/guide' : '/v/1.1.0'
     '/website' : ''
-    
+
 brooklyn-version: 1.2.0-SNAPSHOT # BROOKLYN_VERSION brooklyn-docs-version
 brooklyn-snapshot-git-branch: master   # if line above is SNAPSHOT this should 
point to corresponding git branch (e.g. master, 0.4)
 

Reply via email to