From: efiacor Date: Fri, 24 Apr 2020 08:55:00 +0000 (+0100) Subject: [PMSH] Bump version X-Git-Tag: 1.1.0~7 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=2c9bb1fe97d3ebc611495959c120d8e2a3e6f9a3;p=dcaegen2%2Fservices.git [PMSH] Bump version Signed-off-by: efiacor Change-Id: Icb169f8216a71117a61b20a41e31af6285cbde9e Issue-ID: DCAEGEN2-2156 --- diff --git a/components/pm-subscription-handler/pom.xml b/components/pm-subscription-handler/pom.xml index 359b0c2e..94198d21 100644 --- a/components/pm-subscription-handler/pom.xml +++ b/components/pm-subscription-handler/pom.xml @@ -31,7 +31,7 @@ org.onap.dcaegen2.services pmsh dcaegen2-services-pm-subscription-handler - 1.0.3-SNAPSHOT + 1.1.0-SNAPSHOT UTF-8 . diff --git a/components/pm-subscription-handler/version.properties b/components/pm-subscription-handler/version.properties index ab6cbfe5..7b8b963a 100644 --- a/components/pm-subscription-handler/version.properties +++ b/components/pm-subscription-handler/version.properties @@ -1,6 +1,6 @@ major=1 -minor=0 -patch=3 +minor=1 +patch=0 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT