From d1be6e1d58d1da6556a88e310eea51fbcf88c693 Mon Sep 17 00:00:00 2001 From: pranitk1905 Date: Thu, 2 Mar 2023 16:29:38 +0530 Subject: [DCAEGEN2]son-handler fails to start Changed tomcat-embed-core version 10.1.2 to 9.0.72 Issue-ID: DCAEGEN2-3359 Change-Id: If36dd7550515d80d516090c445844d471d871568 Signed-off-by: pranitk1905 --- Changelog.md | 2 ++ pom.xml | 4 ++-- version.properties | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index d4e8359..6507b0c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,8 @@ 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/). +## [2.2.1] - 2023/03/02 + - [DCAEGEN2-3359]- son-handler fails to start ## [2.2.0] - 2023/02/22 - [DCAEGEN2-3356]-dcaegen2-services-son-handler vulnerability updates diff --git a/pom.xml b/pom.xml index 9f1720a..0602d09 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.dcaegen2.services.son-handler son-handler dcaegen2-services-son-handler - 2.2.0-SNAPSHOT + 2.2.1-SNAPSHOT @@ -273,7 +273,7 @@ org.apache.tomcat.embed tomcat-embed-core - 10.1.2 + 9.0.72 ch.qos.logback diff --git a/version.properties b/version.properties index ce671a8..6c46487 100644 --- a/version.properties +++ b/version.properties @@ -22,7 +22,7 @@ ############################################################################### major=2 minor=2 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT -- cgit 1.2.3-korg