diff options
author | Dan Timoney <dtimoney@att.com> | 2020-12-07 11:21:37 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-12-07 11:22:37 -0500 |
commit | c01c0defdd28081f120d79fd4f54ec2a9cd1c916 (patch) | |
tree | cf4ed6bfa6cd2b567b881e1a11e7383fe2c085f3 /installation/sdnc-web | |
parent | 58542924402fa2dda832405c87f98db52745c605 (diff) |
Release 2.1.0 dockers
Release version 2.1.0 of SDNC docker containers
Change-Id: Ibaaaab943cf8b3b844dc37d73aea6f8445cc3dfb
Issue-ID: CCSDK-3002
Signed-off-by: Dan Timoney <dtimoney@att.com>
Former-commit-id: a05e6faab7ec5577daf3e6a73a4fb681ca11565f
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 6fdfdc07..728fff6f 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.1.0-SNAPSHOT</version> + <version>2.1.1-SNAPSHOT</version> </parent> <groupId>org.onap.sdnc.oam</groupId> <artifactId>installation-sdnc-web</artifactId> - <version>2.1.0-SNAPSHOT</version> + <version>2.1.1-SNAPSHOT</version> <packaging>pom</packaging> <name>sdnc-oam :: installation :: ${project.artifactId}</name> |