diff options
author | Dan Timoney <dtimoney@att.com> | 2022-04-28 07:54:59 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-04-28 07:54:59 -0400 |
commit | ef3fca1c356a313ec1b5106b419db5a2d3cf5981 (patch) | |
tree | 64ed3dc60c983fee48eb2e7a21afcdd80fd5e5e1 /ansible-server | |
parent | 965a09cc8dd1e384f1282cf447af60200546a82f (diff) |
Release version 1.3.2 maven artifacts
Release Jakarta RC version of maven artifacts and roll to next
snapshot version
Issue-ID: CCSDK-3621
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I3bd53173693689880253ba1e73cf4324bf7ee1c2
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 f66109ce..6f175414 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.2-SNAPSHOT</version> + <version>1.3.3-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>ansible-server</artifactId> - <version>1.3.2-SNAPSHOT</version> + <version>1.3.3-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-distribution :: ${project.artifactId}</name> |