diff options
author | Dan Timoney <dtimoney@att.com> | 2020-06-08 12:16:24 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-06-19 14:15:10 -0400 |
commit | d99e2dfa5c1db6daed4e98ea208089969a0867cf (patch) | |
tree | 9c4cdfdfff13d37f184cb4f1aa86a6d23bebf6f1 /pom.xml | |
parent | 5563f521d8ca0b38f93d51246d2aea8c6648c3a4 (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.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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> |