diff options
author | Dan Timoney <dtimoney@att.com> | 2017-08-21 16:42:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-08-21 16:42:44 +0000 |
commit | acb84632423361e23a04803fc51006e2d5c7f5e4 (patch) | |
tree | 667b158a015990b38d47cce4387e45f0b535b68c /opendaylight/pom.xml | |
parent | 0eef102c7bc69198d62ba7e669e8cd0a447294a2 (diff) | |
parent | 24a1a1b4a46330e9c5fa54ddabe3d01c3c60571f (diff) |
Merge "Add platform DGs to distribution"
Diffstat (limited to 'opendaylight/pom.xml')
-rw-r--r-- | opendaylight/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opendaylight/pom.xml b/opendaylight/pom.xml index c35546dc..9de65fd0 100644 --- a/opendaylight/pom.xml +++ b/opendaylight/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.distribution</groupId> <artifactId>distribution-root</artifactId> - <version>0.0.1-SNAPSHOT</version> + <version>0.1.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> <artifactId>distribution-opendaylight</artifactId> - <version>0.0.1-SNAPSHOT</version> + <version>0.1.0-SNAPSHOT</version> <name>Distribution - opendaylight</name> <description>Creates OpenDaylight container</description> |