diff options
author | 2019-09-17 15:05:43 -0400 | |
---|---|---|
committer | 2019-09-19 12:08:13 -0400 | |
commit | 3d614e8ccca890d4f5506d0089c1446139ce40c6 (patch) | |
tree | ba7b2e3f90714d5fab3c6e276c55da837c8f49b2 /ansible-server/pom.xml | |
parent | b1b95e3283f13832a170f696fc8157e15b666d31 (diff) |
Roll to next snapshot
Roll to next snapshot version
Change-Id: I4c752f85ba479867d2dd5c8a30f2158839336345
Issue-ID: CCSDK-1701
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
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 fc6b6735..064f5e16 100644 --- a/ansible-server/pom.xml +++ b/ansible-server/pom.xml @@ -4,14 +4,14 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.3.4-SNAPSHOT</version> + <version>1.3.5</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>ansible-server</artifactId> - <version>0.5.3-SNAPSHOT</version> + <version>0.5.4-SNAPSHOT</version> <name>ccsdk :: distribution :: ${project.artifactId}</name> <description>Creates ansible-server Docker container</description> |