diff options
author | Dan Timoney <dtimoney@att.com> | 2023-02-24 17:09:19 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2023-02-24 17:09:19 -0500 |
commit | 8d0917a2fb3816225aaf2cf7150289a3807e64f7 (patch) | |
tree | 37122211e7817dd8cf907569ba78f29c73a23a59 /admportal | |
parent | 17d1b455e61bac38de4f22bcad6be848785f4ad7 (diff) |
Update for London versioning
Update to use latest London parent poms - v2.5.3. Also update to use
London version of docker images.
Issue-ID: CCSDK-3813
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I9147294e6da1c178858507400ef09c4e9c0fa8b7
Former-commit-id: ae029db1d1a2f8a1816600ee744a3bdc29a173f5
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 b3966a0d..03f600e2 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.1</version> + <version>2.5.3</version> <relativePath/> </parent> |