From 59d6bbff61e58e7ab08ca39acf758ab7d8b1a449 Mon Sep 17 00:00:00 2001 From: ajay_dp001 Date: Mon, 31 Jan 2022 13:27:26 +0000 Subject: [PATCH] [DMAAP-BC] Bump dmaap/dbc-client versions to 2.0.9 Issue-ID: DCAEGEN2-2861 Signed-off-by: ajay_dp001 Change-Id: I1ba1301f57e05ce331dd7e6fb6cd3859cac91c8d --- dbc-client/misc/dbc-client | 2 +- dbc-client/src/main/resources/Dockerfile | 2 +- pom.xml | 2 +- version.properties | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dbc-client/misc/dbc-client b/dbc-client/misc/dbc-client index 2436e9a..532ecfc 100644 --- a/dbc-client/misc/dbc-client +++ b/dbc-client/misc/dbc-client @@ -4,7 +4,7 @@ # org.onap.dmaap # ======================================================================== # Copyright © 2019 AT&T Intellectual Property. All rights reserved. -# Copyright (C) 2021 Nordix Foundation. +# Copyright (C) 2022 Nordix Foundation. # ======================================================================== # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/dbc-client/src/main/resources/Dockerfile b/dbc-client/src/main/resources/Dockerfile index e63ce9d..c886f4f 100644 --- a/dbc-client/src/main/resources/Dockerfile +++ b/dbc-client/src/main/resources/Dockerfile @@ -4,7 +4,7 @@ # =========================================================================== # Copyright © 2017 AT&T Intellectual Property. All rights reserved. # Modifications Copyright (C) 2018 Nokia. All rights reserved. -# Modifications copyright (C) 2021 Nordix Foundation.. +# Modifications copyright (C) 2022 Nordix Foundation.. # =========================================================================== # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pom.xml b/pom.xml index f70c083..8d13b45 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ - 2.0.8-SNAPSHOT + 2.0.9-SNAPSHOT ${basedir} 1.0.0 UTF-8 diff --git a/version.properties b/version.properties index b972981..5078066 100644 --- a/version.properties +++ b/version.properties @@ -27,7 +27,7 @@ major=2 minor=0 -patch=8 +patch=9 base_version=${major}.${minor}.${patch} # Release must be completed with git revision # in Jenkins -- 2.16.6