diff options
author | Dan Timoney <dtimoney@att.com> | 2021-09-13 19:17:28 -0400 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2021-09-13 23:22:41 +0000 |
commit | b4d3fd4f106115d23a73e7b5b0066e0791e8c39b (patch) | |
tree | c14c382cc7e761b3d6761b0ae8148c4a9193a015 /ms/blueprintsprocessor/modules/inbounds | |
parent | 604da714769cd4003cfe747cceb2187bcdfadd9b (diff) |
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 <dtimoney@att.com>
Change-Id: I5e9ac3b302f7b3c8a7ce8bc6f166f1a4c56af4f5
Diffstat (limited to 'ms/blueprintsprocessor/modules/inbounds')
-rwxr-xr-x | ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <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 --> |