diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-09-17 16:25:48 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-09-17 16:25:48 -0400 |
commit | 3009edaae05d301f1aecbee4123c96431d6b34a2 (patch) | |
tree | fba73358b8e70414f24b3247a1fed15f67d40c96 /installation/ansible-server | |
parent | 1801c19b6cc5ac80dea655d2f60b76e70e1e80aa (diff) |
Roll versions for Frankfurt
Roll versions in master branch for Frankfurt development
Change-Id: I54e9f996f784b697b00048fca138f37b07b063e4
Issue-ID: SDNC-918
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Former-commit-id: cb8ee364fa8007fb8511ac23c30a3cf7b69bc66d
Diffstat (limited to 'installation/ansible-server')
-rw-r--r-- | installation/ansible-server/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/installation/ansible-server/pom.xml b/installation/ansible-server/pom.xml index a4b71e70..6743d2e9 100644 --- a/installation/ansible-server/pom.xml +++ b/installation/ansible-server/pom.xml @@ -4,13 +4,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.4.2</version> + <version>1.5.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.7.2-SNAPSHOT</version> + <version>1.8.0-SNAPSHOT</version> <name>sdnc-oam :: installation :: ${project.artifactId}</name> <description>Creates ansible-server Docker container</description> @@ -19,7 +19,7 @@ <image.name>onap/sdnc-ansible-server-image</image.name> <sdnc.project.version>${project.version}</sdnc.project.version> <sdnc.build.timestamp>${maven.build.timestamp}</sdnc.build.timestamp> - <ccsdk.docker.version>0.6.2</ccsdk.docker.version> + <ccsdk.docker.version>0.7-STAGING-latest</ccsdk.docker.version> <docker.buildArg.https_proxy>${https_proxy}</docker.buildArg.https_proxy> <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format> </properties> |