diff options
author | 2020-04-24 09:55:00 +0100 | |
---|---|---|
committer | 2020-04-24 09:55:06 +0100 | |
commit | 2c9bb1fe97d3ebc611495959c120d8e2a3e6f9a3 (patch) | |
tree | 9de082eb090adeee52a17897f1319e98fdcd89c7 /components/pm-subscription-handler | |
parent | a382ca84547569e0984e013b6f10732cac4ab6ac (diff) |
[PMSH] Bump version
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: Icb169f8216a71117a61b20a41e31af6285cbde9e
Issue-ID: DCAEGEN2-2156
Diffstat (limited to 'components/pm-subscription-handler')
-rw-r--r-- | components/pm-subscription-handler/pom.xml | 2 | ||||
-rw-r--r-- | components/pm-subscription-handler/version.properties | 4 |
2 files changed, 3 insertions, 3 deletions
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 @@ <groupId>org.onap.dcaegen2.services</groupId> <artifactId>pmsh</artifactId> <name>dcaegen2-services-pm-subscription-handler</name> - <version>1.0.3-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <sonar.sources>.</sonar.sources> 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 |