diff options
author | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2022-07-15 11:35:37 +0200 |
---|---|---|
committer | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2022-07-25 09:53:33 +0200 |
commit | 32563249ea8a984244dc4059438db275169cad39 (patch) | |
tree | 0295046c2a82d8d045e00e2935712106474c7003 /standardization/moher-api/healthstate/pom.xml | |
parent | b85a81257af612d836f5a897ee07a1a7d3e71999 (diff) |
Fix environment variable substitution for complex cases
Issue-ID: DCAEGEN2-3223
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Change-Id: I9cfb612f0cabf6a2c96ccc4c80493885c02549fe
Diffstat (limited to 'standardization/moher-api/healthstate/pom.xml')
-rw-r--r-- | standardization/moher-api/healthstate/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standardization/moher-api/healthstate/pom.xml b/standardization/moher-api/healthstate/pom.xml index 578e7506..19ae0a6a 100644 --- a/standardization/moher-api/healthstate/pom.xml +++ b/standardization/moher-api/healthstate/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>dcaegen2-sdk-moher-api</artifactId> <groupId>org.onap.dcaegen2.services.sdk</groupId> - <version>1.8.8-SNAPSHOT</version> + <version>1.8.9-SNAPSHOT</version> </parent> <name>Monitoring and Healthcheck :: Health state</name> |