diff options
author | Dan Timoney <dtimoney@att.com> | 2022-12-01 12:09:22 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-12-01 12:09:22 -0500 |
commit | 0529229a8078d357221f60df2d9ca964d45ceca8 (patch) | |
tree | f58f3c5045e26288f323c350ab6719584b2d691a /core/sliapi/model/swagger | |
parent | 53ab7d9c9a617d43eb35a451dd3c3365b5daa104 (diff) |
Update parent pom version to 2.4.5
Update parent pom version to 2.4.5 to pick up dmaap client version
fix
Issue-ID: CCSDK-3796
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ic48638ee7a128d7c751a37233c18cf4baaf6909a
Diffstat (limited to 'core/sliapi/model/swagger')
-rw-r--r-- | core/sliapi/model/swagger/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/sliapi/model/swagger/pom.xml b/core/sliapi/model/swagger/pom.xml index 8c3db3fd5..5b6ecf551 100644 --- a/core/sliapi/model/swagger/pom.xml +++ b/core/sliapi/model/swagger/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.4.4</version> + <version>2.4.5</version> </parent> <groupId>org.onap.ccsdk.sli.core</groupId> |