diff options
author | tkogut <tomasz.kogut@nokia.com> | 2020-12-29 15:13:22 +0100 |
---|---|---|
committer | tkogut <tomasz.kogut@nokia.com> | 2020-12-30 16:48:26 +0100 |
commit | 91d17acfab525c96aee50ad14191c78f7e833376 (patch) | |
tree | 6f9a417ed318e45ff7b78a3b3b12f6ab62a5734d /standardization/api-custom-header | |
parent | 8eaf72890a94eceddbbbdcf5015afffaa98176a7 (diff) |
Add timeout for Publisher(dmaap-client)
Issue-ID: DCAEGEN2-1483
Signed-off-by: tkogut <tomasz.kogut@nokia.com>
Change-Id: Ia5b7320bc3e491548a1fa1dba2d95843a98f01ae
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 c4c2aa47..e9792d25 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.5.0-SNAPSHOT</version> + <version>1.6.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> |