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 /platform-logic/pom.xml | |
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 'platform-logic/pom.xml')
-rw-r--r-- | platform-logic/pom.xml | 35 |
1 files changed, 17 insertions, 18 deletions
diff --git a/platform-logic/pom.xml b/platform-logic/pom.xml index 9dfa384f..f7b665af 100644 --- a/platform-logic/pom.xml +++ b/platform-logic/pom.xml @@ -1,20 +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> + <groupId>org.onap.ccsdk.distribution</groupId> + <artifactId>distribution-root</artifactId> + <version>0.2.1-SNAPSHOT</version> </parent> - <modelVersion>4.0.0</modelVersion> + <artifactId>distribution-platform-logic</artifactId> + <version>0.2.1-SNAPSHOT</version> <packaging>pom</packaging> - <artifactId>distribution-platform-logic</artifactId> - <version>0.2.0-SNAPSHOT</version> - <name>Platform Logic </name> + <name>ccsdk-distribution :: platform-logic</name> <description>Contains platform-level service logic</description> + <organization> + <name>openECOMP</name> + </organization> + + <modules> + <module>asdc-api</module> + <module>sliapi</module> + <module>installer</module> + </modules> <properties> <application.name>platform-logic</application.name> @@ -22,13 +30,4 @@ <maven.build.timestamp.format>yyMMdd-HHmmss</maven.build.timestamp.format> <build.number>${maven.build.timestamp}</build.number> </properties> - - <modules> - <module>asdc-api</module> - <module>sliapi</module> - <module>installer</module> - </modules> - <organization> - <name>openECOMP</name> - </organization> </project> |