diff options
author | Dan Timoney <dtimoney@att.com> | 2020-12-07 12:23:05 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-12-07 12:23:05 -0500 |
commit | be5662d19f464ab6e0c79c348e893a35ce780aea (patch) | |
tree | 8b1c499b9b6cd70e1eb7aa154ac870589bc642cd /northbound/lcm | |
parent | b7048faf040499c15f868b40566edc71ba753c7e (diff) |
Remove references to indivdual repo version properties
Updated combined ccsdl/sli repo to replace references to old
repo versions (e.g. ccsdk.sli.core.version) with build-in
maven property project.version.
Issue-ID: CCSDK-3009
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I89c42dd571781f9bd8f9b463f53298519f61b96f
Diffstat (limited to 'northbound/lcm')
-rwxr-xr-x | northbound/lcm/model/pom.xml | 4 | ||||
-rwxr-xr-x | northbound/lcm/provider/pom.xml | 8 |
2 files changed, 2 insertions, 10 deletions
diff --git a/northbound/lcm/model/pom.xml b/northbound/lcm/model/pom.xml index f467200e0..c86b9caff 100755 --- a/northbound/lcm/model/pom.xml +++ b/northbound/lcm/model/pom.xml @@ -16,10 +16,6 @@ <name>ccsdk-sli-northbound :: lcm :: ${project.artifactId}</name> - <properties> - <ccsdk.sli.northbound.version>${project.version}</ccsdk.sli.northbound.version> - </properties> - <dependencies> <dependency> diff --git a/northbound/lcm/provider/pom.xml b/northbound/lcm/provider/pom.xml index 9f7aae85c..0414f8f2f 100755 --- a/northbound/lcm/provider/pom.xml +++ b/northbound/lcm/provider/pom.xml @@ -16,16 +16,12 @@ <name>ccsdk-sli-northbound :: lcm :: ${project.artifactId}</name> - <properties> - <ccsdk.sli.northbound.version>${project.version}</ccsdk.sli.northbound.version> - </properties> - <dependencyManagement> <dependencies> <dependency> <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>sli-core-artifacts</artifactId> - <version>${ccsdk.sli.core.version}</version> + <version>${project.version}</version> <type>pom</type> <scope>import</scope> </dependency> @@ -62,7 +58,7 @@ <dependency> <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>sli-provider-base</artifactId> - <version>${ccsdk.sli.core.version}</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.opendaylight.controller</groupId> |