diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2024-09-13 19:29:43 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2024-09-13 19:29:43 +0000 |
commit | ba1d615d68e717de835329b26ef4b73434437f5c (patch) | |
tree | 5c8043fa115dfad8c9818f92b7b3b4f060bd8f7f /springboot/spring-boot-setup/pom.xml | |
parent | 67493a6cc75140a6df20fca9c593d02f14ed78ea (diff) |
Release ccsdk/parent2.8.0
Diffstat (limited to 'springboot/spring-boot-setup/pom.xml')
-rw-r--r-- | springboot/spring-boot-setup/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/springboot/spring-boot-setup/pom.xml b/springboot/spring-boot-setup/pom.xml index d3e95f73..538b9250 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.8.0-SNAPSHOT</version> + <version>2.8.0</version> </parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-setup</artifactId> - <version>2.8.0-SNAPSHOT</version> + <version>2.8.0</version> <packaging>pom</packaging> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> |