From 03c25f06baef3d96cf888363dc26b09695337c8e Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Thu, 21 Nov 2019 10:03:30 -0500 Subject: 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) --- blueprints-processor/adaptors/data-adaptor-provider/pom.xml | 4 ++++ blueprints-processor/features/ccsdk-blueprints-processor/pom.xml | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'blueprints-processor') 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 @@ Blueprints Data Adaptor - Provider http://maven.apache.org + + ${project.version} + + 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 @@ Blueprints Processor :: Features :: ${project.artifactId} + + ${project.version} + + org.opendaylight.controller -- cgit