diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-10-25 14:56:26 +0200 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-10-25 15:41:20 +0200 |
commit | 616e19c4fe775efd611500c23856af69287c0a15 (patch) | |
tree | 0ad8753e8e4983ae91d0b4220b3b5f8f8107a326 /aai-schema-service/pom.xml | |
parent | e4b2c4461a1289e4be7bd533b983d658cb01a376 (diff) |
Openapi file is incorrect for array fields
Issue-ID: AAI-4038
Change-Id: Ib429c413452be401b9a9bb27c62ef8a2ae51bccc
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'aai-schema-service/pom.xml')
-rw-r--r-- | aai-schema-service/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aai-schema-service/pom.xml b/aai-schema-service/pom.xml index 650ba43..d0d6627 100644 --- a/aai-schema-service/pom.xml +++ b/aai-schema-service/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.aai.schema-service</groupId> <artifactId>schema-service</artifactId> - <version>1.12.5-SNAPSHOT</version> + <version>1.12.6-SNAPSHOT</version> </parent> <groupId>org.onap.aai.schema-service</groupId> <artifactId>aai-schema-service</artifactId> |