From 2f6cb33686f086d2438bbe8b943b8edb4d4edf9f Mon Sep 17 00:00:00 2001 From: jenkins-releng Date: Tue, 13 Jun 2023 19:44:25 +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-jdk17.xml | 8 ++++---- .../spring-boot-setup/src/main/resources/pom-template-jdk8.xml | 8 ++++---- 4 files changed, 14 insertions(+), 14 deletions(-) (limited to 'springboot/spring-boot-setup') diff --git a/springboot/spring-boot-setup/pom.xml b/springboot/spring-boot-setup/pom.xml index 88357699..3cb9fea2 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.5.5-SNAPSHOT + 2.5.5 org.onap.ccsdk.parent spring-boot-setup - 2.5.5-SNAPSHOT + 2.5.5 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 b90995f4..361b9894 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.4.99999,1.5.99999-SNAPSHOT] - (1.4.99999, 1.5.99999-SNAPSHOT] - (1.4.99999, 1.5.99999-SNAPSHOT] - (1.5.99999, 1.6.99999-SNAPSHOT] + (1.4.99999,1.5.99999] + (1.4.99999, 1.5.99999] + (1.4.99999, 1.5.99999] + (1.5.99999, 1.6.99999] ${ccsdk.sli.version} ${ccsdk.sli.version} ${ccsdk.sli.version} diff --git a/springboot/spring-boot-setup/src/main/resources/pom-template-jdk17.xml b/springboot/spring-boot-setup/src/main/resources/pom-template-jdk17.xml index 5f12e2b9..9b12a333 100644 --- a/springboot/spring-boot-setup/src/main/resources/pom-template-jdk17.xml +++ b/springboot/spring-boot-setup/src/main/resources/pom-template-jdk17.xml @@ -89,10 +89,10 @@ 1.6.9 - (1.4.99999,1.5.99999-SNAPSHOT] - (1.4.99999, 1.5.99999-SNAPSHOT] - (1.4.99999, 1.5.99999-SNAPSHOT] - (1.5.99999, 1.6.99999-SNAPSHOT] + (1.4.99999,1.5.99999] + (1.4.99999, 1.5.99999] + (1.4.99999, 1.5.99999] + (1.5.99999, 1.6.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 5f10cb0c..61e898e8 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.4.99999,1.5.99999-SNAPSHOT] - (1.4.99999, 1.5.99999-SNAPSHOT] - (1.4.99999, 1.5.99999-SNAPSHOT] - (1.5.99999, 1.6.99999-SNAPSHOT] + (1.4.99999,1.5.99999] + (1.4.99999, 1.5.99999] + (1.4.99999, 1.5.99999] + (1.5.99999, 1.6.99999] ${ccsdk.sli.version} ${ccsdk.sli.version} ${ccsdk.sli.version} -- cgit 1.2.3-korg