[PMSH] Swagger Indentation Error 49/127649/2 2.2.1-pmsh
authoregernug <gerard.nugent@est.tech>
Thu, 10 Mar 2022 10:14:54 +0000 (10:14 +0000)
committeregernug <gerard.nugent@est.tech>
Fri, 11 Mar 2022 09:37:12 +0000 (09:37 +0000)
Issue-ID: DCAEGEN2-3103

Signed-off-by: egernug <gerard.nugent@est.tech>
Change-Id: Ib6ba3aeaef26b46354961e88f08fbd0d512a5749

components/pm-subscription-handler/Changelog.md
components/pm-subscription-handler/pmsh_service/mod/api/pmsh_swagger.yml
components/pm-subscription-handler/pom.xml
components/pm-subscription-handler/setup.py
components/pm-subscription-handler/version.properties

index 8225ec8..c3954df 100755 (executable)
@@ -5,13 +5,16 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](http://keepachangelog.com/)
 and this project adheres to [Semantic Versioning](http://semver.org/).
 
+## [2.2.1]
+### Changed
+* Swagger Indentation Error (DCAEGEN2-3103)
+
 ## [2.2.0]
 ### Changed
 * Update Filter API (DCAEGEN2-2922)
 * Cleaning up old App Config, subscription handler and it's subsequent calls (DCAEGEN2-3085)
 * Create Measurement Group API (DCAEGEN2-2920)
 
-
 ## [2.1.1]
 ### Changed
 * Fixes for Flask, MarkupSafe versions + tox (DCAEGEN2-3086)
index 258ca51..b88b9bf 100644 (file)
@@ -176,11 +176,11 @@ paths:
           required: true
           description: Name of the measurement group
           type: string
-        - in: "body"
-            name: "body"
-            required: true
-            schema:
-              $ref: "#/definitions/measurementGroup"
+        - name: "body"
+          in: "body"
+          required: true
+          schema:
+            $ref: "#/definitions/measurementGroup"
       responses:
         201:
           description: Successfully created measurement group
index 88ae50d..6300dc9 100644 (file)
@@ -32,7 +32,7 @@
   <groupId>org.onap.dcaegen2.services</groupId>
   <artifactId>pmsh</artifactId>
   <name>dcaegen2-services-pm-subscription-handler</name>
-  <version>2.2.0-SNAPSHOT</version>
+  <version>2.2.1-SNAPSHOT</version>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <sonar.sources>.</sonar.sources>
index a4a80ef..9d1aa6d 100644 (file)
@@ -22,7 +22,7 @@ from setuptools import setup, find_packages
 
 setup(
     name="pm_subscription_handler",
-    version="2.2.0",
+    version="2.2.1",
     packages=find_packages(),
     author="lego@est.tech",
     author_email="lego@est.tech",
index 3ad2137..3843d76 100644 (file)
@@ -1,6 +1,6 @@
 major=2
 minor=2
-patch=0
+patch=1
 base_version=${major}.${minor}.${patch}
 release_version=${base_version}
 snapshot_version=${base_version}-SNAPSHOT