This is an automated email from the ASF dual-hosted git repository. szetszwo pushed a commit to branch asf-site-source in repository https://gitbox.apache.org/repos/asf/ratis.git
commit d6ac3051e22d41ab78748b49a0dc2cf0292fe8a8 Author: Tsz-Wo Nicholas Sze <[email protected]> AuthorDate: Fri Jan 17 11:35:22 2025 -0800 Revert "update website after 3.1.3 release (#1211)" for fixing commit message. This reverts commit 0adce4f68fca3175cf079e55ae5679862d7c0078. --- content/post/3.1.2.md | 2 +- content/post/3.1.3.md | 24 ------------------------ 2 files changed, 1 insertion(+), 25 deletions(-) diff --git a/content/post/3.1.2.md b/content/post/3.1.2.md index 8efda4103..1c844f509 100644 --- a/content/post/3.1.2.md +++ b/content/post/3.1.2.md @@ -2,7 +2,7 @@ title: Release 3.1.2 is available date: 2024-11-13 type: release -linked: false +linked: true --- <!--- Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/content/post/3.1.3.md b/content/post/3.1.3.md deleted file mode 100644 index 02f9da89c..000000000 --- a/content/post/3.1.3.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Release 3.1.3 is available -date: 2025-01-16 -type: release -linked: true ---- -<!--- - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. See accompanying LICENSE file. ---> - -[Download](https://ratis.apache.org/downloads.html) - -This is a maintenance release with multiple improvements and bugfixes. -See the [changes between 3.1.2 and 3.1.3](https://github.com/apache/ratis/compare/ratis-3.1.2...ratis-3.1.3) releases. - -It has been tested with [Apache Ozone](https://ozone.apache.org), [Apache IoTDB](https://iotdb.apache.org). \ No newline at end of file
