diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-10-04 09:01:07 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-10-04 09:01:07 -0400 |
commit | de6cf8dc2d69042fc97adea252835d804d80483d (patch) | |
tree | 19d9f042f86c131d13748f78095a4aa96e027839 /ansible-server/pom.xml | |
parent | 18c809d6bae7340825dc58871a871074fd02ce22 (diff) |
Roll to next snapshot version
Roll ccsdk/distribution to next snapshot version.
Change-Id: Ic5ba30c3abb0049dc125488f19e7622d2dce1ee1
Issue-ID: CCSDK-597
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 5cbc3ec2..b31520c0 100644 --- a/ansible-server/pom.xml +++ b/ansible-server/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.1.0</version> + <version>1.1.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>ansible-server</artifactId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.1-SNAPSHOT</version> <name>ccsdk :: distribution :: ${project.artifactId}</name> <description>Creates ansible-server Docker container</description> |