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 /plugins/grToolkit/installer/pom.xml | |
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 'plugins/grToolkit/installer/pom.xml')
-rwxr-xr-x | plugins/grToolkit/installer/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/grToolkit/installer/pom.xml b/plugins/grToolkit/installer/pom.xml index 526b985c8..722c40714 100755 --- a/plugins/grToolkit/installer/pom.xml +++ b/plugins/grToolkit/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> |