diff options
author | Dan Timoney <dtimoney@att.com> | 2020-01-24 10:46:31 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-01-24 15:49:04 -0500 |
commit | 34dd821ac8648aeebee99abf066ca2ab24f170ee (patch) | |
tree | 6f4aae4fe0dbf79ba02152095d6a16ce575e0ae4 /ms/blueprintsprocessor | |
parent | 95000d792e2e5001c7f566b0dedff997dc649ab8 (diff) |
Use released version 1.5.1 of CCSDK parent poms
Use released version 1.5.1 of CCSDK parent poms
Change-Id: I3644ef502540210e873a3f93ab4b1990c0bd92af
Issue-ID: CCSDK-1963
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'ms/blueprintsprocessor')
-rwxr-xr-x | ms/blueprintsprocessor/parent/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ms/blueprintsprocessor/parent/pom.xml b/ms/blueprintsprocessor/parent/pom.xml index d8266278c..403689c23 100755 --- a/ms/blueprintsprocessor/parent/pom.xml +++ b/ms/blueprintsprocessor/parent/pom.xml @@ -33,6 +33,8 @@ <properties> <sli.version>${ccsdk.sli.core.version}</sli.version> + <!-- Override CDS version from parent to be project.version --> + <ccsdk.cds.version>${project.version}</ccsdk.cds.version> <dmaap.client.version>1.1.5</dmaap.client.version> <nats.version>2.6.6</nats.version> <nats.streaming.version>2.2.3</nats.streaming.version> |