diff options
author | Kajur, Harish (vk250x) <vk250x@att.com> | 2019-10-31 19:39:30 +0000 |
---|---|---|
committer | Kajur, Harish (vk250x) <vk250x@att.com> | 2019-10-31 19:39:44 +0000 |
commit | 7bf7bd2d17a394790cf1483dc37b3ff742497117 (patch) | |
tree | 2735e4c3a30c6aaceabf59cfb28b2cfb35424b21 /aai-queries | |
parent | 16662450f42c0ea03a8fc12a2c2bb18d9d8e2558 (diff) |
Update the schema service to 1.6.1-SNAPSHOT
Issue-ID: AAI-2607
Change-Id: I346a23af1c0176a8a9dbaeac3b83ba5e50e27618
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
Diffstat (limited to 'aai-queries')
-rw-r--r-- | aai-queries/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aai-queries/pom.xml b/aai-queries/pom.xml index 3b4b742..ab8865e 100644 --- a/aai-queries/pom.xml +++ b/aai-queries/pom.xml @@ -27,11 +27,11 @@ <parent> <groupId>org.onap.aai.schema-service</groupId> <artifactId>schema-service</artifactId> - <version>1.6.0-SNAPSHOT</version> + <version>1.6.1-SNAPSHOT</version> </parent> <artifactId>aai-queries</artifactId> <name>aai-queries</name> - <version>1.6.0-SNAPSHOT</version> + <version>1.6.1-SNAPSHOT</version> <properties> <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> <!-- Start of Default ONAP Schema Properties --> |