diff options
author | Kajur, Harish (vk250x) <vk250x@att.com> | 2019-02-21 10:00:14 -0500 |
---|---|---|
committer | Kajur, Harish (vk250x) <vk250x@att.com> | 2019-02-21 10:00:41 -0500 |
commit | 86fa02e9207b20d2425d9af3980d994e86076c75 (patch) | |
tree | e10781bfb8062e68a3c125864cd96c3a03499636 /aai-queries | |
parent | 8762d349e1be6f2facb725d8604e62d0f3c1dbba (diff) |
Update schema service to 1.0.1-SNAPSHOT
Issue-ID: AAI-2170
Change-Id: I4728df2a0692803cb55b9e38863444ec5c41792c
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 ff931da..23a48ca 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.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </parent> <artifactId>aai-queries</artifactId> <name>aai-queries</name> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <properties> <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> <!-- Start of Default ONAP Schema Properties --> |