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 --- plugins/features/ccsdk-sshapi-call-node/pom.xml | 2 +- plugins/grToolkit/provider/pom.xml | 6 +++--- plugins/properties-node/provider/pom.xml | 2 +- plugins/restapi-call-node/provider/pom.xml | 2 +- plugins/restconf-client/provider/pom.xml | 2 +- plugins/sshapi-call-node/provider/pom.xml | 2 +- plugins/template-node/provider/pom.xml | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) (limited to 'plugins') diff --git a/plugins/features/ccsdk-sshapi-call-node/pom.xml b/plugins/features/ccsdk-sshapi-call-node/pom.xml index 2e0436cf2..1ac638b54 100644 --- a/plugins/features/ccsdk-sshapi-call-node/pom.xml +++ b/plugins/features/ccsdk-sshapi-call-node/pom.xml @@ -22,7 +22,7 @@ org.onap.ccsdk.sli.core ccsdk-sli - ${ccsdk.sli.core.version} + ${project.version} xml features diff --git a/plugins/grToolkit/provider/pom.xml b/plugins/grToolkit/provider/pom.xml index 035d6830a..4a3654e09 100755 --- a/plugins/grToolkit/provider/pom.xml +++ b/plugins/grToolkit/provider/pom.xml @@ -29,19 +29,19 @@ org.onap.ccsdk.sli.core dblib-provider - ${ccsdk.sli.core.version} + ${project.version} provided org.onap.ccsdk.sli.core sli-common - ${ccsdk.sli.core.version} + ${project.version} provided org.onap.ccsdk.sli.core sli-provider - ${ccsdk.sli.core.version} + ${project.version} provided diff --git a/plugins/properties-node/provider/pom.xml b/plugins/properties-node/provider/pom.xml index 8f0b80551..30b00f762 100755 --- a/plugins/properties-node/provider/pom.xml +++ b/plugins/properties-node/provider/pom.xml @@ -20,7 +20,7 @@ org.onap.ccsdk.sli.core sli-core-artifacts - ${ccsdk.sli.core.version} + ${project.version} pom import diff --git a/plugins/restapi-call-node/provider/pom.xml b/plugins/restapi-call-node/provider/pom.xml index 750915ca3..2e9152060 100755 --- a/plugins/restapi-call-node/provider/pom.xml +++ b/plugins/restapi-call-node/provider/pom.xml @@ -20,7 +20,7 @@ org.onap.ccsdk.sli.core sli-core-artifacts - ${ccsdk.sli.core.version} + ${project.version} pom import diff --git a/plugins/restconf-client/provider/pom.xml b/plugins/restconf-client/provider/pom.xml index 990b68cb2..0baac7d44 100755 --- a/plugins/restconf-client/provider/pom.xml +++ b/plugins/restconf-client/provider/pom.xml @@ -20,7 +20,7 @@ org.onap.ccsdk.sli.core sli-core-artifacts - ${ccsdk.sli.core.version} + ${project.version} pom import diff --git a/plugins/sshapi-call-node/provider/pom.xml b/plugins/sshapi-call-node/provider/pom.xml index df234194e..0717bd119 100755 --- a/plugins/sshapi-call-node/provider/pom.xml +++ b/plugins/sshapi-call-node/provider/pom.xml @@ -21,7 +21,7 @@ org.onap.ccsdk.sli.core sli-core-artifacts - ${ccsdk.sli.core.version} + ${project.version} pom import diff --git a/plugins/template-node/provider/pom.xml b/plugins/template-node/provider/pom.xml index d71781752..883ab7cbb 100644 --- a/plugins/template-node/provider/pom.xml +++ b/plugins/template-node/provider/pom.xml @@ -20,7 +20,7 @@ org.onap.ccsdk.sli.core sli-core-artifacts - ${ccsdk.sli.core.version} + ${project.version} pom import -- cgit 1.2.3-korg