diff options
author | Dan Timoney <dtimoney@att.com> | 2024-11-21 16:04:28 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2024-11-21 16:04:40 -0500 |
commit | c2e9097a95f4c854c5c15227982df9d11849d407 (patch) | |
tree | fbf092b7b6f461fe8c058bf7537096f7d3b46692 /springboot/springboot32/pom.xml | |
parent | 24da359dd0f30414e1b86c073f20c278da7679d6 (diff) |
Release version 3.0.1 of parent poms
Issue-ID: CCSDK-4066
Change-Id: I171f7cad4ec62ae025c6c076b548684a593184cd
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'springboot/springboot32/pom.xml')
-rw-r--r-- | springboot/springboot32/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/springboot/springboot32/pom.xml b/springboot/springboot32/pom.xml index ec06688c..52cd3039 100644 --- a/springboot/springboot32/pom.xml +++ b/springboot/springboot32/pom.xml @@ -14,7 +14,7 @@ <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-32-starter-parent</artifactId> - <version>3.0.1-SNAPSHOT</version> + <version>3.0.2-SNAPSHOT</version> <packaging>pom</packaging> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> @@ -130,7 +130,7 @@ <dependency> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>dependencies-bom</artifactId> - <version>3.0.1-SNAPSHOT</version> + <version>3.0.2-SNAPSHOT</version> <type>pom</type> <scope>import</scope> </dependency> |