diff options
Diffstat (limited to 'components/slice-analysis-ms')
-rw-r--r-- | components/slice-analysis-ms/ChangeLog.md | 4 | ||||
-rw-r--r-- | components/slice-analysis-ms/pom.xml | 4 | ||||
-rw-r--r-- | 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 @@ </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 |