From: Dan Timoney Date: Mon, 13 Sep 2021 23:17:28 +0000 (-0400) Subject: Fix version X-Git-Tag: 1.2.0~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F23%2F124123%2F2;p=ccsdk%2Fcds.git Fix version Should use project.version property for internal references, not hard-coded value. Otherwise, staging and docker builds break. Issue-ID: CCSDK-3460 Signed-off-by: Dan Timoney Change-Id: I5e9ac3b302f7b3c8a7ce8bc6f166f1a4c56af4f5 --- diff --git a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml index d7d0a0ffb..ccf54c8fc 100755 --- a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml @@ -56,7 +56,7 @@ org.onap.ccsdk.cds.blueprintsprocessor.functions blueprint-audit-status - 1.2.0-SNAPSHOT + ${project.version}