diff options
author | 2020-10-13 11:41:41 +0100 | |
---|---|---|
committer | 2020-10-14 09:30:02 +0000 | |
commit | 75c997686e5f85709b8c2bfc3f46d9661710a9f8 (patch) | |
tree | 3cb4ff54cb47deda7cb75101c09069d6acf64f94 /components/pm-subscription-handler/pom.xml | |
parent | 5d9a6fc623fd8f5147f3df7d42947f97a95ded53 (diff) |
[PMSH] Bug fix for missing sdnc params in DELETE event
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: I051cf6fd727ad99451c3c8386f604501b2eef8e0
Issue-ID: DCAEGEN2-2483
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 2fa95b88..b28c6737 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>1.1.1-SNAPSHOT</version> + <version>1.1.2-SNAPSHOT</version> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <sonar.sources>.</sonar.sources> |