This is an automated email from the ASF dual-hosted git repository.
rdhabalia pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/master by this push:
new cd09701 [bookkeeper-site] fix latest version of bookkeeper website
cd09701 is described below
commit cd0970101306a2c031506ea9cea402803639e806
Author: Rajan Dhabalia <[email protected]>
AuthorDate: Sun Jul 12 15:26:31 2020 -0700
[bookkeeper-site] fix latest version of bookkeeper website
### Motivation
After generating website using
[script](http://bookkeeper.apache.org/community/release_guide/#update-website),
it seems somhow it has updated site with incorrect version. I still have to
find out where was the issue while generating the website. But fixing it for
now to correct the version on website.
Reviewers: Enrico Olivelli <[email protected]>
This closes #2372 from rdhabalia/fix_site
---
site/_config.yml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/site/_config.yml b/site/_config.yml
index 2611a83..0e46b0f 100644
--- a/site/_config.yml
+++ b/site/_config.yml
@@ -8,7 +8,6 @@ destination: local-generated
twitter_url: https://twitter.com/asfbookkeeper
versions:
-- "4.11.1"
- "4.11.0"
- "4.10.0"
- "4.9.2"
@@ -40,7 +39,7 @@ archived_versions:
- "4.1.0"
- "4.0.0"
latest_version: "4.12.0-SNAPSHOT"
-latest_release: "4.11.1"
+latest_release: "4.11.0"
stable_release: "4.9.2"
eol_releases:
- "4.7.3"