diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2022-11-07 13:10:00 -0500 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2022-11-07 13:10:00 -0500 |
commit | 739cd72d1f3a1d45f5784eeb12bafa0edc458db6 (patch) | |
tree | 24fb2ff6bb7158e4ed2a19bc94cf0f8ca939fccf /springboot/springboot23 | |
parent | b43680f734d219d5ae2a1132f9286c62e6cf2503 (diff) |
Release initial London version of parent poms
Release initial London version of CCSDK parent poms
Change-Id: Iae15510afe4764caa576b1ab69b296cda8a7a045
Issue-ID: CCSDK-3779
Signed-off-by: Timoney, Dan (dt5972) <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 c6e2c7f0..037846f8 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>2.5.0-SNAPSHOT</version> + <version>2.5.1-SNAPSHOT</version> <packaging>pom</packaging> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> @@ -150,7 +150,7 @@ <dependency> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>dependencies-bom</artifactId> - <version>2.5.0-SNAPSHOT</version> + <version>2.5.1-SNAPSHOT</version> <type>pom</type> <scope>import</scope> </dependency> |