summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortalig <talig@amdocs.com>2019-11-18 13:26:26 +0200
committertalig <talig@amdocs.com>2019-11-18 13:26:26 +0200
commit44ea4431aa8e702b7d61a31df7f1ced7936152fd (patch)
tree976d7ff1be117af64121a6e66c5eccab98fd2a75
parent10422732156d705fc536f84988ae3e54579829dc (diff)
Add name in pom files
Issue-ID: SDC-2541 Signed-off-by: talig <talig@amdocs.com> Change-Id: I6b461ba643b6b41aa68a707a6d446ac125487985
-rw-r--r--pom.xml1
-rw-r--r--session-lib/pom.xml1
-rw-r--r--versioning-lib/pom.xml1
-rw-r--r--zusammen-lib/pom.xml1
4 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index fefb4cd..b849037 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,6 +30,7 @@
<groupId>org.onap.sdc.common</groupId>
<artifactId>sdc-be-common</artifactId>
+ <name>sdc-be-common</name>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
diff --git a/session-lib/pom.xml b/session-lib/pom.xml
index de3e23a..251800e 100644
--- a/session-lib/pom.xml
+++ b/session-lib/pom.xml
@@ -22,6 +22,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>session-lib</artifactId>
+ <name>session-lib</name>
<parent>
<groupId>org.onap.sdc.common</groupId>
<artifactId>sdc-be-common</artifactId>
diff --git a/versioning-lib/pom.xml b/versioning-lib/pom.xml
index 91a69de..88e4187 100644
--- a/versioning-lib/pom.xml
+++ b/versioning-lib/pom.xml
@@ -22,6 +22,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>versioning-lib</artifactId>
+ <name>versioning-lib</name>
<parent>
<groupId>org.onap.sdc.common</groupId>
<artifactId>sdc-be-common</artifactId>
diff --git a/zusammen-lib/pom.xml b/zusammen-lib/pom.xml
index 6a63470..5d6be39 100644
--- a/zusammen-lib/pom.xml
+++ b/zusammen-lib/pom.xml
@@ -22,6 +22,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>zusammen-lib</artifactId>
+ <name>zusammen-lib</name>
<parent>
<groupId>org.onap.sdc.common</groupId>
<artifactId>sdc-be-common</artifactId>