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/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/pom.xml')
-rw-r--r-- | odlsli/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/odlsli/pom.xml b/odlsli/pom.xml index b4ebe1fe..89d3fc28 100644 --- a/odlsli/pom.xml +++ b/odlsli/pom.xml @@ -5,15 +5,15 @@ <parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-root</artifactId> - <version>0.4.0-SNAPSHOT</version> + <version>0.4.1-SNAPSHOT</version> </parent> <artifactId>distribution-odlsli</artifactId> - <version>0.4.0-SNAPSHOT</version> + <version>0.4.1-SNAPSHOT</version> <packaging>pom</packaging> - <name>ccsdk-distribution :: opendaylight</name> - <description>Creates OpenDaylight container</description> + <name>ccsdk-distribution :: odlsli</name> + <description>Creates ODLSLI containers</description> <modules> <module>odlsli-ubuntu</module> |