Create ONAP-specific ODL distro
Instead of using OpenDaylight tarball, create custom ONAP ODL distribution
that only contains the components used by SDNC and/or APPC
Change-Id: I8871326002ab0e51c0271b937c5d91628a3172d9
Issue-ID: CCSDK-1753
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
diff --git a/opendaylight/onap-distribution/pom.xml b/opendaylight/onap-distribution/pom.xml
index db3af26..dbc5a5b 100644
--- a/opendaylight/onap-distribution/pom.xml
+++ b/opendaylight/onap-distribution/pom.xml
@@ -5,18 +5,18 @@
<parent>
<groupId>org.onap.ccsdk.distribution</groupId>
<artifactId>distribution-opendaylight</artifactId>
- <version>0.4.1-SNAPSHOT</version>
+ <version>0.7.0-SNAPSHOT</version>
</parent>
<artifactId>distribution-opendaylight-onap</artifactId>
- <version>0.4.1-SNAPSHOT</version>
+ <version>0.7.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>ccsdk-distribution :: onap :: opendaylight :: parent</name>
<description>Creates ONAP's OpenDaylight distribution</description>
<modules>
- <module>fluorine</module>
+ <module>neon</module>
</modules>
<!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build -->