summaryrefslogtreecommitdiffstats
path: root/blueprints-processor
diff options
context:
space:
mode:
Diffstat (limited to 'blueprints-processor')
-rw-r--r--blueprints-processor/adaptors/data-adaptor-provider/pom.xml4
-rw-r--r--blueprints-processor/features/ccsdk-blueprints-processor/pom.xml4
2 files changed, 8 insertions, 0 deletions
diff --git a/blueprints-processor/adaptors/data-adaptor-provider/pom.xml b/blueprints-processor/adaptors/data-adaptor-provider/pom.xml
index 1c01cf9f8..4a24883f0 100644
--- a/blueprints-processor/adaptors/data-adaptor-provider/pom.xml
+++ b/blueprints-processor/adaptors/data-adaptor-provider/pom.xml
@@ -24,6 +24,10 @@
<name>Blueprints Data Adaptor - Provider</name>
<url>http://maven.apache.org</url>
+ <properties>
+ <ccsdk.sli.core.version>${project.version}</ccsdk.sli.core.version>
+ </properties>
+
<dependencyManagement>
<dependencies>
<dependency>
diff --git a/blueprints-processor/features/ccsdk-blueprints-processor/pom.xml b/blueprints-processor/features/ccsdk-blueprints-processor/pom.xml
index f4ec76bbc..7cc5442db 100644
--- a/blueprints-processor/features/ccsdk-blueprints-processor/pom.xml
+++ b/blueprints-processor/features/ccsdk-blueprints-processor/pom.xml
@@ -32,6 +32,10 @@
<name>Blueprints Processor :: Features :: ${project.artifactId}</name>
+ <properties>
+ <ccsdk.sli.core.version>${project.version}</ccsdk.sli.core.version>
+ </properties>
+
<dependencies>
<dependency>
<groupId>org.opendaylight.controller</groupId>