From be5662d19f464ab6e0c79c348e893a35ce780aea Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Mon, 7 Dec 2020 12:23:05 -0500 Subject: 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 Change-Id: I89c42dd571781f9bd8f9b463f53298519f61b96f --- northbound/asdcApi/model/pom.xml | 4 ---- northbound/asdcApi/pom.xml | 3 --- northbound/asdcApi/provider/pom.xml | 6 +----- 3 files changed, 1 insertion(+), 12 deletions(-) (limited to 'northbound/asdcApi') diff --git a/northbound/asdcApi/model/pom.xml b/northbound/asdcApi/model/pom.xml index ede2bca16..a31cd3079 100755 --- a/northbound/asdcApi/model/pom.xml +++ b/northbound/asdcApi/model/pom.xml @@ -16,10 +16,6 @@ ccsdk-sli-northbound :: asdcApi :: ${project.artifactId} - - ${project.version} - - diff --git a/northbound/asdcApi/pom.xml b/northbound/asdcApi/pom.xml index 203946e2e..9dfe29782 100755 --- a/northbound/asdcApi/pom.xml +++ b/northbound/asdcApi/pom.xml @@ -22,7 +22,4 @@ installer - - ${project.version} - diff --git a/northbound/asdcApi/provider/pom.xml b/northbound/asdcApi/provider/pom.xml index c267fc0c4..a308ff5a1 100755 --- a/northbound/asdcApi/provider/pom.xml +++ b/northbound/asdcApi/provider/pom.xml @@ -16,16 +16,12 @@ ccsdk-sli-northbound :: asdcApi :: ${project.artifactId} - - ${project.version} - - org.onap.ccsdk.sli.core sli-core-artifacts - ${ccsdk.sli.core.version} + ${project.version} pom import -- cgit 1.2.3-korg