diff options
author | RehanRaza <muhammad.rehan.raza@est.tech> | 2021-01-27 08:27:20 +0100 |
---|---|---|
committer | RehanRaza <muhammad.rehan.raza@est.tech> | 2021-01-27 08:29:56 +0100 |
commit | 00b6ee98723b47924ed31c6ecbd4de77cdc9ca57 (patch) | |
tree | e6da10df6ee61a100f253a0b951d8d3069d34390 | |
parent | 1122b01a05d4de22564716b815935bf880703276 (diff) |
Upgrade springboot version from ccsdk parent
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>
-rw-r--r-- | a1-policy-management/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/a1-policy-management/pom.xml b/a1-policy-management/pom.xml index 40f28be0..4f9e90c1 100644 --- a/a1-policy-management/pom.xml +++ b/a1-policy-management/pom.xml @@ -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> |