From 7a02c6f78b21b85b60855d6e96926217f4cc373a Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Mon, 10 Feb 2025 11:57:37 +0000 Subject: Uplift jetty to version 12.x.y Issue-ID: POLICY-5254 Change-Id: I6575b8feb2a87f2861627fc19a36e4cb2db8f8dd Signed-off-by: adheli.tavares --- pom.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index c65e1174..d5faf38c 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. Modifications Copyright (C) 2020-2021 AT&T. All rights reserved. - Modifications Copyright (C) 2021, 2024 Nordix Foundation. + Modifications Copyright (C) 2021, 2024-2025 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -28,6 +28,7 @@ pom + 17 UTF-8 UTF-8 /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} @@ -90,6 +91,17 @@ + + + org.apache.maven.plugins + maven-compiler-plugin + 3.11.0 + + ${project.build.sourceEncoding} + ${maven.compiler.release} + + + -- cgit