diff options
author | Dan Timoney <dtimoney@att.com> | 2021-11-02 12:58:05 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-11-02 12:58:05 -0400 |
commit | 61757951f9550be9cbbdca69ecba7573e8af7cc8 (patch) | |
tree | 9c45db089829dac56fb3d38fd8ce17f54a69f862 /ansible-server | |
parent | e75dec58617f5d9d28b16e708b8a5842f1c90dbc (diff) |
Release version 1.2.3 maven artifacts
Release version 1.2.3 maven artifacts and roll to next snapshot
Issue-ID: CCSDK-3506
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I66a9ced795f52830d4b11be4e1c943d1c67729a0
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 d1141415..db8f26e0 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.2.3-SNAPSHOT</version> + <version>1.2.4-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>ansible-server</artifactId> - <version>1.2.3-SNAPSHOT</version> + <version>1.2.4-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-distribution :: ${project.artifactId}</name> |