aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2019-03-01 10:17:18 -0500
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-03-01 10:17:18 -0500
commitfec6506a99bbb8ec345e8255499158ec837f5797 (patch)
treeefcde747abaf094614b2f872dc70c6bfc97239fb
parentf6c167f57c442548e629295760dc35c8b1020f92 (diff)
Fix sliPlugins versioncasablanca
Version should be .sli.core.version, not .version Change-Id: Ife68087c6834be1c2518bfd517970abfa56f9a6d Issue-ID: CCSDK-1114 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
-rw-r--r--netbox-client/provider/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/netbox-client/provider/pom.xml b/netbox-client/provider/pom.xml
index 405817c5..7ac8e598 100644
--- a/netbox-client/provider/pom.xml
+++ b/netbox-client/provider/pom.xml
@@ -62,7 +62,7 @@
<dependency>
<groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>sliPluginUtils-provider</artifactId>
- <version>${project.version}</version>
+ <version>${ccsdk.sli.core.version}</version>
<scope>compile</scope>
</dependency>