From 5b4dccbc80f75332a3b77211642ded318f20c860 Mon Sep 17 00:00:00 2001 From: Simon Bernard Date: Wed, 13 Dec 2023 15:56:20 +0100 Subject: [PATCH] Fix more review comments --- .../src/site/apt/examples/toolchains.apt.vm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/maven-surefire-plugin/src/site/apt/examples/toolchains.apt.vm b/maven-surefire-plugin/src/site/apt/examples/toolchains.apt.vm index d86444e1c9..22c7ca0e58 100644 --- a/maven-surefire-plugin/src/site/apt/examples/toolchains.apt.vm +++ b/maven-surefire-plugin/src/site/apt/examples/toolchains.apt.vm @@ -55,7 +55,7 @@ Using Maven Toolchains with ${thisPlugin}. The above example assumes that your toolchains.xml contains a valid entry with these values. -* Minimal Java Versoin for Toolchains +* Minimal Java Version for Toolchains Unfortunately, the minimum version of Java that can be used as a toolchain is limited by the Surefire Booter requirement. @@ -66,10 +66,10 @@ Using Maven Toolchains with ${thisPlugin}. *---------------------------------------------+---------------------------+-------------------------+ | 3.0.0-M5 and lower | Java 7 | 51 | *---------------------------------------------+---------------------------+-------------------------+ -| To Be Completed | Java 6 | 50 | +| lower than 3.0.0-M1 | Java 6 | 50 | *---------------------------------------------+---------------------------+-------------------------+ - If you try to use an older version than minimal supported one, you should face something like: + If you try to use a version older than the minimum supported version, you should face something like: +---+ Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/surefire/booter/ForkedBooter : Unsupported major.minor version 52.0