diff options
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> |