Skip to content

Commit

Permalink
[hbase] Fix releases order (#4304)
Browse files Browse the repository at this point in the history
1.7 was released after 2.2. Relates to #3961.
  • Loading branch information
marcwrobel committed Dec 15, 2023
1 parent 46eb249 commit 7d1feee
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions products/hbase.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,19 @@ releases:
latest: "2.3.7"
latestReleaseDate: 2021-10-19

- releaseCycle: "2.2"
releaseDate: 2019-07-25
eol: 2021-04-19
latest: "2.2.7"
latestReleaseDate: 2021-04-19

- releaseCycle: "1.7"
releaseDate: 2021-06-12
eol: 2022-08-09
link: https://github.com/apache/hbase/blob/rel/__LATEST__/CHANGES.txt
latest: "1.7.2"
latestReleaseDate: 2022-08-09

- releaseCycle: "2.2"
releaseDate: 2019-07-25
eol: 2021-04-19
latest: "2.2.7"
latestReleaseDate: 2021-04-19

---

> [Apache HBase](https://hbase.apache.org/) is an open-source non-relational distributed database
Expand Down

0 comments on commit 7d1feee

Please sign in to comment.