Use aai-parent:1.6.10
[aai/model-loader.git] / 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>