diff options
author | Dan Timoney <dtimoney@att.com> | 2021-04-16 08:42:36 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-04-16 08:42:36 -0400 |
commit | edb5ba410f021cf915e942c0879d8bba4ab05c65 (patch) | |
tree | c036d9a9d8098fc5b014dd663846112a86dff13d /a1-policy-management | |
parent | c9a125cd565f31bbb13db99bc51710125dd1f9df (diff) |
Use RC2 version of parent pom1.1.4
Use RC2 version of parent pom in order to pick up sli fix
for SDNC-1515
Issue-ID: CCSDK-3263
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I051cd5e1efeb1d05ef432d861ec0f17ba2410e20
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> |