aboutsummaryrefslogtreecommitdiffstats
path: root/generic-resource-api/client
diff options
context:
space:
mode:
authorSingal, Kapil (ks220y) <ks220y@att.com>2021-06-20 00:10:23 -0400
committerSingal, Kapil (ks220y) <ks220y@att.com>2021-06-20 00:10:23 -0400
commitfe35c591bf2769f3e2ca06b9dff762dcbdd3fe13 (patch)
tree83fe601ebbc91a450ace582540de410128f4b8e2 /generic-resource-api/client
parent3fbb662d06378afad296a593f83b7d49c4f0f677 (diff)
Updating parent verson to 2.1.7
Running mvn tidy:pom Issue-ID: SDNC-1567 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Id0157c1f7306c6ecb0b9fac2a078394f5c41cd73
Diffstat (limited to 'generic-resource-api/client')
-rw-r--r--generic-resource-api/client/pom.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/generic-resource-api/client/pom.xml b/generic-resource-api/client/pom.xml
index 607b128f..e6af4c23 100644
--- a/generic-resource-api/client/pom.xml
+++ b/generic-resource-api/client/pom.xml
@@ -5,7 +5,8 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>client-parent</artifactId>
- <version>2.1.4</version>
+ <version>2.1.7</version>
+ <relativePath/>
</parent>
<groupId>org.onap.sdnc.northbound</groupId>
@@ -20,6 +21,7 @@
<properties>
<api.name>generic-resource</api.name>
</properties>
+
<dependencies>
<dependency>
<groupId>javax.annotation</groupId>
@@ -27,6 +29,7 @@
<version>1.0</version>
</dependency>
</dependencies>
+
<build>
<plugins>
<plugin>