diff options
author | Munir Ahmad <munir.ahmad@bell.ca> | 2018-03-09 08:32:57 -0500 |
---|---|---|
committer | Munir Ahmad <munir.ahmad@bell.ca> | 2018-03-09 13:35:55 +0000 |
commit | 4475278c81668109b2b37a1d2720d8f2910641c4 (patch) | |
tree | 34a30e8738e77ed601bb44e0794a2a0d515037b4 /common | |
parent | f3b28a0aafd83a57d42afbf23c9f6fbe6f546db3 (diff) |
Remove redundant groupId inherited from parent
Change-Id: If1df4b792fca2a127e169e393268d63ef31d9ed1
Issue-ID: SO-437
Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
Diffstat (limited to 'common')
-rw-r--r-- | common/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/pom.xml b/common/pom.xml index 48518aea31..c83f7d344a 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -7,7 +7,6 @@ <version>1.2.0-SNAPSHOT</version> </parent> - <groupId>org.onap.so</groupId> <artifactId>common</artifactId> <name>MSO Common classes</name> <description>MSO Common classes:- Logger</description> |