aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarish Venkata Kajur <vk250x@att.com>2020-08-31 12:34:33 -0400
committerHarish Venkata Kajur <vk250x@att.com>2020-08-31 12:34:38 -0400
commitfcb26f3e3cd2dd4467b1251f08dd4e39190a5db6 (patch)
tree8134e1ba23a1474183096697a3227dc6dbb266f4
parent3659c638c03877e8ab2ed553ae0d1d5bd489000f (diff)
Change 1.7.0-SNAPSHOT to release for aai-common artifacts
Issue-ID: AAI-2886 Change-Id: I4506bbf4ce6c807369a01f3d14266cd4bcdd3940 Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index fcc663a..00891b6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.onap.aai.aai-common</groupId>
<artifactId>aai-parent</artifactId>
- <version>1.7.0-SNAPSHOT</version>
+ <version>1.7.0</version>
</parent>
<groupId>org.onap.aai.graphgraph</groupId>
@@ -26,6 +26,7 @@
<docker.registry>docker.io</docker.registry>
<docker.push.registry>localhost:5000</docker.push.registry>
<aai.docker.namespace>onap</aai.docker.namespace>
+ <aai.common.version>1.7.0</aai.common.version>
<aai.build.directory>${project.build.directory}/${project.artifactId}-${project.version}-build/</aai.build.directory>
<graphgraph.startpath>src/main/resources/</graphgraph.startpath>
</properties>