diff options
author | Dan Timoney <dtimoney@att.com> | 2021-10-19 15:50:06 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-10-20 16:20:18 -0400 |
commit | e5b1fe2859ae07682756f0fba28a1434e51ff8e0 (patch) | |
tree | 24b66dc0bda1136939901dfdd4c9c19457937446 /ansible-server/pom.xml | |
parent | 43512f9b0fa570899d7f7ee4198dacabc133e035 (diff) |
Release version 1.2.2 maven artifacts
Release version 1.2.2 maven artifacts and roll to next snapshot
Issue-ID: CCSDK-3483
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ica7d199aebd74b1be651d0b40e6c6ed985b5f5b7
Diffstat (limited to 'ansible-server/pom.xml')
-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 6ed787e8..d1141415 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.2-SNAPSHOT</version> + <version>1.2.3-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>ansible-server</artifactId> - <version>1.2.2-SNAPSHOT</version> + <version>1.2.3-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-distribution :: ${project.artifactId}</name> |