diff options
author | Dragosh, Pamela (pd1248) <pd1248@att.com> | 2022-08-02 11:36:10 -0500 |
---|---|---|
committer | pdragosh <pd1248@att.com> | 2022-08-03 09:47:34 -0500 |
commit | 5ae2512df4ecdf265717da34c6e74ff2c047cd32 (patch) | |
tree | fb20d1c3a9c63d6637ef2e21af3f401d01236e8d | |
parent | 784ff2c8736cf24f0c67614ec522ff022d5f22fa (diff) |
Upgrade to oparent 3.2.1
Issue-ID: POLICY-4211
Change-Id: I588f6156e85964c1081e5e4141f28ed37b9ffa0b
Signed-off-by: pdragosh <pd1248@att.com>
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ <!-- ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. - Modifications Copyright (C) 2020-2021 AT&T. All rights reserved. + Modifications Copyright (C) 2020-2022 AT&T. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>3.2.0</version> + <version>3.2.1</version> <relativePath /> </parent> <groupId>org.onap.policy.parent</groupId> @@ -32,7 +32,7 @@ <packaging>pom</packaging> <properties> - <oparent.version>3.2.0</oparent.version> + <oparent.version>3.2.1</oparent.version> </properties> <modules> |