diff options
author | Dan Timoney <dtimoney@att.com> | 2021-03-25 15:30:42 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-03-25 15:30:42 -0400 |
commit | 8c1457679c5ec94b275639e3b6cca141674c7a2f (patch) | |
tree | b6c3a11190cf57618be9990303bd7fe75c2fc325 /ansible-server | |
parent | 77335a7efe8ccb52054177aab22270c252176b59 (diff) |
Release v1.1.2 dockers and roll version
Release docker containers for version 1.1.2 and roll to next snapshot
Change-Id: I2ee1e2438885c5ab9b71b4f46cd8ea4f672855fc
Issue-ID: CCSDK-3237
Signed-off-by: Dan Timoney <dtimoney@att.com>
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 e79bc108..db7c36de 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.1.2-SNAPSHOT</version> + <version>1.1.3-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>ansible-server</artifactId> - <version>1.1.2-SNAPSHOT</version> + <version>1.1.3-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-distribution :: ${project.artifactId}</name> |