diff options
author | Dan Timoney <dtimoney@att.com> | 2023-04-27 15:28:30 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2023-04-28 08:21:16 -0400 |
commit | aeb8a2e134f722fbd465e272f56f6a6d73569ac6 (patch) | |
tree | 3ebf5b97f336e18541c39b6e0016808d49847998 /installation/ansible-server | |
parent | 7fb96a419120504f5fec9d7613b81d6a9f6beda5 (diff) |
Release v2.5.1 maven artifacts
Release version 2.5.1 (London) SDNC maven artifacts and roll snapshot version
Issue-ID: SDNC-1789
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I4dc0dee4b5d5101428ac38bb2c46d7f8b3bbe5ff
Former-commit-id: 01f5780c3daef75c6250cd67c5c043edf3407207
Diffstat (limited to 'installation/ansible-server')
-rw-r--r-- | installation/ansible-server/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installation/ansible-server/pom.xml b/installation/ansible-server/pom.xml index f60d6003..c92f50c1 100644 --- a/installation/ansible-server/pom.xml +++ b/installation/ansible-server/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.sdnc.oam</groupId> <artifactId>installation</artifactId> - <version>2.5.1-SNAPSHOT</version> + <version>2.5.2-SNAPSHOT</version> </parent> <artifactId>installation-ansible-server</artifactId> |