diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2022-10-24 12:53:17 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2022-10-24 12:55:35 -0400 |
commit | c9e3c12a70d01ab90dc0ffb2c5b03befccb2b76c (patch) | |
tree | 92a88f5bd5d2e41ff18c1b799b1772d86b5a4ea0 /features | |
parent | c6d87ae2f4e1d80f0a3dc867a4a4dd0819601688 (diff) |
Use latest released parent pom
Use latest release CCSDK parent pom version (2.4.4)
Change-Id: I39ca1264cf4c0a13c8ebff1e7bfe2263939d5e72
Issue-ID: SDNC-1746
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'features')
-rw-r--r-- | features/features-sdnc-northbound/pom.xml | 2 | ||||
-rwxr-xr-x | features/installer/pom.xml | 2 | ||||
-rwxr-xr-x | features/pom.xml | 2 | ||||
-rw-r--r-- | features/sdnc-northbound-all/pom.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/features/features-sdnc-northbound/pom.xml b/features/features-sdnc-northbound/pom.xml index b5643a30..56bbb3e7 100644 --- a/features/features-sdnc-northbound/pom.xml +++ b/features/features-sdnc-northbound/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>2.4.2</version> + <version>2.4.4</version> <relativePath/> </parent> diff --git a/features/installer/pom.xml b/features/installer/pom.xml index cd176b79..18ad452b 100755 --- a/features/installer/pom.xml +++ b/features/installer/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/features/pom.xml b/features/pom.xml index cb59d562..64f70b29 100755 --- a/features/pom.xml +++ b/features/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/features/sdnc-northbound-all/pom.xml b/features/sdnc-northbound-all/pom.xml index d04ef77f..53889216 100644 --- a/features/sdnc-northbound-all/pom.xml +++ b/features/sdnc-northbound-all/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>2.4.2</version> + <version>2.4.4</version> <relativePath/> </parent> |