Changing version to 1.7.2 and updating Changelog.md 01/123601/2 1.7.2
authorStanislav Marszalek <s.marszalek2@partner.samsung.com>
Thu, 26 Aug 2021 06:54:24 +0000 (08:54 +0200)
committerStanislav Marszalek <s.marszalek2@partner.samsung.com>
Thu, 26 Aug 2021 08:00:38 +0000 (10:00 +0200)
Issue-ID: DCAEGEN2-2887

Signed-off-by: Stanislav Marszalek <s.marszalek2@partner.samsung.com>
Change-Id: I02d3684c98d563d7f386de2fdf032e930ac18b3f

Changelog.md
pom.xml
version.properties

index a77b64d..ef47141 100644 (file)
@@ -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 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -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>
index cedaba1..75acd49 100644 (file)
@@ -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