aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2020-03-18 12:59:50 -0400
committerJimmy Forsyth <jf2512@att.com>2020-03-18 12:59:52 -0400
commit24480dd2ff5ec84b94ca66a61588b744494794e7 (patch)
treefd9c5d18f4fe0b676f8814e4da2da52c6fcdb5a6
parent781bf18a72a17044d2c0f66ea25bf0e72f8006eb (diff)
Use aai-parent:1.6.10
Issue-ID: AAI-2835 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: Idf8537e6ba47b6540e80bc8d747a84e1cc9e1eac
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 969d470..e64ae40 100644
--- 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>