diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-07-30 12:13:33 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-08-15 12:40:44 -0400 |
commit | 53cb68740aa0cff8102f68c245f3db1289a92e01 (patch) | |
tree | 8554e59b523a011b51c0b1e9ceb78977d0e203b7 /ubuntu | |
parent | 0f4c96b5b6081efeecc73a748822a765cc38d62b (diff) |
Updates for ODL Neon
Update to build ODLSLI based on OpenDaylight Neon.
Change-Id: I85cbdf38d385f3a4ef15e8fe7939af788c350de1
Issue-ID: CCSDK-1389
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 55a05586..0f88ebc0 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.5.2-SNAPSHOT</version> + <version>0.6.0-SNAPSHOT</version> </parent> <artifactId>distribution-ubuntu</artifactId> - <version>0.5.2-SNAPSHOT</version> + <version>0.6.0-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-distribution :: ubuntu</name> |