Fix version 23/124123/2
authorDan Timoney <dtimoney@att.com>
Mon, 13 Sep 2021 23:17:28 +0000 (19:17 -0400)
committerKAPIL SINGAL <ks220y@att.com>
Mon, 13 Sep 2021 23:22:41 +0000 (23:22 +0000)
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 <dtimoney@att.com>
Change-Id: I5e9ac3b302f7b3c8a7ce8bc6f166f1a4c56af4f5

ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml

index d7d0a0f..ccf54c8 100755 (executable)
@@ -56,7 +56,7 @@
         <dependency>
            <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
            <artifactId>blueprint-audit-status</artifactId>
-           <version>1.2.0-SNAPSHOT</version>
+           <version>${project.version}</version>
         </dependency>
 
         <!-- For spring-kafka -->