diff options
author | Ofir Sonsino <os0695@intl.att.com> | 2020-03-19 10:25:15 +0200 |
---|---|---|
committer | Ofir Sonsino <os0695@intl.att.com> | 2020-03-19 10:25:15 +0200 |
commit | a6b20ce3648af25f1c4d4aad61503da6f861eda1 (patch) | |
tree | 31013b345aed38800b1c7947076afc4069deffea | |
parent | bf71d497301bb5f782879d696d1f924ea77f14fb (diff) |
Bump Base dockers version to 1.6.11.6.1
Change-Id: If700e171c7862b29d7c5c86663cd06c3c88cb890
Issue-ID: SDC-2595
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ <groupId>org.onap.sdc.sdc-docker-base</groupId> <artifactId>sdc-docker-base</artifactId> <packaging>pom</packaging> - <version>1.6.0-SNAPSHOT</version> + <version>1.6.1-SNAPSHOT</version> <name>sdc-sdc-docker-base</name> <parent> diff --git a/version.properties b/version.properties index 0f0fb2b..9c539e8 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major=1 minor=6 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} |