diff options
author | Dan Timoney <dt5972@att.com> | 2024-09-20 14:27:36 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2024-09-20 15:44:22 -0400 |
commit | 02c1fde0195fbf87403d669802504247a70c52ce (patch) | |
tree | 9c73eb0509a09ba253ade7cbadfff8571878aa82 | |
parent | 74c365e8cf9a1147b2611bd672a0a6e22de3b2d2 (diff) |
Use released Oslo/Potassium parent poms1.7.0
Use released version of parent poms for ONAP Oslo release
Issue-ID: CCSDK-3990
Change-Id: Id34eb1ce3549a939178679c6e3500f8e8553086b
Signed-off-by: Dan Timoney <dtimoney@att.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>oparent</artifactId> - <version>2.8.0-SNAPSHOT</version> + <version>2.8.0</version> </parent> <groupId>org.onap.ccsdk.distribution</groupId> |