From b4d3fd4f106115d23a73e7b5b0066e0791e8c39b Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Mon, 13 Sep 2021 19:17:28 -0400 Subject: 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 --- ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ms') 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} -- cgit 1.2.3-korg