summaryrefslogtreecommitdiffstats
path: root/opendaylight/pom.xml
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2019-07-30 12:13:33 -0400
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-08-15 12:40:44 -0400
commit53cb68740aa0cff8102f68c245f3db1289a92e01 (patch)
tree8554e59b523a011b51c0b1e9ceb78977d0e203b7 /opendaylight/pom.xml
parent0f4c96b5b6081efeecc73a748822a765cc38d62b (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 'opendaylight/pom.xml')
-rw-r--r--opendaylight/pom.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/opendaylight/pom.xml b/opendaylight/pom.xml
index 6fe03144..d91a4d8c 100644
--- a/opendaylight/pom.xml
+++ b/opendaylight/pom.xml
@@ -5,19 +5,17 @@
<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-opendaylight</artifactId>
- <version>0.5.2-SNAPSHOT</version>
+ <version>0.6.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>ccsdk-distribution :: opendaylight</name>
<description>Creates OpenDaylight container</description>
<modules>
- <module>fluorine</module>
<module>neon</module>
-
</modules>
</project>