From bc3317510885a47251ddf59df4e680b19943c1a0 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Mon, 8 Feb 2021 16:56:22 +0300 Subject: [PATCH] Update CONTRIBUTING.md --- .github/CONTRIBUTING.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 3861dfb15..3d854d750 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -10,11 +10,6 @@ Have at least a local copy of built redis, for more information see [tutorial](h Note that redis shouldn't be running - the build will start instances as needed. - -## Choosing the building branch -Prior to the build, you may need to change branch depending on which version of Redisson you want to build. Currently master branch is for version 2.x whereas 3.0.0 branch is for 3.x branch. Version 2.x requies Java SDK 6 and above and version 3.x requires Java SDK 8 and above to build. - - ## Running the tests ``` bash