diff options
author | Dan Timoney <dtimoney@att.com> | 2022-12-01 17:04:47 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-12-01 17:04:47 -0500 |
commit | 02445e6398cf21dfb60f0309978e13cc29f6dd6d (patch) | |
tree | 84a65168c1176f6b80a3f421f50439fe4eb9bc4e /sdnr/northbound/energysavings/model | |
parent | 8553aba4c2f09bd234997e196af29ecd6dc0a39c (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: Ib29bcdb008f42950554073d8046348a8d6016b26
Diffstat (limited to 'sdnr/northbound/energysavings/model')
-rw-r--r-- | sdnr/northbound/energysavings/model/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sdnr/northbound/energysavings/model/pom.xml b/sdnr/northbound/energysavings/model/pom.xml index 8d23447ff..ff9dbf27d 100644 --- a/sdnr/northbound/energysavings/model/pom.xml +++ b/sdnr/northbound/energysavings/model/pom.xml @@ -19,14 +19,13 @@ ~ ============LICENSE_END======================================================= ~ --> - <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" 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> |