summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 0845361..4fb5b22 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
<parent>
<groupId>org.onap.aai.aai-common</groupId>
<artifactId>aai-parent</artifactId>
- <version>1.7.0-SNAPSHOT</version>
+ <version>1.7.3</version>
</parent>
<properties>
@@ -45,6 +45,7 @@
<aai.oxm.target.folder>${project.build.directory}/bundleconfig/etc/oxm/</aai.oxm.target.folder>
<docker.location>${basedir}/target</docker.location>
<jacoco.line.coverage.limit>0.55</jacoco.line.coverage.limit>
+ <aai.common.version>1.7.2</aai.common.version>
</properties>
<dependencies>