From 34c30f8bf888459e57b2760125922f6f57dc0570 Mon Sep 17 00:00:00 2001 From: shivasubedi Date: Wed, 7 Jul 2021 16:30:36 +0100 Subject: Remove unnecessary version properties Issue-ID: CPS-495 Signed-off-by: shivasubedi Change-Id: I05fa719442c1ebb267cf50a0122055f94958144a --- cps-parent/pom.xml | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) (limited to 'cps-parent/pom.xml') diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml index bd857720c1..d8660d0e97 100755 --- a/cps-parent/pom.xml +++ b/cps-parent/pom.xml @@ -38,15 +38,7 @@ org.onap.cps.Application 11 - 1.1.1 0.9 - 3.1.0 - 4.1.3 - 1.8.0-beta4 - 1.5.0 - 4.2.0 - 2.3.3.RELEASE - 3.0.18 ${project.reporting.outputDirectory}/jacoco-aggregate @@ -111,7 +103,7 @@ org.springframework.boot spring-boot-maven-plugin - ${spring-boot-maven-plugin.version} + 2.3.3.RELEASE @@ -125,17 +117,17 @@ io.swagger.codegen.v3 swagger-codegen-maven-plugin - ${swagger-codegen-maven-plugin.version} + 3.0.18 com.github.spotbugs spotbugs-maven-plugin - ${spotbugs-maven-plugin.version} + 4.1.3 com.github.spotbugs spotbugs - ${spotbugs.version} + 4.2.0 ${project.groupId} @@ -146,7 +138,7 @@ org.slf4j slf4j-simple - ${spotbugs.slf4j.version} + 1.8.0-beta4 @@ -191,7 +183,7 @@ org.jsonschema2pojo jsonschema2pojo-maven-plugin - ${jsonschema2pojo-maven-plugin.version} + 1.1.1 ${java.version} @@ -280,7 +272,7 @@ org.onap.oparent checkstyle - ${oparent.version} + 3.1.0 ${project.groupId} -- cgit 1.2.3-korg