diff options
author | Dan Timoney <dtimoney@att.com> | 2024-09-30 10:24:16 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2024-09-30 10:24:16 -0400 |
commit | c0e104c9449cb6060c15c533cfedeaa0cdf074f0 (patch) | |
tree | f8bca53d9b3b284176b2690ca7b872d5b0723c30 /springboot/spring-boot-setup/pom.xml | |
parent | 8bd1f626640d452d92926957db39e9eeaa01d96c (diff) |
Update major release version
Update major release versions for Oslo to reflect breaking change -
removal of Biermann interface
Issue-ID: CCSDK-4056
Change-Id: I3fa36b8fb4f349e524b3f95df8c1a61c1b91ef6c
Signed-off-by: Dan Timoney <dtimoney@att.com>
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 a737b682..aae5b9c6 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.1-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-setup</artifactId> - <version>2.8.1-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <packaging>pom</packaging> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> |