diff options
author | Dan Timoney <dtimoney@att.com> | 2022-12-09 07:25:16 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-12-09 07:25:16 -0500 |
commit | d005e266f51244e235f224d43683f93b89616fe4 (patch) | |
tree | 5dd68c1d26a7accc1fd779158e1c0469b6d4ef6b /core/sliapi | |
parent | 0fed6e1f4350abe02882e1e6a2c4898d98f96f1d (diff) |
Update parent pom to address dmaapClient version fix
Update to version 2.4.6 of parent pom to address dmaapClient version
fix (need version 1.1.14)
Issue-ID: SDNC-1765
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I107dda125d764f33da844367efca11f6a2a5467b
Diffstat (limited to 'core/sliapi')
-rwxr-xr-x | core/sliapi/installer/pom.xml | 2 | ||||
-rwxr-xr-x | core/sliapi/model/pom.xml | 2 | ||||
-rw-r--r-- | core/sliapi/model/swagger/pom.xml | 2 | ||||
-rwxr-xr-x | core/sliapi/model/yang/pom.xml | 2 | ||||
-rwxr-xr-x | core/sliapi/pom.xml | 2 | ||||
-rwxr-xr-x | core/sliapi/provider/pom.xml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/core/sliapi/installer/pom.xml b/core/sliapi/installer/pom.xml index 9e0578a51..4a874df5d 100755 --- a/core/sliapi/installer/pom.xml +++ b/core/sliapi/installer/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.4.5</version> + <version>2.4.6</version> <relativePath/> </parent> diff --git a/core/sliapi/model/pom.xml b/core/sliapi/model/pom.xml index 46eeba197..a54e762ea 100755 --- a/core/sliapi/model/pom.xml +++ b/core/sliapi/model/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.4.5</version> + <version>2.4.6</version> <relativePath/> </parent> diff --git a/core/sliapi/model/swagger/pom.xml b/core/sliapi/model/swagger/pom.xml index 07885dbe5..a87edbda8 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.5</version> + <version>2.4.6</version> </parent> <groupId>org.onap.ccsdk.sli.core</groupId> diff --git a/core/sliapi/model/yang/pom.xml b/core/sliapi/model/yang/pom.xml index f958a8d4f..991ff24e0 100755 --- a/core/sliapi/model/yang/pom.xml +++ b/core/sliapi/model/yang/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.4.5</version> + <version>2.4.6</version> <relativePath/> </parent> diff --git a/core/sliapi/pom.xml b/core/sliapi/pom.xml index 0dfd1c835..4162d433d 100755 --- a/core/sliapi/pom.xml +++ b/core/sliapi/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.4.5</version> + <version>2.4.6</version> <relativePath/> </parent> diff --git a/core/sliapi/provider/pom.xml b/core/sliapi/provider/pom.xml index 2d19614b4..e06d152d3 100755 --- a/core/sliapi/provider/pom.xml +++ b/core/sliapi/provider/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.4.5</version> + <version>2.4.6</version> <relativePath/> </parent> |