diff options
author | Dan Timoney <dt5972@att.com> | 2018-05-02 13:55:36 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-05-02 13:55:36 +0000 |
commit | 6efa82e5312bb0d63bd882e1b0f6d48f51b24cec (patch) | |
tree | ec3f696dc155f16c1fd9c6f8da54738a51105a18 /installation/ansible-server | |
parent | 4b4b3e31ce25d2f49bf55a762546618401a759f2 (diff) | |
parent | 0441aeb261e1d52f5f46d6cf4f7ccddc0ba282c1 (diff) |
Merge "Roll versions step 8 : sdnc/oam poms"
Former-commit-id: f3452038810a64a48018f648843429a9011a4d54
Diffstat (limited to 'installation/ansible-server')
-rw-r--r-- | installation/ansible-server/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/installation/ansible-server/pom.xml b/installation/ansible-server/pom.xml index 6078a2c4..235bace5 100644 --- a/installation/ansible-server/pom.xml +++ b/installation/ansible-server/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> <groupId>org.onap.sdnc.oam</groupId> <artifactId>installation-ansible-server</artifactId> - <version>1.3.1-SNAPSHOT</version> + <version>1.3.2-SNAPSHOT</version> <name>sdnc-oam :: installation :: ${project.artifactId}</name> <description>Creates ansible-server Docker container</description> |