diff options
author | wreehil <wr148d@att.com> | 2020-10-29 12:17:54 -0400 |
---|---|---|
committer | wreehil <wr148d@att.com> | 2020-10-29 12:17:54 -0400 |
commit | fdc8426fbff5e496948d6c22a09024e53b8d69fe (patch) | |
tree | b163577d85606d86bcfac92c28a2c2f22d18cedd /aai-queries | |
parent | 4a15e47694e7a81f26abbd1cbc480a7c5850aeb9 (diff) |
Upversion schema service to 1.7.12 for the network slicing functional use case
Issue-ID: AAI-3212
Signed-off-by: wreehil <wr148d@att.com>
Change-Id: Ifcefe255f0a2b6971f77db7752696e9ca29cc9ba
Diffstat (limited to 'aai-queries')
-rw-r--r-- | aai-queries/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aai-queries/pom.xml b/aai-queries/pom.xml index c381b3c..b69d736 100644 --- a/aai-queries/pom.xml +++ b/aai-queries/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.onap.aai.schema-service</groupId> <artifactId>schema-service</artifactId> - <version>1.7.11-SNAPSHOT</version> + <version>1.7.12-SNAPSHOT</version> </parent> <artifactId>aai-queries</artifactId> <name>aai-queries</name> |