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 /mso-catalog-db | |
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 'mso-catalog-db')
-rw-r--r-- | mso-catalog-db/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mso-catalog-db/pom.xml b/mso-catalog-db/pom.xml index e3115f1ff1..99977a46aa 100644 --- a/mso-catalog-db/pom.xml +++ b/mso-catalog-db/pom.xml @@ -7,7 +7,6 @@ <version>1.2.0-SNAPSHOT</version> </parent> - <groupId>org.onap.so</groupId> <artifactId>mso-catalog-db</artifactId> <name>mso-catalog-db</name> <description>MSO Catalog Database definition and Hibernate objects</description> |