diff options
author | Dan Timoney <dtimoney@att.com> | 2021-04-20 15:11:25 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-04-20 15:11:25 -0400 |
commit | e73059413b758b882327d89cba6c3a08abc76e01 (patch) | |
tree | b55d9afadb53c61115ebf6f008cef0c2156e0dc4 /installation/sdnc-web | |
parent | 5b74ce7cb7bf43542231997dd8737c8d6ccf690e (diff) |
Release version 2.1.5 maven artifacts and roll version
Release version 2.1.5 of maven artifacts and roll to next snapshot version
Change-Id: Ie6ae2e9a9c806712eb12940a2f4627da8207ec12
Issue-ID: SDNC-1520
Signed-off-by: Dan Timoney <dtimoney@att.com>
Former-commit-id: fef38525747698debb929c94075f4a6c2ef2ed1d
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 295370ab..63e74473 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.5-SNAPSHOT</version> + <version>2.1.6-SNAPSHOT</version> </parent> <groupId>org.onap.sdnc.oam</groupId> <artifactId>installation-sdnc-web</artifactId> - <version>2.1.5-SNAPSHOT</version> + <version>2.1.6-SNAPSHOT</version> <packaging>pom</packaging> <name>sdnc-oam :: installation :: ${project.artifactId}</name> |