diff options
Diffstat (limited to 'generic-resource-api/model/swagger/pom.xml')
-rw-r--r-- | generic-resource-api/model/swagger/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/generic-resource-api/model/swagger/pom.xml b/generic-resource-api/model/swagger/pom.xml index 9ac1a2b4..27863cca 100644 --- a/generic-resource-api/model/swagger/pom.xml +++ b/generic-resource-api/model/swagger/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>oparent</artifactId> - <version>2.8.0</version> + <version>3.0.0</version> </parent> <groupId>org.onap.sdnc.northbound</groupId> <artifactId>generic-resource-api-model-swagger</artifactId> - <version>2.8.1-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <packaging>jar</packaging> <name>sdnc-northbound :: generic-resource-api:: ${project.artifactId}</name> @@ -156,7 +156,7 @@ <base-module>${api.name}</base-module> <swagger-format>json</swagger-format> <path-format>rfc8040</path-format> - <use-namespaces>true</use-namespaces> + <use-namespaces>false</use-namespaces> </additionalConfiguration> </generator> </codeGenerators> @@ -181,7 +181,7 @@ <base-module>${api.name}</base-module> <swagger-format>yaml</swagger-format> <path-format>rfc8040</path-format> - <use-namespaces>true</use-namespaces> + <use-namespaces>false</use-namespaces> </additionalConfiguration> </generator> </codeGenerators> |