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 /core/sliapi/model | |
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 'core/sliapi/model')
-rwxr-xr-x | core/sliapi/model/pom.xml | 2 | ||||
-rw-r--r-- | core/sliapi/model/swagger/pom.xml | 2 | ||||
-rwxr-xr-x | core/sliapi/model/yang/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/core/sliapi/model/pom.xml b/core/sliapi/model/pom.xml index f6d0f3664..d6238423a 100755 --- a/core/sliapi/model/pom.xml +++ b/core/sliapi/model/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.4.2</version> + <version>2.4.4</version> <relativePath/> </parent> diff --git a/core/sliapi/model/swagger/pom.xml b/core/sliapi/model/swagger/pom.xml index d091d6131..d646af7ca 100644 --- a/core/sliapi/model/swagger/pom.xml +++ b/core/sliapi/model/swagger/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.4.2</version> + <version>2.4.4</version> </parent> <groupId>org.onap.ccsdk.sli.core</groupId> diff --git a/core/sliapi/model/yang/pom.xml b/core/sliapi/model/yang/pom.xml index d4fe4dde2..635f172b7 100755 --- a/core/sliapi/model/yang/pom.xml +++ b/core/sliapi/model/yang/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> |