diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-03-21 16:32:05 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2019-03-24 14:56:12 +0000 |
commit | 43a582e191786fac59b16e5651e387a0558e484f (patch) | |
tree | a10308929bd989eedd2925bae46ed8e61499f2e7 /ubuntu | |
parent | 315c6ff4b428f56ad0937966d158c1880185fbd5 (diff) |
Create Fluorine SR2 based containers
Create docker containers based on OpenDaylight Fluorine SR2
Change-Id: I0d0d7eeec54da77105fe8626987c8aa3049d4495
Issue-ID: CCSDK-1056
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'ubuntu')
-rw-r--r-- | ubuntu/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/pom.xml b/ubuntu/pom.xml index c4f53b2f..2c18f251 100644 --- a/ubuntu/pom.xml +++ b/ubuntu/pom.xml @@ -5,11 +5,11 @@ <parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-root</artifactId> - <version>0.4.1-SNAPSHOT</version> + <version>0.4.2-SNAPSHOT</version> </parent> <artifactId>distribution-ubuntu</artifactId> - <version>0.4.1-SNAPSHOT</version> + <version>0.4.2-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-distribution :: ubuntu</name> |