From 3719f610848cdfbcdb57029aef7c731045886a1e Mon Sep 17 00:00:00 2001 From: jenkins-releng Date: Thu, 8 Dec 2022 19:59:53 +0000 Subject: Release ccsdk/parent --- springboot/spring-boot-setup/pom.xml | 4 ++-- .../spring-boot-setup/src/main/resources/pom-template-jdk11.xml | 8 ++++---- .../spring-boot-setup/src/main/resources/pom-template-jdk8.xml | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) (limited to 'springboot/spring-boot-setup') diff --git a/springboot/spring-boot-setup/pom.xml b/springboot/spring-boot-setup/pom.xml index ed5306f4..cc3fa31d 100644 --- a/springboot/spring-boot-setup/pom.xml +++ b/springboot/spring-boot-setup/pom.xml @@ -5,12 +5,12 @@ org.onap.ccsdk.parent springboot-aggregator - 2.4.6-SNAPSHOT + 2.4.6 org.onap.ccsdk.parent spring-boot-setup - 2.4.6-SNAPSHOT + 2.4.6 pom ONAP :: ${project.groupId} :: ${project.artifactId} diff --git a/springboot/spring-boot-setup/src/main/resources/pom-template-jdk11.xml b/springboot/spring-boot-setup/src/main/resources/pom-template-jdk11.xml index 04074043..284a94d2 100644 --- a/springboot/spring-boot-setup/src/main/resources/pom-template-jdk11.xml +++ b/springboot/spring-boot-setup/src/main/resources/pom-template-jdk11.xml @@ -92,10 +92,10 @@ 1.6.9 - (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] + (1.3.99999,1.4.99999] + (1.3.99999, 1.4.99999] + (1.3.99999, 1.4.99999] + (1.4.99999, 1.5.99999] ${ccsdk.sli.version} ${ccsdk.sli.version} ${ccsdk.sli.version} diff --git a/springboot/spring-boot-setup/src/main/resources/pom-template-jdk8.xml b/springboot/spring-boot-setup/src/main/resources/pom-template-jdk8.xml index af90750a..4b5752e6 100644 --- a/springboot/spring-boot-setup/src/main/resources/pom-template-jdk8.xml +++ b/springboot/spring-boot-setup/src/main/resources/pom-template-jdk8.xml @@ -92,10 +92,10 @@ 1.6.9 - (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] + (1.3.99999,1.4.99999] + (1.3.99999, 1.4.99999] + (1.3.99999, 1.4.99999] + (1.4.99999, 1.5.99999] ${ccsdk.sli.version} ${ccsdk.sli.version} ${ccsdk.sli.version} -- cgit 1.2.3-korg