[DCAEGEN2]slice-analysis-ms fails to start 25/133525/1 1.2.0-kpi-computation-ms 1.2.1-slice-analysis-ms
authorpranitk1905 <pranit.kapdule@t-systems.com>
Thu, 2 Mar 2023 11:50:42 +0000 (17:20 +0530)
committerpranitk1905 <pranit.kapdule@t-systems.com>
Thu, 2 Mar 2023 11:50:54 +0000 (17:20 +0530)
Changed tomcat-embed-core version 10.1.2 to 9.0.72

Issue-ID: DCAEGEN2-3358
Change-Id: I1ee91fc296bc4cc5d4a5d08b71c104e7f422ba85
Signed-off-by: pranitk1905 <pranit.kapdule@t-systems.com>
components/slice-analysis-ms/ChangeLog.md
components/slice-analysis-ms/pom.xml
components/slice-analysis-ms/version.properties

index 3c61b9f..a85827e 100644 (file)
@@ -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
 
index cf4de61..6d4e8fc 100644 (file)
@@ -37,7 +37,7 @@
         </parent>
         <groupId>org.onap.dcaegen2.services.components</groupId>
         <artifactId>slice-analysis-ms</artifactId>
-        <version>1.2.0-SNAPSHOT</version>
+        <version>1.2.1-SNAPSHOT</version>
         <name>dcaegen2-services-slice-analysis-ms</name>
         <description>Network slice PM analyser</description>
         <packaging>jar</packaging>
                 <dependency>
                         <groupId>org.apache.tomcat.embed</groupId>
                         <artifactId>tomcat-embed-core</artifactId>
-                        <version>10.1.2</version>
+                        <version>9.0.72</version>
                 </dependency>
                 <!-- https://mvnrepository.com/artifact/nl.jqno.equalsverifier/equalsverifier -->
                 <dependency>
index f8e9384..8a256cc 100644 (file)
@@ -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