This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-site.git
The following commit(s) were added to refs/heads/master by this push:
new a1d872e75 reformatting the java version table
a1d872e75 is described below
commit a1d872e7538fd4ef7371512889096146231d7218
Author: emmanuel lecharny <[email protected]>
AuthorDate: Mon Apr 27 09:25:11 2026 +0200
reformatting the java version table
---
source/mina-project/developer-guide.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/source/mina-project/developer-guide.md
b/source/mina-project/developer-guide.md
index 3cb95fadf..1560adc0f 100644
--- a/source/mina-project/developer-guide.md
+++ b/source/mina-project/developer-guide.md
@@ -23,9 +23,9 @@ Here are the Java version required for each branch. The Maven
*pom.xml* has been
|Banche|Build Java required version |
|---|---|
-| [2.0.X] Java 1.8 |
-| [2.1.X] Java 1.8 |
-| [2.2.X] Java 17 or higher |
+| [2.0.X] | Java 1.8 |
+| [2.1.X] | Java 1.8 |
+| [2.2.X] | Java 17 or higher |
The following example shows how to build the current stable branch (2.2.X).