diff options
author | Dan Timoney <dtimoney@att.com> | 2024-05-30 13:28:06 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2024-05-30 13:28:06 -0400 |
commit | 4938e9af901a9ee8e4b37f1cb3b1a6060ea26d0e (patch) | |
tree | 18033127fc2d7bb0fa95d8d6f52feec6f21eae2b /ansible-server | |
parent | 86f2ac15e2138b0768b04fb49f3cfe502e5acacd (diff) |
Release version 1.6.2 CCSDK distribution artifacts
Release version 1.6.2 of CCSDK distribution maven artifacts and roll version
Issue-ID: SDNC-1836
Change-Id: I817a7c7819819e6ba8baeb7a5edc4814f8a72fe6
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'ansible-server')
-rw-r--r-- | ansible-server/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ansible-server/pom.xml b/ansible-server/pom.xml index 0d628111..f6b0b4a7 100644 --- a/ansible-server/pom.xml +++ b/ansible-server/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-root</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>ansible-server</artifactId> - <version>1.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-distribution :: ${project.artifactId}</name> |