diff options
author | Dan Timoney <dtimoney@att.com> | 2017-08-21 10:27:47 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-08-21 12:34:31 -0400 |
commit | 24a1a1b4a46330e9c5fa54ddabe3d01c3c60571f (patch) | |
tree | e79484788e1bb33f66b1ac7529195ad9ebc7004e /ubuntu/pom.xml | |
parent | e50df7d897d144f03e364d600e94b526656a8c4e (diff) |
Add platform DGs to distribution
Add platform DGs needed by ODL-SLI docker container to distribution repo.
Change-Id: I01c4a466da7bd986447cb44629fee61038664592
Issue-ID: CCSDK-27
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'ubuntu/pom.xml')
-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 504d6736..f74058b3 100644 --- a/ubuntu/pom.xml +++ b/ubuntu/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-ubuntu</artifactId> - <version>0.0.1-SNAPSHOT</version> + <version>0.1.0-SNAPSHOT</version> <name>Distribution - ubuntu</name> <description>Creates base ubuntu Docker container</description> |