diff options
author | Dan Timoney <dtimoney@att.com> | 2023-01-04 07:55:36 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2023-01-04 07:55:36 -0500 |
commit | 89b1b1c33a8718c2430ab4c4b07cb785b836490c (patch) | |
tree | e4adc58314efd490b6841178a0f01a1f3bd6c8ad /admportal | |
parent | 12c87ed2075ab6c13b85a3e0264cf45626aa04e5 (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: Ia0c81cb0487bf8df8f0ab6f6406a9f29f006ce56
Former-commit-id: d2c81d458720ef7f8e298e50fd0680ce11832cf1
Diffstat (limited to 'admportal')
-rw-r--r-- | admportal/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admportal/pom.xml b/admportal/pom.xml index 1eb8e3ef..b3966a0d 100644 --- a/admportal/pom.xml +++ b/admportal/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.5.0</version> + <version>2.5.1</version> <relativePath/> </parent> |