summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-06-08 12:16:24 -0400
committerDan Timoney <dtimoney@att.com>2020-06-19 14:15:10 -0400
commitd99e2dfa5c1db6daed4e98ea208089969a0867cf (patch)
tree9c4cdfdfff13d37f184cb4f1aa86a6d23bebf6f1 /pom.xml
parent5563f521d8ca0b38f93d51246d2aea8c6648c3a4 (diff)
Implement GRA preload and service data objects
Implements CRUD operations and RPCs for GRA preload data, as well as adding data object for service-data. Change-Id: I93d268e7f1cfbcd4e839e122f72ce02928dad807 Issue-ID: SDNC-1205 Issue-ID: SDNC-1209 Issue-ID: SDNC-1210 Issue-ID: SDNC-1213 Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 1862d4a..26e4acc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,8 +8,8 @@
<version>2.0.0-SNAPSHOT</version>
</parent>
- <groupId>org.onap.sdnc</groupId>
- <artifactId>apps</artifactId>
+ <groupId>org.onap.sdnc.apps</groupId>
+ <artifactId>sdnc-apps</artifactId>
<version>2.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
@@ -18,6 +18,6 @@
<url>http://wiki.onap.org</url>
<modules>
- <module>pomba</module>
+ <module>ms</module>
</modules>
</project>