diff options
author | Dan Timoney <dtimoney@att.com> | 2023-06-13 15:55:53 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2023-06-13 15:55:53 -0400 |
commit | 7e72714c7b580b7b636ca248386d37c47a5bb2a5 (patch) | |
tree | 8b78a95c78ed516e519ef34dff477549069c00c1 /springboot/springboot30/pom.xml | |
parent | beb755a8d34aa876ce8bb6f3c9f1dbfa0d711367 (diff) |
Release version 2.5.5 of ccsdk parent poms
Release version 2.5.5 of CCSDK parent poms
Issue-ID: CCSDK-3841
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Icd1c475f1e87ccd6c9500a2a557fef1f2e0b8955
Diffstat (limited to 'springboot/springboot30/pom.xml')
-rw-r--r-- | springboot/springboot30/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/springboot/springboot30/pom.xml b/springboot/springboot30/pom.xml index c3b21056..c2f5c57f 100644 --- a/springboot/springboot30/pom.xml +++ b/springboot/springboot30/pom.xml @@ -14,7 +14,7 @@ <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-30-starter-parent</artifactId> - <version>2.5.5-SNAPSHOT</version> + <version>2.5.6-SNAPSHOT</version> <packaging>pom</packaging> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> @@ -125,7 +125,7 @@ <dependency> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>dependencies-bom</artifactId> - <version>2.5.5-SNAPSHOT</version> + <version>2.5.6-SNAPSHOT</version> <type>pom</type> <scope>import</scope> </dependency> |