diff options
author | Dan Timoney <dtimoney@att.com> | 2022-07-15 11:08:07 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-07-15 11:08:07 -0400 |
commit | 01ec365d01605dd6b86c2c972eeea969835e74b8 (patch) | |
tree | 3f47d710e5277a80f0c220dbfbdafa70b3bb8150 /core/sliapi | |
parent | e5d489a09606a97f537911f08e9274c0ce0bc17d (diff) |
Use released 2.4.0 parent poms
Use released version 2.4.0 (Phosphorus) of parent poms
Issue-ID: CCSDK-3691
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Id23026517c89c513c2a1082a490ae9b87ef2465a
Diffstat (limited to 'core/sliapi')
-rwxr-xr-x | core/sliapi/installer/pom.xml | 2 | ||||
-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 | ||||
-rwxr-xr-x | core/sliapi/pom.xml | 2 | ||||
-rwxr-xr-x | core/sliapi/provider/pom.xml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/core/sliapi/installer/pom.xml b/core/sliapi/installer/pom.xml index 2da64fd69..aef06da37 100755 --- a/core/sliapi/installer/pom.xml +++ b/core/sliapi/installer/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.3.3</version> + <version>2.4.0</version> <relativePath/> </parent> diff --git a/core/sliapi/model/pom.xml b/core/sliapi/model/pom.xml index fbb08b391..b2b303297 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.3.3</version> + <version>2.4.0</version> <relativePath/> </parent> diff --git a/core/sliapi/model/swagger/pom.xml b/core/sliapi/model/swagger/pom.xml index 743f1a9bd..62afa9bb2 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.3.3</version> + <version>2.4.0</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 ed84271a0..1af756e94 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.3.3</version> + <version>2.4.0</version> <relativePath/> </parent> diff --git a/core/sliapi/pom.xml b/core/sliapi/pom.xml index 43de0b609..d1ec3bca4 100755 --- a/core/sliapi/pom.xml +++ b/core/sliapi/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.3.3</version> + <version>2.4.0</version> <relativePath/> </parent> diff --git a/core/sliapi/provider/pom.xml b/core/sliapi/provider/pom.xml index b18b888a3..d93e0102c 100755 --- a/core/sliapi/provider/pom.xml +++ b/core/sliapi/provider/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.3.3</version> + <version>2.4.0</version> <relativePath/> </parent> |