diff options
author | Jerry Flood <jflood@att.com> | 2019-04-05 12:23:07 -0400 |
---|---|---|
committer | Jerry Flood <jflood@att.com> | 2019-04-05 12:23:16 -0400 |
commit | 26b84388ba3eb179f9d4a9d4e2d478eba3df8201 (patch) | |
tree | b121fb1f29c0fa07774784dce68aada4ba55a9dd /cmso-service | |
parent | b775e3842710fe1190675d318a0526b8dfb8eead (diff) |
Integrate new mS into IT
Issue-ID: OPTFRA-458
Change-Id: I42966034101baa54c1b60e07b74c17d97680da81
Signed-off-by: Jerry Flood <jflood@att.com>
Diffstat (limited to 'cmso-service')
-rw-r--r-- | cmso-service/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmso-service/pom.xml b/cmso-service/pom.xml index 3700d25..4081cc3 100644 --- a/cmso-service/pom.xml +++ b/cmso-service/pom.xml @@ -33,12 +33,12 @@ <version>1.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.onap.optf.cmso</groupId>
+ <groupId>org.onap.optf.cmso.service</groupId>
<artifactId>cmso-service</artifactId>
<packaging>jar</packaging>
- <name>cmso</name>
+ <name>cmso-service</name>
<properties>
<maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
|