summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpranitk1905 <pranit.kapdule@t-systems.com>2023-03-02 17:20:42 +0530
committerpranitk1905 <pranit.kapdule@t-systems.com>2023-03-02 17:20:54 +0530
commitc7ea15da1edda4281e6d45e621d12a0d0d892bbe (patch)
tree64aac753dbb3cf7f1c5bd70a1ff906099b9c611a
parentcc5dd607db88c4fd5a49062853c1ef9e58f038b0 (diff)
[DCAEGEN2]slice-analysis-ms fails to start1.2.1-slice-analysis-ms1.2.0-kpi-computation-ms
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>
-rw-r--r--components/slice-analysis-ms/ChangeLog.md4
-rw-r--r--components/slice-analysis-ms/pom.xml4
-rw-r--r--components/slice-analysis-ms/version.properties2
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 @@
</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>
@@ -318,7 +318,7 @@
<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>
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