diff options
author | Dan Timoney <dtimoney@att.com> | 2021-03-25 19:31:39 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-03-25 19:53:16 -0400 |
commit | f2ab9c752bb95680e30ccb7708f3d3cdc3ed5100 (patch) | |
tree | d8514806e32db3470c1404623877167493a583a7 /installation/ansible-server | |
parent | 2e32287c37629e1e7267379d5475f0ae6985f416 (diff) |
Release version 2.1.3 dockers and roll version
Release version 2.1.3 dockers and roll to next snapshot
Change-Id: I1c058cf736253d6aa2303f90c0ec910d50a510c7
Issue-ID: CCSDK-3237
Signed-off-by: Dan Timoney <dtimoney@att.com>
Former-commit-id: f73b089cf709de5a1358748bb001053746fe87b1
Diffstat (limited to 'installation/ansible-server')
-rw-r--r-- | installation/ansible-server/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/installation/ansible-server/pom.xml b/installation/ansible-server/pom.xml index b908fec2..72e3ff28 100644 --- a/installation/ansible-server/pom.xml +++ b/installation/ansible-server/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.sdnc.oam</groupId> <artifactId>installation</artifactId> - <version>2.1.3-SNAPSHOT</version> + <version>2.1.4-SNAPSHOT</version> </parent> <groupId>org.onap.sdnc.oam</groupId> <artifactId>installation-ansible-server</artifactId> - <version>2.1.3-SNAPSHOT</version> + <version>2.1.4-SNAPSHOT</version> <packaging>pom</packaging> <name>sdnc-oam :: installation :: ${project.artifactId}</name> |