X-Git-Url: https://gerrit.onap.org/r/gitweb?p=cps.git;a=blobdiff_plain;f=cps-parent%2Fpom.xml;h=643d2cc63f0f7fadf1569d93b45f1562fe26b265;hp=913120dc68edf657ae1b025c4c9e842a6af7b876;hb=HEAD;hpb=efd255d61b0414d9cd44267779d144b78d1eb294 diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml old mode 100755 new mode 100644 index 913120dc6..594aa1f0f --- a/cps-parent/pom.xml +++ b/cps-parent/pom.xml @@ -3,7 +3,7 @@ ============LICENSE_START======================================================= Copyright (c) 2021 Pantheon.tech. Modifications Copyright (C) 2021 Bell Canada. - Modifications Copyright (C) 2021-2023 Nordix Foundation. + Modifications Copyright (C) 2021-2024 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -32,13 +32,13 @@ org.onap.cps cps-parent - 3.3.4-SNAPSHOT + 3.5.0-SNAPSHOT pom org.onap.cps.Application 17 - 0.97 + 1.00 42.5.1 ${project.reporting.outputDirectory}/jacoco-aggregate @@ -46,6 +46,7 @@ ../jacoco-report/target/site/jacoco-aggregate/jacoco.xml ${project.basedir}/.. + 17 @@ -117,7 +118,7 @@ org.springframework.boot spring-boot-maven-plugin - 2.6.4 + 3.2.4 @@ -158,7 +159,7 @@ com.github.spotbugs spotbugs - 4.2.0 + 4.2.3 ${project.groupId} @@ -169,7 +170,7 @@ org.slf4j slf4j-simple - 1.8.0-beta4 + 2.0.6 @@ -214,7 +215,7 @@ org.jsonschema2pojo jsonschema2pojo-maven-plugin - 1.1.1 + 1.2.1 ${java.version} @@ -232,10 +233,7 @@ org.apache.maven.plugins maven-compiler-plugin - - ${java.version} - ${java.version} - + 3.11.0 org.apache.maven.plugins @@ -341,7 +339,10 @@ **/*Test.java - **/IT*.java + + **/*PerfTest.java org/onap/cps/event/model/* org/onap/cps/rest/model/* org/onap/cps/cpspath/parser/antlr4/* org/onap/cps/ncmp/rest/model/* + org/onap/cps/**/*MapperImpl.class + org/onap/cps/ncmp/rest/stub/*