diff options
author | Stanislav Marszalek <s.marszalek2@partner.samsung.com> | 2021-08-26 08:54:24 +0200 |
---|---|---|
committer | Stanislav Marszalek <s.marszalek2@partner.samsung.com> | 2021-08-26 10:00:38 +0200 |
commit | 88f153f1d2126340d7d18de97e6b68ac29ca1eef (patch) | |
tree | 3ebd3ae236226322fe2f54e5029ce6356a03d838 | |
parent | 11a5507a9754d3259b8daf1b37e1fb763ad53318 (diff) |
Changing version to 1.7.2 and updating Changelog.md1.7.2
Issue-ID: DCAEGEN2-2887
Signed-off-by: Stanislav Marszalek <s.marszalek2@partner.samsung.com>
Change-Id: I02d3684c98d563d7f386de2fdf032e930ac18b3f
-rw-r--r-- | Changelog.md | 4 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/Changelog.md b/Changelog.md index a77b64d..ef47141 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.7.2] - 26/08/2021 +### Changed +- Fix issues reported by Sonar + ## [1.7.1] - 18/08/2021 ### Changed - Add pm-mapper local development tools @@ -34,7 +34,7 @@ <groupId>org.onap.dcaegen2.services</groupId> <artifactId>pm-mapper</artifactId> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.2-SNAPSHOT</version> <name>dcaegen2-services-pm-mapper</name> diff --git a/version.properties b/version.properties index cedaba1..75acd49 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=1 minor=7 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT |