aboutsummaryrefslogtreecommitdiffstats
path: root/blueprints-processor/adaptors
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2019-11-21 10:03:30 -0500
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-11-21 10:03:30 -0500
commit03c25f06baef3d96cf888363dc26b09695337c8e (patch)
tree2fa9dce66a8c2eefbed032acb065d80cb0b42f12 /blueprints-processor/adaptors
parenta1629ed63b9ed13e2848d29cd3f53b102e73dd1a (diff)
Override sli core version
Override ccsdk.sli.core.version with project.version to allow snapshot builds to use snapshot version of sli core Change-Id: I58e5aa4c3c11c46f0794be4fe877aa4a48579709 Issue-ID: CCSDK-1944 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'blueprints-processor/adaptors')
-rw-r--r--blueprints-processor/adaptors/data-adaptor-provider/pom.xml4
1 files changed, 4 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>