From 74b86930a8460b176d5b1cc83cfa1b89273cc0c6 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Fri, 24 Jul 2026 11:20:01 +0200 Subject: [PATCH] document the various branches Signed-off-by: Tim Meusel --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c0e65181..25bb7183 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,12 @@ A library for creating and interacting with a pool of JRuby instances in Clojure. +## Branching + +* The [6.x](https://github.com/OpenVoxProject/jruby-utils/tree/6.x) branch uses JRuby 10.0.6 - MRI 3.4 compatible (OpenVox Server 9 beta packages) +* The [5.x](https://github.com/OpenVoxProject/jruby-utils/tree/5.x) branch uses JRuby 9.4 - MRI 3.1 compatible (OpenVox Server 8) +* The [4.x](https://github.com/OpenVoxProject/jruby-utils/tree/4.x) branch uses JRuby 9.3 - MRI 2.6 compatible (OpenVox Server 7) + ## Usage This is a brief overview of the functionality of this library; TODO add more docs.