summaryrefslogtreecommitdiffstats
path: root/sshapi-call-node
diff options
context:
space:
mode:
Diffstat (limited to 'sshapi-call-node')
-rw-r--r--sshapi-call-node/features/ccsdk-sshapi-call-node/pom.xml4
-rwxr-xr-xsshapi-call-node/provider/pom.xml3
2 files changed, 7 insertions, 0 deletions
diff --git a/sshapi-call-node/features/ccsdk-sshapi-call-node/pom.xml b/sshapi-call-node/features/ccsdk-sshapi-call-node/pom.xml
index d16c6ff3..6dfe1399 100644
--- a/sshapi-call-node/features/ccsdk-sshapi-call-node/pom.xml
+++ b/sshapi-call-node/features/ccsdk-sshapi-call-node/pom.xml
@@ -19,6 +19,10 @@
<!--
+ <properties>
+ <ccsdk.sli.core.version>${project.version}</ccsdk.sli.core.version>
+ </properties>
+
<dependencies>
<dependency>
diff --git a/sshapi-call-node/provider/pom.xml b/sshapi-call-node/provider/pom.xml
index 641e9af1..df8343ff 100755
--- a/sshapi-call-node/provider/pom.xml
+++ b/sshapi-call-node/provider/pom.xml
@@ -15,6 +15,9 @@
<name>ccsdk-sli-plugins :: sshapi-call-node :: ${project.artifactId}</name>
+ <properties>
+ <ccsdk.sli.core.version>${project.version}</ccsdk.sli.core.version>
+ </properties>
<dependencyManagement>
<dependencies>