diff options
author | 2025-03-05 15:47:41 -0500 | |
---|---|---|
committer | 2025-03-05 15:47:41 -0500 | |
commit | dea9035e8dc26e689916a8d7b9c140c444c5f63b (patch) | |
tree | 52e76553a77d223754175b067116cd34171b69a7 /springboot/spring-boot-setup | |
parent | fba48d7d04fdb25656af891b3e12c18df3708294 (diff) |
Create initial release version of ccsdk parent poms for Paris
release.
Issue-ID: CCSDK-4095
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I9347f9ed777cdf2080efcfe610b8f48bfca207d2
Diffstat (limited to 'springboot/spring-boot-setup')
-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 e806b61d..a62aa7d4 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>3.1.0-SNAPSHOT</version> + <version>3.1.1-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-setup</artifactId> - <version>3.1.0-SNAPSHOT</version> + <version>3.1.1-SNAPSHOT</version> <packaging>pom</packaging> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> |