summaryrefslogtreecommitdiffstats
path: root/odlsli/pom.xml
diff options
context:
space:
mode:
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>