From: adheli.tavares Date: Thu, 17 Aug 2023 21:09:58 +0000 (+0100) Subject: Java 17 / Spring 6 / Spring Boot 3 Upgrade X-Git-Tag: 3.0.1~6 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;ds=sidebyside;h=42c18ef1c6506e63151b55a96d90362da9fbda63;p=policy%2Fpap.git Java 17 / Spring 6 / Spring Boot 3 Upgrade Issue-ID: POLICY-4671 Change-Id: I664e5f62b1ad23619888af98589c04875b07f4d3 Signed-off-by: adheli.tavares --- diff --git a/main/pom.xml b/main/pom.xml index 636fce34..90ffdddd 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 org.onap.policy.pap policy-pap - 3.0.0-SNAPSHOT + 3.0.1-SNAPSHOT pap-packages @@ -36,7 +36,7 @@ The module for packaging the PAP component. - + true 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 diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index d6939221..c3de4153 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.pap pap-testsuites - 3.0.0-SNAPSHOT + 3.0.1-SNAPSHOT pap-performance diff --git a/testsuites/pom.xml b/testsuites/pom.xml index 7099a40a..d054d691 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -18,19 +18,20 @@ limitations under the License. ============LICENSE_END========================================================= --> - + 4.0.0 org.onap.policy.pap policy-pap - 3.0.0-SNAPSHOT + 3.0.1-SNAPSHOT pap-testsuites pom - + true diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index 94a30a13..7577ab2b 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.pap pap-testsuites - 3.0.0-SNAPSHOT + 3.0.1-SNAPSHOT pap-stability diff --git a/version.properties b/version.properties index 4ba0a9a8..3288dcdc 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ minor=3 minor=0 -patch=0 +patch=1 base_version=${major}.${minor}.${patch}