diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2021-01-26 07:52:57 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2021-01-26 07:53:04 -0500 |
commit | 54dc8c40601a506cefa6f7f47b1113dc56873679 (patch) | |
tree | d5aea6c25fdee1ae58c02a3763fc9986b14902a5 | |
parent | 152abeb43a76bc551db213a55b845dfa6ee7fb09 (diff) |
Point to oparent release 3.2.0
Issue-ID: INT-1711
Change-Id: I035c0bc93bc83c8afa7161dde2466c47f029b877
Signed-off-by: Pamela Dragosh <pdragosh@research.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 AT&T. All rights reserved. + Modifications Copyright (C) 2020-2021 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-SNAPSHOT</version> + <version>3.2.0</version> <relativePath /> </parent> <groupId>org.onap.policy.parent</groupId> @@ -32,7 +32,7 @@ <packaging>pom</packaging> <properties> - <oparent.version>3.2.0-SNAPSHOT</oparent.version> + <oparent.version>3.2.0</oparent.version> </properties> <modules> |