diff options
author | Dan Timoney <dtimoney@att.com> | 2022-05-04 12:54:51 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-05-04 12:54:51 -0400 |
commit | 1cf87c9d3ef176db070518c5e61e6ebb58f20d6c (patch) | |
tree | 5e2027bd3ae940d064cb4596b96c7c8e7a6a9515 /ansible-server | |
parent | a020853667856ccbcceb78aaee4fb2c0750afa6a (diff) |
Release version 1.3.3 maven artifacts
Release version 1.3.3 ccsdk/distribution maven artifacts and roll version
Issue-ID: CCSDK-3621
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Iae6b410cb7082a9e58e38986b69e7844ba29b341
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 6f175414..b1472c57 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.3.3-SNAPSHOT</version> + <version>1.3.4-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>ansible-server</artifactId> - <version>1.3.3-SNAPSHOT</version> + <version>1.3.4-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-distribution :: ${project.artifactId}</name> |