diff options
author | Tomasz Pietruszkiewicz <tomasz.pietruszkiewicz@nokia.com> | 2021-04-26 10:02:00 +0200 |
---|---|---|
committer | Tomasz Pietruszkiewicz <tomasz.pietruszkiewicz@nokia.com> | 2021-04-29 10:38:11 +0200 |
commit | a424173f03b236958d4a454c95a1a7597073cea6 (patch) | |
tree | 231e4a757f8ae1315c73d99de00ec1adb67810f0 /standardization/api-custom-header | |
parent | 6ff688ba54d1ec40e6f6a6e5dd02ef6b6e29dd54 (diff) |
CBS-Client to support config fetch from a configMap
Change-Id: I2ad57844d142ece3275ed6d8586d8689b296bbbe
Issue-ID: DCAEGEN2-2716
Signed-off-by: Tomasz Pietruszkiewicz <tomasz.pietruszkiewicz@nokia.com>
Signed-off-by: Michal Banka <michal.banka@nokia.com>
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 f57cd372..678ce678 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.8.2-SNAPSHOT</version> + <version>1.8.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> |