diff options
author | Dan Timoney <dtimoney@att.com> | 2022-12-08 15:15:05 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-12-08 15:15:05 -0500 |
commit | f215fe3aeba92f1fc05c38dcd67de19aa63b9005 (patch) | |
tree | 24c917e610840840b53058a31e0bd62218af2916 /springboot/springboot23 | |
parent | 11fcafe85dd6e6ec63d1899f8e6bf01ba200f6d1 (diff) |
Release version 2.4.6 parent pomskohn
Release 2.4.6 parent poms to pick up dmaapClient 1.1.14
Issue-ID: SDNC-1765
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I0de33007b07f9bc885e6781aca95a6e90431053d
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 d98b5ace..d5ac6ffa 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.6-SNAPSHOT</version> + <version>2.4.7-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.6-SNAPSHOT</version> + <version>2.4.7-SNAPSHOT</version> <type>pom</type> <scope>import</scope> </dependency> |