From 42c18ef1c6506e63151b55a96d90362da9fbda63 Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Thu, 17 Aug 2023 22:09:58 +0100 Subject: Java 17 / Spring 6 / Spring Boot 3 Upgrade Issue-ID: POLICY-4671 Change-Id: I664e5f62b1ad23619888af98589c04875b07f4d3 Signed-off-by: adheli.tavares --- pom.xml | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 20b9498d..438be554 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ ONAP Policy PAP ================================================================================ Copyright (C) 2017-2021 AT&T Intellectual Property. All rights reserved. - Copyright (C) 2019, 2021 Nordix Foundation. + Copyright (C) 2019, 2021, 2023 Nordix Foundation. Modifications Copyright (C) 2020 Bell Canada. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); @@ -21,19 +21,19 @@ --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 org.onap.policy.parent integration - 4.0.0-SNAPSHOT - + 4.0.1-SNAPSHOT + org.onap.policy.pap policy-pap - 3.0.0-SNAPSHOT + 3.0.1-SNAPSHOT pom @@ -41,8 +41,8 @@ Code that implements the Policy Administration Backend. - 2.0.0-SNAPSHOT - 3.0.0-SNAPSHOT + 2.0.1-SNAPSHOT + 3.0.1-SNAPSHOT @@ -51,14 +51,6 @@ testsuites - - - junit - junit - test - - - ecomp-site -- cgit 1.2.3-korg