diff options
author | Dan Timoney <dtimoney@att.com> | 2022-07-15 11:35:53 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-07-15 11:35:53 -0400 |
commit | 8b583df562d47c7d5190f22fe35845fd50820477 (patch) | |
tree | 8bc2246418a4989be833c248358ca7801840792d | |
parent | c652b870b3cec11d7ad6a7a8cb8ae8ddec905ffe (diff) |
Use released 2.4.0 parent poms
Use released version 2.4.0 (Phosphorus) of parent poms
Issue-ID: CCSDK-3691
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I031f5f54d67fb0132489e8ff4b3cd06e92451b0a
-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.3.3</version> + <version>2.4.0</version> </parent> <groupId>org.onap.ccsdk.distribution</groupId> |