summaryrefslogtreecommitdiffstats
path: root/springboot/spring-boot-setup
diff options
context:
space:
mode:
authorjenkins-releng <jenkins-releng@onap.org>2021-04-19 16:11:01 +0000
committerjenkins-releng <jenkins-releng@onap.org>2021-04-19 16:11:01 +0000
commit29089ff437e05d45ca8dd4d9e9f4d090bfde3c0a (patch)
tree531a993ea020e168370077a922cd1f932ee74928 /springboot/spring-boot-setup
parent230f3e1f13008a4def002fd57fd3b39307f17aa6 (diff)
Release ccsdk/parent2.1.3
Diffstat (limited to 'springboot/spring-boot-setup')
-rw-r--r--springboot/spring-boot-setup/pom.xml4
-rw-r--r--springboot/spring-boot-setup/src/main/resources/pom-template.xml6
2 files changed, 5 insertions, 5 deletions
diff --git a/springboot/spring-boot-setup/pom.xml b/springboot/spring-boot-setup/pom.xml
index 4fa1e5b0..071aedcf 100644
--- a/springboot/spring-boot-setup/pom.xml
+++ b/springboot/spring-boot-setup/pom.xml
@@ -5,12 +5,12 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>springboot-aggregator</artifactId>
- <version>2.1.3-SNAPSHOT</version>
+ <version>2.1.3</version>
</parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>spring-boot-setup</artifactId>
- <version>2.1.3-SNAPSHOT</version>
+ <version>2.1.3</version>
<packaging>pom</packaging>
<name>ONAP :: ${project.groupId} :: ${project.artifactId}</name>
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 c8b67397..47e9ee40 100644
--- a/springboot/spring-boot-setup/src/main/resources/pom-template.xml
+++ b/springboot/spring-boot-setup/src/main/resources/pom-template.xml
@@ -92,9 +92,9 @@
<!-- CCSDK component versions -->
<ccsdk.cds.version>1.1.1</ccsdk.cds.version>
- <ccsdk.features.version>1.1.4-SNAPSHOT</ccsdk.features.version>
- <ccsdk.distribution.version>1.1.5-SNAPSHOT</ccsdk.distribution.version>
- <ccsdk.sli.version>1.2.2-SNAPSHOT</ccsdk.sli.version>
+ <ccsdk.features.version>1.1.4</ccsdk.features.version>
+ <ccsdk.distribution.version>1.1.5</ccsdk.distribution.version>
+ <ccsdk.sli.version>1.2.2</ccsdk.sli.version>
<ccsdk.sli.core.version>${ccsdk.sli.version}</ccsdk.sli.core.version>
<ccsdk.sli.adaptors.version>${ccsdk.sli.version}</ccsdk.sli.adaptors.version>
<ccsdk.sli.northbound.version>${ccsdk.sli.version}</ccsdk.sli.northbound.version>