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 | |
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')
-rwxr-xr-x | plugins/grToolkit/installer/pom.xml | 2 | ||||
-rwxr-xr-x | plugins/grToolkit/model/pom.xml | 2 | ||||
-rwxr-xr-x | plugins/grToolkit/pom.xml | 2 | ||||
-rwxr-xr-x | plugins/grToolkit/provider/pom.xml | 2 |
4 files changed, 4 insertions, 4 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> diff --git a/plugins/grToolkit/model/pom.xml b/plugins/grToolkit/model/pom.xml index 869bd831e..a0ff107a7 100755 --- a/plugins/grToolkit/model/pom.xml +++ b/plugins/grToolkit/model/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/plugins/grToolkit/pom.xml b/plugins/grToolkit/pom.xml index 546fe55d3..af4cb1f84 100755 --- a/plugins/grToolkit/pom.xml +++ b/plugins/grToolkit/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/plugins/grToolkit/provider/pom.xml b/plugins/grToolkit/provider/pom.xml index 5763ebc7c..8da2d7ef0 100755 --- a/plugins/grToolkit/provider/pom.xml +++ b/plugins/grToolkit/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> |