summaryrefslogtreecommitdiffstats
path: root/odlsli/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 /odlsli/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 'odlsli/pom.xml')
-rw-r--r--odlsli/pom.xml24
1 files changed, 11 insertions, 13 deletions
diff --git a/odlsli/pom.xml b/odlsli/pom.xml
index ba9fc265..68865e9b 100644
--- a/odlsli/pom.xml
+++ b/odlsli/pom.xml
@@ -1,19 +1,22 @@
<?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-odlsli</artifactId>
- <version>0.2.0-SNAPSHOT</version>
+ <version>0.2.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
- <name>Distribution - odlsli</name>
+ <name>ccsdk-distribution :: odlsli</name>
<description>Creates SDN Controller Docker container</description>
+ <organization>
+ <name>openECOMP</name>
+ </organization>
<properties>
<image.name>onap/ccsdk-odlsli-image</image.name>
@@ -21,7 +24,6 @@
<docker.buildArg.https_proxy>${https_proxy}</docker.buildArg.https_proxy>
</properties>
-
<build>
<plugins>
@@ -202,8 +204,8 @@
</executions>
</plugin>
<plugin>
- <artifactId>exec-maven-plugin</artifactId>
<groupId>org.codehaus.mojo</groupId>
+ <artifactId>exec-maven-plugin</artifactId>
<version>1.5.0</version>
<executions>
@@ -254,7 +256,6 @@
</plugins>
-
</build>
<profiles>
@@ -307,7 +308,4 @@
</build>
</profile>
</profiles>
- <organization>
- <name>openECOMP</name>
- </organization>
</project>