summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorHarish Venkata Kajur <vk250x@att.com>2020-08-31 12:32:28 -0400
committerHarish Venkata Kajur <vk250x@att.com>2020-08-31 14:03:00 -0400
commit9bad5abf37f2085d9d73b16640b03ebb7e4adfdf (patch)
tree14f2c7ce32571d5a7449186eb7b21880be3ca06c /pom.xml
parenteded3a242bfe2aeb2e9843558c4c0660dc1e1c3b (diff)
Change 1.7.0-SNAPSHOT to release for aai-common artifacts
Issue-ID: AAI-2886 Change-Id: I8bfcf855aef385973cfc031e351b0b3ff7959253 Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 5c39095..b0c0823 100755
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,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.graphadmin</groupId>
<artifactId>aai-graphadmin</artifactId>
@@ -55,7 +55,8 @@
<!-- This value should be overwritten at runtime to wherever need to be pushed to -->
<docker.push.registry>localhost:5000</docker.push.registry>
<aai.docker.version>1.0.0</aai.docker.version>
- <aai.schema.version>1.6.6</aai.schema.version>
+ <aai.schema.version>1.7.3</aai.schema.version>
+ <aai.common.version>1.7.0</aai.common.version>
<aai.build.directory>${project.build.directory}/${project.artifactId}-${project.version}-build/
</aai.build.directory>
<aai.docker.namespace>onap</aai.docker.namespace>