From d3326e8fb482794c0c0dd69b65aa134c2d12b2a0 Mon Sep 17 00:00:00 2001 From: jansupol Date: Fri, 1 Apr 2022 15:22:13 +0200 Subject: [PATCH] Fix localization message for Helidon Signed-off-by: jansupol --- .../jersey/helidon/connector/localization.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/connectors/helidon-connector/src/main/resources/org/glassfish/jersey/helidon/connector/localization.properties b/connectors/helidon-connector/src/main/resources/org/glassfish/jersey/helidon/connector/localization.properties index 7b062886e5..fb56d5c4f9 100644 --- a/connectors/helidon-connector/src/main/resources/org/glassfish/jersey/helidon/connector/localization.properties +++ b/connectors/helidon-connector/src/main/resources/org/glassfish/jersey/helidon/connector/localization.properties @@ -1,5 +1,5 @@ # -# Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2020, 2022 Oracle and/or its affiliates. All rights reserved. # # This program and the accompanying materials are made available under the # terms of the Eclipse Public License v. 2.0, which is available at @@ -14,4 +14,4 @@ # SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 # -not.supported=Helidon connector is not supported on JDK version less than 11. \ No newline at end of file +not.supported=Helidon connector is not supported on JDK version less than 17. \ No newline at end of file