aboutsummaryrefslogtreecommitdiffstats
path: root/SdncReports
diff options
context:
space:
mode:
authorPérez Caparrós David, INI-INO-ECO-HCT <David.PerezCaparros@swisscom.com>2019-06-09 17:04:41 +0200
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-06-09 23:16:16 +0200
commitafdeaf416ebe7e4715e2662018d766473b74bf2b (patch)
tree9595dd30b1e0a073d917bfd6124e071310a7b598 /SdncReports
parentccd5410e744e9a75b3e3747bae418f506b502e00 (diff)
Add logic to delete resource also from AAI1.5.4
Delete resources (AccessConnectivity, InternetProfile) from AAI in delete operation Issue-ID: SDNC-791 Signed-off-by: Pérez Caparrós David <David.PerezCaparros@swisscom.com> Change-Id: I4a3eb7880e3736656acf30342ac98aa84cd62afb Former-commit-id: 907ae4554256a7f01fe3b2ecd869dcd4dff6a01f
Diffstat (limited to 'SdncReports')
-rw-r--r--SdncReports/SdncReportsApi/pom.xml4
-rw-r--r--SdncReports/SdncReportsDao/pom.xml4
-rw-r--r--SdncReports/pom.xml2
3 files changed, 5 insertions, 5 deletions
diff --git a/SdncReports/SdncReportsApi/pom.xml b/SdncReports/SdncReportsApi/pom.xml
index 9363761e..81dd2e90 100644
--- a/SdncReports/SdncReportsApi/pom.xml
+++ b/SdncReports/SdncReportsApi/pom.xml
@@ -4,12 +4,12 @@
<packaging>jar</packaging>
<artifactId>SdncReportsApi</artifactId>
<groupId>org.onap.sdnc.oam</groupId>
- <version>1.5.3-SNAPSHOT</version>
+ <version>1.5.4-SNAPSHOT</version>
<name>sdnc-oam :: SdncReports :: SdncReportsApi</name>
<parent>
<groupId>org.onap.sdnc.oam</groupId>
<artifactId>SdncReports</artifactId>
- <version>1.5.3-SNAPSHOT</version>
+ <version>1.5.4-SNAPSHOT</version>
</parent>
diff --git a/SdncReports/SdncReportsDao/pom.xml b/SdncReports/SdncReportsDao/pom.xml
index ad422320..d863690b 100644
--- a/SdncReports/SdncReportsDao/pom.xml
+++ b/SdncReports/SdncReportsDao/pom.xml
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.sdnc.oam</groupId>
<artifactId>SdncReportsDao</artifactId>
- <version>1.5.3-SNAPSHOT</version>
+ <version>1.5.4-SNAPSHOT</version>
<packaging>jar</packaging>
<name>sdnc-oam :: SdncReports :: SdncReportsDao</name>
@@ -11,7 +11,7 @@
<parent>
<groupId>org.onap.sdnc.oam</groupId>
<artifactId>SdncReports</artifactId>
- <version>1.5.3-SNAPSHOT</version>
+ <version>1.5.4-SNAPSHOT</version>
</parent>
<dependencies>
diff --git a/SdncReports/pom.xml b/SdncReports/pom.xml
index a03e5c80..491e449a 100644
--- a/SdncReports/pom.xml
+++ b/SdncReports/pom.xml
@@ -5,7 +5,7 @@
<groupId>org.onap.sdnc.oam</groupId>
<artifactId>SdncReports</artifactId>
- <version>1.5.3-SNAPSHOT</version>
+ <version>1.5.4-SNAPSHOT</version>
<packaging>pom</packaging>
<name>sdnc-oam :: SdncReports</name>