diff options
author | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-06-06 14:35:30 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-06-06 14:35:30 -0400 |
commit | 48a2eaf2a009dce47f93f0e5feee912cfa53fef8 (patch) | |
tree | c2c3102589a91a0407793aa10e292d55ddb7543c /installation/ansible-server | |
parent | 99f3b4b3c00b9d2e70594e46410357ffad56456a (diff) |
Roll version for Casablanca
Roll version to 1.4.0-SNAPSHOT for Casablanca development
Change-Id: I5d52858a86eee40136cf8ad5d2cac1d0a44885da
Issue-ID: SDNC-333
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Former-commit-id: 110b9d3f108e8f81f705ec4eeb2102f98f220d39
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 31eb14a8..f244477c 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.4</version> + <version>1.1.0-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.4-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <name>sdnc-oam :: installation :: ${project.artifactId}</name> <description>Creates ansible-server Docker container</description> |