diff options
author | Jimmy Forsyth <jf2512@att.com> | 2020-03-18 12:59:50 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2020-03-18 12:59:52 -0400 |
commit | 24480dd2ff5ec84b94ca66a61588b744494794e7 (patch) | |
tree | fd9c5d18f4fe0b676f8814e4da2da52c6fcdb5a6 | |
parent | 781bf18a72a17044d2c0f66ea25bf0e72f8006eb (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.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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> |