diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2022-10-21 14:19:07 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2022-10-21 14:20:24 -0400 |
commit | c63c0525c5c081370797c6ec053a0df9316c546e (patch) | |
tree | 3532042fd37df1a97d3d9a0661fea8a875f85c76 /springboot/springboot23 | |
parent | ad01abc047c01f2e001a43cd55c52edbdbb77a13 (diff) |
Release version 2.4.4 parent poms
Release version 2.4.4 of parent poms and roll to next snapshot
Change-Id: Icaa832bb7ecab8ca83f6b65e5731500784744c8a
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 262dc2b8..4dc37b5a 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.4.4-SNAPSHOT</version> + <version>2.4.5-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.4.4-SNAPSHOT</version> + <version>2.4.5-SNAPSHOT</version> <type>pom</type> <scope>import</scope> </dependency> |