diff options
author | Dan Timoney <dtimoney@att.com> | 2020-11-18 11:54:59 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-11-18 11:54:59 -0500 |
commit | cba8d852d6c6ab4e18da09bc04680efae43da4c0 (patch) | |
tree | ed33e67a5dad6d89e78e097573d230ec303b6a35 /installation/sdnc-web/pom.xml | |
parent | 06695820a2e2cd3a8aa6dadc7e0df688f373ced5 (diff) |
Release version 2.0.4 of dockers
Release version 2.0.4 of docker containers and bump version
Change-Id: Ibe930d86b8cd5632e230ae768ca8e43540c0d051
Issue-ID: SDNC-1409
Signed-off-by: Dan Timoney <dtimoney@att.com>
Former-commit-id: 1d70a00d13c306fb28aac9981cfbbbfff3f3045f
Diffstat (limited to 'installation/sdnc-web/pom.xml')
-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 f4fc6a34..6bf005f6 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.4-SNAPSHOT</version> + <version>2.0.5-SNAPSHOT</version> </parent> <groupId>org.onap.sdnc.oam</groupId> <artifactId>installation-sdnc-web</artifactId> - <version>2.0.4-SNAPSHOT</version> + <version>2.0.5-SNAPSHOT</version> <packaging>pom</packaging> <name>sdnc-oam :: installation :: ${project.artifactId}</name> |