diff options
author | 2022-02-18 15:20:14 +0000 | |
---|---|---|
committer | 2022-02-22 09:27:16 +0000 | |
commit | 37762006756658532012d9b8e4286e80acb612c4 (patch) | |
tree | d8bbd23cd1f66cc02c6a45f9d40193bc201519e1 /components/pm-subscription-handler/pom.xml | |
parent | eabbdce7cba8c04a852cad47b0731b88030e1856 (diff) |
[PMSH] Fixes for Flask, MarkupSafe versions + tox
Fixes due to version issues and minor fixes for tox and unit test
Patch 3+4: Version bump
Issue-ID: DCAEGEN2-3086
Signed-off-by: egernug <gerard.nugent@est.tech>
Change-Id: Ibbb83bb50f96737ad127c4c2463957500f7581db
Diffstat (limited to 'components/pm-subscription-handler/pom.xml')
-rw-r--r-- | components/pm-subscription-handler/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/pm-subscription-handler/pom.xml b/components/pm-subscription-handler/pom.xml index b75fbf51..815b2f16 100644 --- a/components/pm-subscription-handler/pom.xml +++ b/components/pm-subscription-handler/pom.xml @@ -32,7 +32,7 @@ <groupId>org.onap.dcaegen2.services</groupId> <artifactId>pmsh</artifactId> <name>dcaegen2-services-pm-subscription-handler</name> - <version>2.1.0-SNAPSHOT</version> + <version>2.1.1-SNAPSHOT</version> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <sonar.sources>.</sonar.sources> |