Sync up graphadmin with latest aai-common 44/118444/1
authorMaharajh, Robby (rx2202) <rx2202@us.att.com>
Thu, 25 Feb 2021 01:05:09 +0000 (20:05 -0500)
committerMaharajh, Robby (rx2202) <rx2202@us.att.com>
Thu, 25 Feb 2021 01:05:22 +0000 (20:05 -0500)
Issue-ID: AAI-3249
Change-Id: I28311eec7434e0a7d22fdeae089a0f2c33ece98f
Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 536d3bf..b0d0b33 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onap.aai.aai-common</groupId>
         <artifactId>aai-parent</artifactId>
-        <version>1.7.3</version>
+        <version>1.8.1</version>
     </parent>
     <groupId>org.onap.aai.graphadmin</groupId>
     <artifactId>aai-graphadmin</artifactId>
@@ -56,7 +56,7 @@
         <docker.push.registry>localhost:5000</docker.push.registry>
         <aai.docker.version>1.0.0</aai.docker.version>
         <aai.schema.service.version>1.8.3</aai.schema.service.version>
-        <aai.common.version>1.7.3</aai.common.version>
+        <aai.common.version>1.8.1</aai.common.version>
         <aai.build.directory>${project.build.directory}/${project.artifactId}-${project.version}-build/
         </aai.build.directory>
         <aai.docker.namespace>onap</aai.docker.namespace>