diff options
author | Dan Timoney <dtimoney@att.com> | 2021-01-12 17:33:19 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-01-12 17:33:19 -0500 |
commit | 685e02af6acff0082f56ed8ed7968929df87c6e4 (patch) | |
tree | 005071a49613b89324c76b7c8a8bc931a33c4759 /installation/sdnc-web | |
parent | 36693694056315132ee236c3909630abb2ea5c6a (diff) |
Release version 2.0.5 dockers
Release version 2.0.5 dockers for Guilin mtce release 1. Also, roll
to next snapshot version.
Change-Id: I57043d83b1ae4bdc91cddc662b7fe6aba945293a
Issue-ID: SDNC-1453
Signed-off-by: Dan Timoney <dtimoney@att.com>
Former-commit-id: 6a7bfa2667f250e982c1d3777bc88eca7ae4c066
Diffstat (limited to 'installation/sdnc-web')
-rw-r--r-- | installation/sdnc-web/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/installation/sdnc-web/pom.xml b/installation/sdnc-web/pom.xml index 85b8595a..fe4ec440 100644 --- a/installation/sdnc-web/pom.xml +++ b/installation/sdnc-web/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.sdnc.oam</groupId> <artifactId>installation</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> </parent> <groupId>org.onap.sdnc.oam</groupId> <artifactId>installation-sdnc-web</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.6-SNAPSHOT</version> <packaging>pom</packaging> <name>sdnc-oam :: installation :: ${project.artifactId}</name> |