diff options
author | Jimmy Forsyth <jf2512@att.com> | 2020-03-18 12:48:57 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2020-03-18 12:49:38 -0400 |
commit | caebf96699363909496ab3dace9d68c013c3778d (patch) | |
tree | 19671afc6cde5483f0efadaafab2e29a90b44110 | |
parent | 838331e07bb75cc2f4ae12dd5c8eb606d425e7a4 (diff) |
Use aai-parent:1.6.10
Issue-ID: AAI-2835
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I50c82c36818eb4f2687fdb1690644b3aaa597e61
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,7 +26,7 @@ <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-parent</artifactId> - <version>1.6.6-SNAPSHOT</version> + <version>1.6.10</version> <relativePath /> </parent> @@ -36,6 +36,7 @@ <version>1.6.0-SNAPSHOT</version> <properties> + <aai.common.version>1.6.10</aai.common.version> <start-class>org.onap.aai.modelloader.service.ModelLoaderApplication</start-class> <nexusproxy>https://nexus.onap.org</nexusproxy> <docker.location>${basedir}/target</docker.location> @@ -53,7 +54,6 @@ <!-- This will be used for the docker images as the default format of maven build has issues --> <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format> <!-- Code coverage enforcement --> - <jacoco.report.directory>${project.build.directory}/code-coverage</jacoco.report.directory> <jacoco.line.coverage.limit>0.80</jacoco.line.coverage.limit> </properties> |