diff options
author | Dan Timoney <dtimoney@att.com> | 2022-10-21 12:02:51 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-10-21 15:00:59 -0400 |
commit | f4cfaf14c8e064522e196e192c53ceb38909fc83 (patch) | |
tree | 9e7f6776be21f57a453b92c3542aa0a36c868a70 /northbound/asdcApi/provider | |
parent | e667745190eac644e419e3c74533bd4be14dc42f (diff) |
Update to latest released parent version
Update to version 2.4.3 of parent pom
Issue-ID: CCSDK-3779
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I7a923595c9e8f479502fcf80164a040716c8bcd5
Update parent to version 2.4.4
Update parent to version 2.4.4 to recover from lost version 2.4.3
Issue-ID: CCSDK-3779
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ib68f665a6c7cdbf19dcfbfd1a62ad6a8be9e6779
Diffstat (limited to 'northbound/asdcApi/provider')
-rwxr-xr-x | northbound/asdcApi/provider/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/northbound/asdcApi/provider/pom.xml b/northbound/asdcApi/provider/pom.xml index de2fe5c45..e5bd267b7 100755 --- a/northbound/asdcApi/provider/pom.xml +++ b/northbound/asdcApi/provider/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.4.2</version> + <version>2.4.4</version> <relativePath/> </parent> |