diff options
author | Dan Timoney <dtimoney@att.com> | 2018-02-27 14:10:22 -0500 |
---|---|---|
committer | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-02-27 20:41:26 -0500 |
commit | 912f98b9cdfe0f636239b8f94fccf7858bffac26 (patch) | |
tree | 0bab8151af12780eabfcefad42464db7d24e0e8f /ubuntu | |
parent | b46add8acac65c428c55d9fbea4c329cf17a9af8 (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 'ubuntu')
-rw-r--r-- | ubuntu/pom.xml | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/ubuntu/pom.xml b/ubuntu/pom.xml index da4b4765..613766bd 100644 --- a/ubuntu/pom.xml +++ b/ubuntu/pom.xml @@ -1,27 +1,28 @@ <?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.distribution</groupId> <artifactId>distribution-root</artifactId> - <version>0.2.0-SNAPSHOT</version> + <version>0.2.1-SNAPSHOT</version> </parent> - <modelVersion>4.0.0</modelVersion> - <packaging>pom</packaging> <artifactId>distribution-ubuntu</artifactId> - <version>0.2.0-SNAPSHOT</version> + <version>0.2.1-SNAPSHOT</version> + <packaging>pom</packaging> - <name>Distribution - ubuntu</name> + <name>ccsdk-distribution :: ubuntu</name> <description>Creates base ubuntu Docker container</description> + <organization> + <name>openECOMP</name> + </organization> <properties> <image.name>onap/ccsdk-ubuntu-image</image.name> <ccsdk.project.version>${project.version}</ccsdk.project.version> </properties> - <build> <plugins> @@ -83,7 +84,6 @@ </executions> </plugin> </plugins> - </build> <profiles> @@ -138,7 +138,4 @@ </build> </profile> </profiles> - <organization> - <name>openECOMP</name> - </organization> </project> |