diff options
author | Kajur, Harish (vk250x) <vk250x@att.com> | 2019-04-10 11:00:43 -0400 |
---|---|---|
committer | Kajur, Harish (vk250x) <vk250x@att.com> | 2019-04-10 11:45:05 -0400 |
commit | bd30b66c9cd6a18f3c4c7560afddb813b76c385c (patch) | |
tree | 8639b9c70a966b9bb3f72a61b07a7834fe2f73f9 /aai-queries | |
parent | 4dddfa3cb288a7cd5a04c8f419cef1a09afde9f9 (diff) |
Adding product entry id property in schema
Issue-ID: AAI-2226
Change-Id: I5da79ac0bf541b051704916c403e84631df10612
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 69bbcff..a807229 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.1-SNAPSHOT</version> + <version>1.0.2-SNAPSHOT</version> </parent> <artifactId>aai-queries</artifactId> <name>aai-queries</name> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.2-SNAPSHOT</version> <properties> <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> <!-- Start of Default ONAP Schema Properties --> |