From a45756d5645488bf70bbec7ff733675300f01df7 Mon Sep 17 00:00:00 2001 From: jenkins-releng Date: Thu, 12 Nov 2020 18:40:57 +0000 Subject: Release ccsdk/parent --- springboot/pom.xml | 4 ++-- springboot/spring-boot-setup/pom.xml | 4 ++-- .../spring-boot-setup/src/main/resources/pom-template.xml | 6 +++--- springboot/springboot1/pom.xml | 10 +++++----- springboot/springboot2/pom.xml | 10 +++++----- 5 files changed, 17 insertions(+), 17 deletions(-) (limited to 'springboot') diff --git a/springboot/pom.xml b/springboot/pom.xml index 6b47ce83..10292ef7 100755 --- a/springboot/pom.xml +++ b/springboot/pom.xml @@ -5,12 +5,12 @@ org.onap.ccsdk.parent parent - 2.0.3-SNAPSHOT + 2.0.3 org.onap.ccsdk.parent springboot-aggregator - 2.0.3-SNAPSHOT + 2.0.3 pom ONAP :: ${project.groupId} :: ${project.artifactId} diff --git a/springboot/spring-boot-setup/pom.xml b/springboot/spring-boot-setup/pom.xml index 37c3cfdc..418b85c3 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.0.3-SNAPSHOT + 2.0.3 org.onap.ccsdk.parent spring-boot-setup - 2.0.3-SNAPSHOT + 2.0.3 pom ONAP :: ${project.groupId} :: ${project.artifactId} diff --git a/springboot/spring-boot-setup/src/main/resources/pom-template.xml b/springboot/spring-boot-setup/src/main/resources/pom-template.xml index 97491ae7..3ed6ada5 100644 --- a/springboot/spring-boot-setup/src/main/resources/pom-template.xml +++ b/springboot/spring-boot-setup/src/main/resources/pom-template.xml @@ -91,13 +91,13 @@ 1.6.5 - 1.0.2-SNAPSHOT - 1.0.3-SNAPSHOT + 1.0.2 + 1.0.3 1.0.2 1.0.2 1.0.2 1.0.2 - 1.0.3-SNAPSHOT + 1.0.3 ${springbootparent.version} diff --git a/springboot/springboot1/pom.xml b/springboot/springboot1/pom.xml index 60404198..dec50661 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.0.3-SNAPSHOT + 2.0.3 pom ONAP :: ${project.groupId} :: ${project.artifactId} @@ -91,13 +91,13 @@ 1.6.5 - 1.0.2-SNAPSHOT - 1.0.3-SNAPSHOT + 1.0.2 + 1.0.3 1.0.2 1.0.2 1.0.2 1.0.2 - 1.0.3-SNAPSHOT + 1.0.3 1.5.22.RELEASE @@ -144,7 +144,7 @@ org.onap.ccsdk.parent dependencies-bom - 2.0.3-SNAPSHOT + 2.0.3 pom import diff --git a/springboot/springboot2/pom.xml b/springboot/springboot2/pom.xml index b4e21e90..bf52886f 100644 --- a/springboot/springboot2/pom.xml +++ b/springboot/springboot2/pom.xml @@ -14,7 +14,7 @@ org.onap.ccsdk.parent spring-boot-starter-parent - 2.0.3-SNAPSHOT + 2.0.3 pom ONAP :: ${project.groupId} :: ${project.artifactId} @@ -91,13 +91,13 @@ 1.6.5 - 1.0.2-SNAPSHOT - 1.0.3-SNAPSHOT + 1.0.2 + 1.0.3 1.0.2 1.0.2 1.0.2 1.0.2 - 1.0.3-SNAPSHOT + 1.0.3 2.3.3.RELEASE @@ -144,7 +144,7 @@ org.onap.ccsdk.parent dependencies-bom - 2.0.3-SNAPSHOT + 2.0.3 pom import -- cgit 1.2.3-korg