summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2018-02-27 14:10:22 -0500
committerTimoney, Dan (dt5972) <dt5972@att.com>2018-02-27 20:41:26 -0500
commit912f98b9cdfe0f636239b8f94fccf7858bffac26 (patch)
tree0bab8151af12780eabfcefad42464db7d24e0e8f /pom.xml
parentb46add8acac65c428c55d9fbea4c329cf17a9af8 (diff)
Create nitrogen dockers
Updated dockers to install Nitrogen artifacts. Change-Id: I9710346f064fa5fff0d92b5d6de32cc84d9e1b3d Issue-ID: CCSDK-179 Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml29
1 files changed, 14 insertions, 15 deletions
diff --git a/pom.xml b/pom.xml
index 0362ad82..541a9c89 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,22 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.1-SNAPSHOT</version>
</parent>
- <modelVersion>4.0.0</modelVersion>
- <packaging>pom</packaging>
<groupId>org.onap.ccsdk.distribution</groupId>
<artifactId>distribution-root</artifactId>
- <version>0.2.0-SNAPSHOT</version>
+ <version>0.2.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
<name>ccsdk-distribution</name>
<description>Creates distributuon bundles for CCSDK</description>
+ <modules>
+ <module>platform-logic</module>
+ <module>ubuntu</module>
+ <module>opendaylight</module>
+ <module>odlsli</module>
+ <module>dgbuilder</module>
+ <module>dgbuilder-docker</module>
+ </modules>
+
<properties>
<application.name>distribution</application.name>
@@ -41,13 +49,4 @@
</plugin>
</plugins>
</build>
-
- <modules>
- <module>platform-logic</module>
- <module>ubuntu</module>
- <module>opendaylight</module>
- <module>odlsli</module>
- <module>dgbuilder</module>
- <module>dgbuilder-docker</module>
- </modules>
</project>