From 2c9bb1fe97d3ebc611495959c120d8e2a3e6f9a3 Mon Sep 17 00:00:00 2001 From: efiacor Date: Fri, 24 Apr 2020 09:55:00 +0100 Subject: [PMSH] Bump version Signed-off-by: efiacor Change-Id: Icb169f8216a71117a61b20a41e31af6285cbde9e Issue-ID: DCAEGEN2-2156 --- components/pm-subscription-handler/pom.xml | 2 +- components/pm-subscription-handler/version.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'components/pm-subscription-handler') 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 -- cgit 1.2.3-korg