From c7ea15da1edda4281e6d45e621d12a0d0d892bbe Mon Sep 17 00:00:00 2001 From: pranitk1905 Date: Thu, 2 Mar 2023 17:20:42 +0530 Subject: [DCAEGEN2]slice-analysis-ms fails to start Changed tomcat-embed-core version 10.1.2 to 9.0.72 Issue-ID: DCAEGEN2-3358 Change-Id: I1ee91fc296bc4cc5d4a5d08b71c104e7f422ba85 Signed-off-by: pranitk1905 --- components/slice-analysis-ms/ChangeLog.md | 4 +++- components/slice-analysis-ms/pom.xml | 4 ++-- components/slice-analysis-ms/version.properties | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/components/slice-analysis-ms/ChangeLog.md b/components/slice-analysis-ms/ChangeLog.md index 3c61b9f0..a85827e5 100644 --- a/components/slice-analysis-ms/ChangeLog.md +++ b/components/slice-analysis-ms/ChangeLog.md @@ -3,7 +3,9 @@ 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.2.1] - 2023/03/02 + - [DCAEGEN2-3358](https://jira.onap.org/browse/DCAEGEN2-3358) - slice-analysis-ms fails to start + ## [1.2.0] - 2023/02/22 - [DCAEGEN2-3355](https://jira.onap.org/browse/DCAEGEN2-3355) - Slice-Analysis-Ms vulnerability updates diff --git a/components/slice-analysis-ms/pom.xml b/components/slice-analysis-ms/pom.xml index cf4de61b..6d4e8fcc 100644 --- a/components/slice-analysis-ms/pom.xml +++ b/components/slice-analysis-ms/pom.xml @@ -37,7 +37,7 @@ org.onap.dcaegen2.services.components slice-analysis-ms - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT dcaegen2-services-slice-analysis-ms Network slice PM analyser jar @@ -318,7 +318,7 @@ org.apache.tomcat.embed tomcat-embed-core - 10.1.2 + 9.0.72 diff --git a/components/slice-analysis-ms/version.properties b/components/slice-analysis-ms/version.properties index f8e93847..8a256ccb 100644 --- a/components/slice-analysis-ms/version.properties +++ b/components/slice-analysis-ms/version.properties @@ -24,7 +24,7 @@ ############################################################################### major=1 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