diff options
author | Dan Timoney <dtimoney@att.com> | 2024-10-01 12:29:51 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2024-10-01 12:29:51 -0400 |
commit | 5e76b699cae764325310cf7befd844a352923d40 (patch) | |
tree | d2eb9078119ce1f9e557cbe5b3114a2bc6ea3fb3 /springboot/springboot23 | |
parent | c0e104c9449cb6060c15c533cfedeaa0cdf074f0 (diff) |
Release version 3.0.0 of CCSDK parent poms and roll version
Issue-ID: CCSDK-4056
Change-Id: Ifbab3131a7325365226bfb6e2d803781ccae4d01
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'springboot/springboot23')
-rw-r--r-- | springboot/springboot23/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/springboot/springboot23/pom.xml b/springboot/springboot23/pom.xml index d1606d2f..27943728 100644 --- a/springboot/springboot23/pom.xml +++ b/springboot/springboot23/pom.xml @@ -14,7 +14,7 @@ <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.1-SNAPSHOT</version> <packaging>pom</packaging> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> @@ -129,7 +129,7 @@ <dependency> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>dependencies-bom</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.1-SNAPSHOT</version> <type>pom</type> <scope>import</scope> </dependency> |