summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2021-03-08 11:53:00 -0500
committerDan Timoney <dtimoney@att.com>2021-03-10 14:41:44 -0500
commit32bcdd700561be5457bbc0658fc27a87e1419f36 (patch)
treef7f77ece9bd8b8f419feb00d691376555b7f1c54 /pom.xml
parent0acd15c5231c03ffed3743f4028214e3c71c11a3 (diff)
Updates to use new db tables
Implemented new method to write service data to separate services, networks, vnfs and vf-modules tables. Updated service-topology-operation, network-topology-operation, vnf-topology-operation and vf-module-operation RPCs to use new service data read/write methods. Issue-ID: SDNC-1348 Change-Id: Id52dc81dc485232f0a0fdbab5f8ce907db18d9e7 Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index cd18c32..cad41de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
- <version>2.1.1-SNAPSHOT</version>
+ <version>2.1.1</version>
</parent>
<groupId>org.onap.sdnc.apps</groupId>