diff options
author | 2020-11-19 16:30:01 +0100 | |
---|---|---|
committer | 2021-01-11 15:25:18 +0000 | |
commit | 2b846c06a5c163cf6252e1d2d7517739f5a43ce9 (patch) | |
tree | 8b5a77bd5f61581bd4f28d9f74a69c7a840ebcbf /standardization/api-custom-header | |
parent | e43e052f71357eddf98c0117d5ae566a64b11ccf (diff) |
Fix CbsClientFactory to allow retry on Mono from createCbsClient7.0.0-ONAPguilin
Issue-ID: DCAEGEN2-2516
Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
Change-Id: Id6e58625f3c6bd4aa7dcb1bb167839e0ed31ef93
(cherry picked from commit c610bf0763522c2de5b68c9a7670a9bd269ad262)
Diffstat (limited to 'standardization/api-custom-header')
-rw-r--r-- | standardization/api-custom-header/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standardization/api-custom-header/pom.xml b/standardization/api-custom-header/pom.xml index e50f61ee..6c8c255f 100644 --- a/standardization/api-custom-header/pom.xml +++ b/standardization/api-custom-header/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>org.onap.dcaegen2.services.sdk</groupId> <artifactId>dcaegen2-services-sdk-standardization</artifactId> - <version>1.4.3-SNAPSHOT</version> + <version>1.4.4-SNAPSHOT</version> <relativePath>..</relativePath> </parent> |