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 /rest-services/http-client | |
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 'rest-services/http-client')
-rw-r--r-- | rest-services/http-client/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rest-services/http-client/pom.xml b/rest-services/http-client/pom.xml index cbf6a807..f182d63e 100644 --- a/rest-services/http-client/pom.xml +++ b/rest-services/http-client/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.onap.dcaegen2.services.sdk</groupId> <artifactId>dcaegen2-services-sdk-rest-services</artifactId> - <version>1.8.8-SNAPSHOT</version> + <version>1.8.9-SNAPSHOT</version> </parent> <groupId>org.onap.dcaegen2.services.sdk.rest.services</groupId> |