From 76ea3c6659f864a7e577702165619df20b6f654c Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Mon, 2 May 2022 14:13:19 -0400 Subject: Refactoring springboot related template and pom-generation Issue-ID: CCSDK-3629 Signed-off-by: Singal, Kapil (ks220y) Change-Id: I0d0bb47e55a1f27131795e609e38c0952e763856 --- springboot/springboot26/pom.xml | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'springboot/springboot26/pom.xml') diff --git a/springboot/springboot26/pom.xml b/springboot/springboot26/pom.xml index d23cf3a7..532b17ed 100644 --- a/springboot/springboot26/pom.xml +++ b/springboot/springboot26/pom.xml @@ -1,7 +1,8 @@ 4.0.0 - @@ -17,7 +18,7 @@ pom ONAP :: ${project.groupId} :: ${project.artifactId} - Root POM to be used in place of spring-boot parent for CCSDK based projects (Spring-boot 2.6) + Root POM to be used in place of spring-boot parent for CCSDK based projects http://wiki.onap.org ONAP @@ -78,7 +79,7 @@ 11 2.5.0 - 3.8.1 + 3.8.1 features.xml src/main/yang-gen-config src/main/yang-gen-sal @@ -88,10 +89,10 @@ 1.6.9 - (1.1.99999,1.2.99999-SNAPSHOT) - (1.1.99999, 1.2.99999-SNAPSHOT) - (1.1.99999, 1.2.99999-SNAPSHOT) - 1.3.1 + (1.3.99999,1.4.99999-SNAPSHOT] + (1.3.99999, 1.4.99999-SNAPSHOT] + (1.3.99999, 1.4.99999-SNAPSHOT] + (1.4.99999, 1.5.99999-SNAPSHOT] ${ccsdk.sli.version} ${ccsdk.sli.version} ${ccsdk.sli.version} @@ -99,6 +100,7 @@ 2.6.6 + 5.3.18 1.8 @@ -197,7 +199,7 @@ org.liquibase liquibase-core 4.4.2-nordix - + @@ -435,7 +437,7 @@ org.apache.maven.plugins maven-compiler-plugin - ${maven-compiler-plugin.version} + ${maven.compile.plugin.version} ${java.version} -- cgit 1.2.3-korg