From 88f153f1d2126340d7d18de97e6b68ac29ca1eef Mon Sep 17 00:00:00 2001 From: Stanislav Marszalek Date: Thu, 26 Aug 2021 08:54:24 +0200 Subject: [PATCH] Changing version to 1.7.2 and updating Changelog.md Issue-ID: DCAEGEN2-2887 Signed-off-by: Stanislav Marszalek Change-Id: I02d3684c98d563d7f386de2fdf032e930ac18b3f --- Changelog.md | 4 ++++ pom.xml | 2 +- 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 diff --git a/pom.xml b/pom.xml index afbde12..7d74cfb 100644 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,7 @@ org.onap.dcaegen2.services pm-mapper - 1.7.1-SNAPSHOT + 1.7.2-SNAPSHOT dcaegen2-services-pm-mapper 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 -- 2.16.6