diff options
-rw-r--r-- | dbc-client/misc/dbc-client | 2 | ||||
-rw-r--r-- | dbc-client/src/main/resources/Dockerfile | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | 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. @@ -33,7 +33,7 @@ </parent> <properties> - <revision>2.0.8-SNAPSHOT</revision> + <revision>2.0.9-SNAPSHOT</revision> <multiproject.basedir>${basedir}</multiproject.basedir> <docker.maven.plugin.version>1.0.0</docker.maven.plugin.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 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 |