diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-02-07 07:19:37 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-02-07 07:20:44 -0500 |
commit | 81c8b33fc9dc16cd9bb4ec885673451e773a1179 (patch) | |
tree | f04b07b4f66224c084ae901b00a428ea664140f1 /pom.xml | |
parent | 0efd807158feedd013214c7be914107dc80761c7 (diff) |
Point to released oparent 3.0.0
Now released
Issue-ID: POLICY-2357
Change-Id: I171aec79316f6424121897dd152496ce7ff6f422
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,7 @@ <!-- ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. + Modifications Copyright (C) 2020 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. @@ -22,7 +23,7 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0</version> <relativePath /> </parent> <groupId>org.onap.policy.parent</groupId> @@ -31,7 +32,7 @@ <packaging>pom</packaging> <properties> - <oparent.version>3.0.0-SNAPSHOT</oparent.version> + <oparent.version>3.0.0</oparent.version> </properties> <modules> |