X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cps-parent%2Fpom.xml;h=be62a4c5de8c7054774ab672e977e6530e44c3c9;hb=d43e45982198017702349a1ff3aba11b91d3215d;hp=a51d6943a3357b661057230fa04c373b963d2eec;hpb=ccba6b538ddd95ec39d88a53fda62fd9047c92c8;p=cps.git diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml index a51d6943a..be62a4c5d 100755 --- 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 Nordix Foundation. + Modifications Copyright (C) 2021-2023 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,20 +32,47 @@ org.onap.cps cps-parent - 2.1.0-SNAPSHOT + 3.3.3-SNAPSHOT pom org.onap.cps.Application 11 0.97 + 42.5.1 ${project.reporting.outputDirectory}/jacoco-aggregate ../jacoco-report/target/site/jacoco-aggregate/jacoco.xml + ${project.basedir}/.. + + + Windows + + + Windows + + + + python + + + + unix + + + unix + + + + python3 + + + + @@ -90,7 +117,7 @@ org.springframework.boot spring-boot-maven-plugin - 2.3.3.RELEASE + 2.6.4 @@ -109,7 +136,6 @@ io.swagger.codegen.v3 swagger-codegen-maven-plugin - 3.0.27 openapi-yaml-gen @@ -277,7 +303,7 @@ org.onap.oparent checkstyle - 3.1.0 + 3.2.0 ${project.groupId} @@ -377,6 +403,30 @@ org.sonarsource.scanner.maven sonar-maven-plugin + + org.codehaus.mojo + exec-maven-plugin + 1.6.0 + + + generate-csv + prepare-package + + exec + + + + + ${script.executor} + ${parent.directory}/cps-ri/src/main/resources/ + + yangResourceCsvGenerator.py + dmi-registry@2021-12-13 + dmi-registry@2022-02-10 + dmi-registry@2022-05-10 + + +