Use aai-parent:1.6.10 94/103894/1
authorJimmy Forsyth <jf2512@att.com>
Wed, 18 Mar 2020 16:48:57 +0000 (12:48 -0400)
committerJimmy Forsyth <jf2512@att.com>
Wed, 18 Mar 2020 16:49:38 +0000 (12:49 -0400)
Issue-ID: AAI-2835
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I50c82c36818eb4f2687fdb1690644b3aaa597e61

pom.xml

diff --git a/pom.xml b/pom.xml
index e3c18fd..68ad3b6 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -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>