[DCAEGEN2]son-handler fails to start 23/133523/1 2.2.1-son-handler
authorpranitk1905 <pranit.kapdule@t-systems.com>
Thu, 2 Mar 2023 10:59:38 +0000 (16:29 +0530)
committerpranitk1905 <pranit.kapdule@t-systems.com>
Thu, 2 Mar 2023 10:59:56 +0000 (16:29 +0530)
Changed tomcat-embed-core version 10.1.2 to 9.0.72

Issue-ID: DCAEGEN2-3359
Change-Id: If36dd7550515d80d516090c445844d471d871568
Signed-off-by: pranitk1905 <pranit.kapdule@t-systems.com>
Changelog.md
pom.xml
version.properties

index d4e8359..6507b0c 100644 (file)
@@ -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 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
         <groupId>org.onap.dcaegen2.services.son-handler</groupId>
         <artifactId>son-handler</artifactId>
         <name>dcaegen2-services-son-handler</name>
-        <version>2.2.0-SNAPSHOT</version>
+        <version>2.2.1-SNAPSHOT</version>
 
        <!--parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId>
                 <version>2.0.4.RELEASE</version> </parent -->
             <dependency>
                     <groupId>org.apache.tomcat.embed</groupId>
                     <artifactId>tomcat-embed-core</artifactId>
-                    <version>10.1.2</version>
+                    <version>9.0.72</version>
             </dependency>
             <dependency>
                    <groupId>ch.qos.logback</groupId>
index ce671a8..6c46487 100644 (file)
@@ -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