diff options
Diffstat (limited to 'a1-policy-management')
-rw-r--r-- | a1-policy-management/api/pms-api.json | 2 | ||||
-rw-r--r-- | a1-policy-management/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/a1-policy-management/api/pms-api.json b/a1-policy-management/api/pms-api.json index 9514f7ed..d22c65a8 100644 --- a/a1-policy-management/api/pms-api.json +++ b/a1-policy-management/api/pms-api.json @@ -444,7 +444,7 @@ "operationId": "deleteService", "responses": { "204": { - "description": "Service deleted", + "description": "Not used", "content": {"*/*": {"schema": {"$ref": "#/components/schemas/void"}}} }, "404": { diff --git a/a1-policy-management/pom.xml b/a1-policy-management/pom.xml index 020cde4c..17040edd 100644 --- a/a1-policy-management/pom.xml +++ b/a1-policy-management/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.1.2</version> + <version>2.1.3-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.oran</groupId> |