X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=models-sim%2Fpolicy-models-simulators%2Fpom.xml;h=e6af84133dab16a43e825ed7c0e2fba2bad399c4;hb=f13e04fc8ebf4e0b97ac3561fc5950025dda6061;hp=c316728db9ad9faf7515a945326f7be00e9f58c0;hpb=e14fac54dcf863381a8ac7f5a361f57eeba98c8c;p=policy%2Fmodels.git diff --git a/models-sim/policy-models-simulators/pom.xml b/models-sim/policy-models-simulators/pom.xml index c316728db..e6af84133 100644 --- a/models-sim/policy-models-simulators/pom.xml +++ b/models-sim/policy-models-simulators/pom.xml @@ -2,7 +2,8 @@ ============LICENSE_START======================================================= ONAP ================================================================================ - Copyright (C) 2020 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2020-2021 AT&T Intellectual Property. All rights reserved. + Modifications Copyright (C) 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. @@ -21,13 +22,13 @@ --> + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + 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.models.sim policy-models-sim - 2.3.0-SNAPSHOT + 3.1.1-SNAPSHOT policy-models-simulators @@ -41,58 +42,5 @@ simulators ${project.version} - - junit - junit - test - - - org.powermock - powermock-api-mockito2 - test - - - - - - - src/main/resources - true - - **/version.txt - - - - src/main/resources - false - - **/version.txt - - - - - - - org.apache.maven.plugins - maven-assembly-plugin - - - generate-complete-tar - package - - single - - - - src/main/package/tarball/assembly.xml - - ${project.artifactId}-${project.version} - - - - - - -