diff options
author | Dan Timoney <dtimoney@att.com> | 2022-12-01 12:07:40 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-12-01 12:07:40 -0500 |
commit | 83b69838afb59b28279c9e2997ec7a09e1f18749 (patch) | |
tree | cb827e557c95050b3b85c7f73758f7f010709258 /springboot/pom.xml | |
parent | 53f2fba0185cbf1447f107d6f976ff4071b1f2ca (diff) |
Release version 2.4.5 parent pom
Release final Kohn version of parent pom - 2.4.5
Issue-ID: CCSDK-3796
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I91792fc94a32ae769dbef315c9e07498b1c37bda
Diffstat (limited to 'springboot/pom.xml')
-rwxr-xr-x | springboot/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/springboot/pom.xml b/springboot/pom.xml index 6870de1b..ce912f6e 100755 --- a/springboot/pom.xml +++ b/springboot/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>parent</artifactId> - <version>2.4.5-SNAPSHOT</version> + <version>2.4.6-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>springboot-aggregator</artifactId> - <version>2.4.5-SNAPSHOT</version> + <version>2.4.6-SNAPSHOT</version> <packaging>pom</packaging> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> |