diff options
-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> |