diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-01-03 15:14:58 -0500 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-01-11 17:41:24 -0500 |
commit | e7cfae5dc0eb888487c6988678bcc99b2dad04c1 (patch) | |
tree | 239d9fd906c8df771cc7026b8a50818761c9c6ea /odlsli/odlsli-ubuntu/pom.xml | |
parent | df56c579a469fbf81efd164b8b77bcef46618aaa (diff) |
Changes for Fluorine
Update docker container for ODL Fluorine
Change-Id: Ia595d5afb30b2ad53de547e3b5f89fd480a76a28
Issue-ID: CCSDK-870
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'odlsli/odlsli-ubuntu/pom.xml')
-rw-r--r-- | odlsli/odlsli-ubuntu/pom.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/odlsli/odlsli-ubuntu/pom.xml b/odlsli/odlsli-ubuntu/pom.xml index b6c5d142..93d527b9 100644 --- a/odlsli/odlsli-ubuntu/pom.xml +++ b/odlsli/odlsli-ubuntu/pom.xml @@ -5,22 +5,23 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.2.0</version> + <version>1.2.1-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-odlsli-ubuntu</artifactId> - <version>0.4.0-SNAPSHOT</version> + <version>0.4.1-SNAPSHOT</version> <packaging>pom</packaging> - <name>ccsdk-distribution :: odlsli</name> - <description>Creates SDN Controller Docker container</description> + <name>ccsdk-distribution :: odlsli-ubuntu</name> + <description>Creates Ubuntu-based ODLSLI Docker container</description> <organization> <name>openECOMP</name> </organization> <properties> + <base.image.name>onap/ccsdk-odl-fluorine-ubuntu-image</base.image.name> <image.name>onap/ccsdk-odlsli-image</image.name> <ccsdk.project.version>${project.version}</ccsdk.project.version> <ccsdk.features.version>${project.version}</ccsdk.features.version> |