diff options
author | Dan Timoney <dtimoney@att.com> | 2023-10-13 16:39:45 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2023-11-08 10:29:16 -0500 |
commit | 2ba96090646f163f5f4906906e969a344bfc6384 (patch) | |
tree | 232be1d2d455c27706ab382aef6ec0f58795b2c8 /optical-service/features | |
parent | 0437a05104ffd36e6700f0321d54ed814d3c7618 (diff) |
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: I42823860a53648c629ee738774f727b8e80704a2
Use version 2.6.1 of parent poms
Issue-ID: CCSDK-3944
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ia9a214be8f00d951311b659c37aa06a5eba6cf10
Diffstat (limited to 'optical-service/features')
-rw-r--r-- | optical-service/features/features-optical-service/pom.xml | 2 | ||||
-rw-r--r-- | optical-service/features/pom.xml | 2 | ||||
-rw-r--r-- | optical-service/features/sdnc-optical-service/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/optical-service/features/features-optical-service/pom.xml b/optical-service/features/features-optical-service/pom.xml index cbc462c9..472ac2db 100644 --- a/optical-service/features/features-optical-service/pom.xml +++ b/optical-service/features/features-optical-service/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>2.6.0</version> + <version>2.6.1</version> <relativePath/> </parent> diff --git a/optical-service/features/pom.xml b/optical-service/features/pom.xml index bf87dfb9..6e26848c 100644 --- a/optical-service/features/pom.xml +++ b/optical-service/features/pom.xml @@ -5,7 +5,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/optical-service/features/sdnc-optical-service/pom.xml b/optical-service/features/sdnc-optical-service/pom.xml index 4329e80c..e9d73a8d 100644 --- a/optical-service/features/sdnc-optical-service/pom.xml +++ b/optical-service/features/sdnc-optical-service/pom.xml @@ -5,7 +5,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> |