Use aai-parent:1.6.10 95/103895/1
authorJimmy Forsyth <jf2512@att.com>
Wed, 18 Mar 2020 16:59:50 +0000 (12:59 -0400)
committerJimmy Forsyth <jf2512@att.com>
Wed, 18 Mar 2020 16:59:52 +0000 (12:59 -0400)
Issue-ID: AAI-2835
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: Idf8537e6ba47b6540e80bc8d747a84e1cc9e1eac

pom.xml

diff --git a/pom.xml b/pom.xml
index 969d470..e64ae40 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.aai.aai-common</groupId>
         <artifactId>aai-parent</artifactId>
-        <version>1.6.6-SNAPSHOT</version>
+        <version>1.6.10</version>
     </parent>
 
     <groupId>org.onap.aai</groupId>
@@ -34,6 +34,7 @@
     <name>aai-rest-client</name>
 
     <properties>
+        <aai.common.version>1.6.10</aai.common.version>
         <checkstyle.config.location>google_checks.xml</checkstyle.config.location>
         <jacoco.report.directory>${project.build.directory}/code-coverage</jacoco.report.directory>
         <jacoco.line.coverage.limit>0.80</jacoco.line.coverage.limit>