diff options
author | Dan Timoney <dtimoney@att.com> | 2022-12-01 17:03:51 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-12-01 17:03:51 -0500 |
commit | e774b9608cb82c6ad7a89542a559915468c58158 (patch) | |
tree | 1737afbe2cf7519daf91f7df63b9df7d287474cd /a1-adapter/a1-adapter-api/model | |
parent | eade23cae70fb1022790dc79c5b2fc8284d763d2 (diff) |
Update parent pom version to 2.4.51.4.2
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: I6ec730d330c9bb0878f4ccb70a69696bc52db7eb
Diffstat (limited to 'a1-adapter/a1-adapter-api/model')
-rw-r--r-- | a1-adapter/a1-adapter-api/model/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/a1-adapter/a1-adapter-api/model/pom.xml b/a1-adapter/a1-adapter-api/model/pom.xml index 5d48b25f..713b6796 100644 --- a/a1-adapter/a1-adapter-api/model/pom.xml +++ b/a1-adapter/a1-adapter-api/model/pom.xml @@ -19,14 +19,13 @@ ~ ============LICENSE_END======================================================= ~ --> - <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.4.4</version> + <version>2.4.5</version> <relativePath/> </parent> |