Upgrade springboot version from ccsdk parent 45/117145/1
authorRehanRaza <muhammad.rehan.raza@est.tech>
Wed, 27 Jan 2021 07:27:20 +0000 (08:27 +0100)
committerRehanRaza <muhammad.rehan.raza@est.tech>
Wed, 27 Jan 2021 07:29:56 +0000 (08:29 +0100)
The springboot version was updated to the latest 2.3.8.RELEASE in org.onap.ccsdk.parent
Hence, the pom file should have the new version as a parent.

Change-Id: Ibb76e6f334a923dec6212aea0634701c07fcd149
Issue-ID: CCSDK-3108
Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech>
a1-policy-management/pom.xml

index 40f28be..4f9e90c 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>spring-boot-starter-parent</artifactId>
-        <version>2.1.0</version>
+        <version>2.1.1-SNAPSHOT</version>
         <relativePath/>
     </parent>
     <groupId>org.onap.ccsdk.oran</groupId>