diff options
author | Dan Timoney <dtimoney@att.com> | 2020-03-06 10:25:18 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-03-06 10:25:18 -0500 |
commit | e787c2e8a2d43ea0780e85b436c31630832877b1 (patch) | |
tree | 5f52f703b21d6d696a8b0af0968d1f6446e8df13 /ansible-server/pom.xml | |
parent | ad032bae37da536a3fb5a28f07ada88926f9499a (diff) |
Roll master to Guilin
Roll master to new versions for early Guilin developent
Change-Id: I7cadbf176e87b8fe4a62f54d5d6d8f99921a449c
Issue-ID: CCSDK-2152
Signed-off-by: Dan Timoney <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 bb5192e8..7d0a3e3d 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.5.2</version> + <version>2.0.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>ansible-server</artifactId> - <version>0.7.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <name>ccsdk :: distribution :: ${project.artifactId}</name> <description>Creates ansible-server Docker container</description> |