diff options
author | Dan Timoney <dtimoney@att.com> | 2024-09-23 15:22:24 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2024-09-23 15:22:24 -0400 |
commit | 8719a22c636bef04973adcd26c9b28077e4a84d9 (patch) | |
tree | 47095b198eaef36bb67d7469ef271f788cbfe576 /ansible-server | |
parent | 16ccca88e9d2b81fc8493176c2182f68e6e0d730 (diff) |
Release initial Oslo CCSDK maven artifacts
Release initial CCSDK maven artifacts for Oslo release based
on OpenDaylight Potassium and roll snapshot version
Issue-ID: CCSDK-3995
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I73e886b7254d9f77b02e0dba5e95eac0b025c7be
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 fcc4ceda..4b2a38b3 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.7.0-SNAPSHOT</version> + <version>1.7.1-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>ansible-server</artifactId> - <version>1.7.0-SNAPSHOT</version> + <version>1.7.1-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-distribution :: ${project.artifactId}</name> |