From 38b1e177214701f33c30f4e9ccc099fe96029a32 Mon Sep 17 00:00:00 2001 From: alitokmen Date: Sun, 4 Feb 2024 15:00:35 +0100 Subject: [PATCH] Se default Jetty version when no container defined in the Maven 3 plugin back to Jetty 9.x, as that's the highest Jetty version supporting Java 8 --- cargo/Maven+3+Plugin+Reference+Guide.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cargo/Maven+3+Plugin+Reference+Guide.html b/cargo/Maven+3+Plugin+Reference+Guide.html index 61246abf3..7602aa916 100644 --- a/cargo/Maven+3+Plugin+Reference+Guide.html +++ b/cargo/Maven+3+Plugin+Reference+Guide.html @@ -327,7 +327,7 @@

Reference Guide

👎

-

Defaults to a Jetty 10.x installed local container if not specified

+

Defaults to a Jetty 9.x installed local container if not specified

@@ -551,7 +551,7 @@

Reference Guide

👎

-

jetty10x

+

jetty9x

@@ -649,7 +649,7 @@

Reference Guide

👎

-

Default value is installed unless the <containerId> has not been specified, in which case the default is to use the Jetty 10.x installed local container.

+

Default value is installed unless the <containerId> has not been specified, in which case the default is to use the Jetty 9.x installed local container.