diff options
author | Dan Timoney <dtimoney@att.com> | 2023-10-13 16:35:09 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2023-11-08 10:16:30 -0500 |
commit | 9472671989c3c80374a72c40395ff5312e2f49f4 (patch) | |
tree | a286e843fce304624ccce03ddb97ce34eb275e45 /sdnr/northbound/addCMHandle | |
parent | 2286feed554a5588ed0a29e658e4dbb47d1a0cd9 (diff) |
Update to version 2.6.1 of parent pom
Update to version 2.6.1 of parent pom to pick up Argon SR2 versions
Issue-ID: CCSDK-3944
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I655318d5d700d878a639b8b9e787d0ee92ccfebe
Diffstat (limited to 'sdnr/northbound/addCMHandle')
-rw-r--r-- | sdnr/northbound/addCMHandle/feature/pom.xml | 2 | ||||
-rwxr-xr-x | sdnr/northbound/addCMHandle/installer/pom.xml | 2 | ||||
-rw-r--r-- | sdnr/northbound/addCMHandle/model/pom.xml | 2 | ||||
-rw-r--r-- | sdnr/northbound/addCMHandle/pom.xml | 2 | ||||
-rw-r--r-- | sdnr/northbound/addCMHandle/provider/pom.xml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/sdnr/northbound/addCMHandle/feature/pom.xml b/sdnr/northbound/addCMHandle/feature/pom.xml index 3aae6f315..6a26a6333 100644 --- a/sdnr/northbound/addCMHandle/feature/pom.xml +++ b/sdnr/northbound/addCMHandle/feature/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>2.6.0</version> + <version>2.6.1</version> <relativePath/> </parent> diff --git a/sdnr/northbound/addCMHandle/installer/pom.xml b/sdnr/northbound/addCMHandle/installer/pom.xml index e480196d2..01cdd2681 100755 --- a/sdnr/northbound/addCMHandle/installer/pom.xml +++ b/sdnr/northbound/addCMHandle/installer/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.6.0</version> + <version>2.6.1</version> <relativePath/> </parent> diff --git a/sdnr/northbound/addCMHandle/model/pom.xml b/sdnr/northbound/addCMHandle/model/pom.xml index 68933be28..f2381a978 100644 --- a/sdnr/northbound/addCMHandle/model/pom.xml +++ b/sdnr/northbound/addCMHandle/model/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.6.0</version> + <version>2.6.1</version> <relativePath/> </parent> diff --git a/sdnr/northbound/addCMHandle/pom.xml b/sdnr/northbound/addCMHandle/pom.xml index 00a2a74a4..9327de1b0 100644 --- a/sdnr/northbound/addCMHandle/pom.xml +++ b/sdnr/northbound/addCMHandle/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.6.0</version> + <version>2.6.1</version> <relativePath/> </parent> diff --git a/sdnr/northbound/addCMHandle/provider/pom.xml b/sdnr/northbound/addCMHandle/provider/pom.xml index 33809af7a..52ae6b75a 100644 --- a/sdnr/northbound/addCMHandle/provider/pom.xml +++ b/sdnr/northbound/addCMHandle/provider/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.6.0</version> + <version>2.6.1</version> <relativePath/> </parent> |