diff options
author | Dan Timoney <dtimoney@att.com> | 2023-01-04 07:46:49 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2023-01-04 07:46:49 -0500 |
commit | 8393d347d303d70e4ff4c7c91b7454467545cab3 (patch) | |
tree | 43ca3fb2185a303dcc3f47e893d1a9d7855252e2 /adaptors/aai-service | |
parent | a53de8c65b55b5b02db634137858a9a8210e7183 (diff) |
Use released version 2.5.1 parent poms
Use released version 2.5.1 of parent pom
Issue-ID: CCSDK-3831
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ifa223abbd014216b550f14f86f84e5ce0936863f
Diffstat (limited to 'adaptors/aai-service')
-rwxr-xr-x | adaptors/aai-service/installer/pom.xml | 2 | ||||
-rwxr-xr-x | adaptors/aai-service/pom.xml | 2 | ||||
-rwxr-xr-x | adaptors/aai-service/provider/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/adaptors/aai-service/installer/pom.xml b/adaptors/aai-service/installer/pom.xml index 137e22395..15985f573 100755 --- a/adaptors/aai-service/installer/pom.xml +++ b/adaptors/aai-service/installer/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.5.1-SNAPSHOT</version> + <version>2.5.1</version> <relativePath/> </parent> diff --git a/adaptors/aai-service/pom.xml b/adaptors/aai-service/pom.xml index a34ba7080..7a044a0f7 100755 --- a/adaptors/aai-service/pom.xml +++ b/adaptors/aai-service/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.5.1-SNAPSHOT</version> + <version>2.5.1</version> <relativePath/> </parent> diff --git a/adaptors/aai-service/provider/pom.xml b/adaptors/aai-service/provider/pom.xml index 2c69b1021..cc1be095d 100755 --- a/adaptors/aai-service/provider/pom.xml +++ b/adaptors/aai-service/provider/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.5.1-SNAPSHOT</version> + <version>2.5.1</version> <relativePath/> </parent> |