From 7b646d6e462e3c4ea19c6c710ca1364cc484b0f1 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Fri, 24 Mar 2023 13:27:40 -0400 Subject: Release initial Chlorine version of parent poms Release initial version of parent poms upgraded to OpenDaylight Chlorine release versions. Issue-ID: CCSDK-3813 Signed-off-by: Dan Timoney Change-Id: I77565259f58be59fb2b0b09e8535a13de2706f05 --- springboot/pom.xml | 4 ++-- springboot/spring-boot-setup/pom.xml | 4 ++-- springboot/springboot1/pom.xml | 4 ++-- springboot/springboot23/pom.xml | 4 ++-- springboot/springboot25/pom.xml | 4 ++-- springboot/springboot26/pom.xml | 4 ++-- springboot/springboot30/pom.xml | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) (limited to 'springboot') diff --git a/springboot/pom.xml b/springboot/pom.xml index db83d21a..c87407d1 100755 --- a/springboot/pom.xml +++ b/springboot/pom.xml @@ -5,12 +5,12 @@ org.onap.ccsdk.parent parent - 2.5.4-SNAPSHOT + 2.5.5-SNAPSHOT org.onap.ccsdk.parent springboot-aggregator - 2.5.4-SNAPSHOT + 2.5.5-SNAPSHOT pom ONAP :: ${project.groupId} :: ${project.artifactId} diff --git a/springboot/spring-boot-setup/pom.xml b/springboot/spring-boot-setup/pom.xml index 1fde5801..88357699 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.4-SNAPSHOT + 2.5.5-SNAPSHOT org.onap.ccsdk.parent spring-boot-setup - 2.5.4-SNAPSHOT + 2.5.5-SNAPSHOT pom ONAP :: ${project.groupId} :: ${project.artifactId} diff --git a/springboot/springboot1/pom.xml b/springboot/springboot1/pom.xml index 9196f75b..75e327f6 100644 --- a/springboot/springboot1/pom.xml +++ b/springboot/springboot1/pom.xml @@ -14,7 +14,7 @@ org.onap.ccsdk.parent spring-boot-1-starter-parent - 2.5.4-SNAPSHOT + 2.5.5-SNAPSHOT pom ONAP :: ${project.groupId} :: ${project.artifactId} @@ -150,7 +150,7 @@ org.onap.ccsdk.parent dependencies-bom - 2.5.4-SNAPSHOT + 2.5.5-SNAPSHOT pom import diff --git a/springboot/springboot23/pom.xml b/springboot/springboot23/pom.xml index 047e1700..3d071e7e 100644 --- a/springboot/springboot23/pom.xml +++ b/springboot/springboot23/pom.xml @@ -14,7 +14,7 @@ org.onap.ccsdk.parent spring-boot-starter-parent - 2.5.4-SNAPSHOT + 2.5.5-SNAPSHOT pom ONAP :: ${project.groupId} :: ${project.artifactId} @@ -150,7 +150,7 @@ org.onap.ccsdk.parent dependencies-bom - 2.5.4-SNAPSHOT + 2.5.5-SNAPSHOT pom import diff --git a/springboot/springboot25/pom.xml b/springboot/springboot25/pom.xml index a062f624..0cfdbcf4 100644 --- a/springboot/springboot25/pom.xml +++ b/springboot/springboot25/pom.xml @@ -14,7 +14,7 @@ org.onap.ccsdk.parent spring-boot-25-starter-parent - 2.5.4-SNAPSHOT + 2.5.5-SNAPSHOT pom ONAP :: ${project.groupId} :: ${project.artifactId} @@ -150,7 +150,7 @@ org.onap.ccsdk.parent dependencies-bom - 2.5.4-SNAPSHOT + 2.5.5-SNAPSHOT pom import diff --git a/springboot/springboot26/pom.xml b/springboot/springboot26/pom.xml index 4dfcf645..04056eef 100644 --- a/springboot/springboot26/pom.xml +++ b/springboot/springboot26/pom.xml @@ -14,7 +14,7 @@ org.onap.ccsdk.parent spring-boot-26-starter-parent - 2.5.4-SNAPSHOT + 2.5.5-SNAPSHOT pom ONAP :: ${project.groupId} :: ${project.artifactId} @@ -150,7 +150,7 @@ org.onap.ccsdk.parent dependencies-bom - 2.5.4-SNAPSHOT + 2.5.5-SNAPSHOT pom import diff --git a/springboot/springboot30/pom.xml b/springboot/springboot30/pom.xml index 162efaf3..c3b21056 100644 --- a/springboot/springboot30/pom.xml +++ b/springboot/springboot30/pom.xml @@ -14,7 +14,7 @@ org.onap.ccsdk.parent spring-boot-30-starter-parent - 2.5.4-SNAPSHOT + 2.5.5-SNAPSHOT pom ONAP :: ${project.groupId} :: ${project.artifactId} @@ -125,7 +125,7 @@ org.onap.ccsdk.parent dependencies-bom - 2.5.4-SNAPSHOT + 2.5.5-SNAPSHOT pom import -- cgit