diff options
author | Dan Timoney <dtimoney@att.com> | 2022-03-28 11:13:10 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-03-28 11:13:10 -0400 |
commit | b9d2417d0940c07a2a1db5d016adf3e233b56f18 (patch) | |
tree | c5b3a185e208d05c8b59cc5e1d2445987c5e641e | |
parent | 7e8bd180002c4883d0ca3abe47f4d04f437df1fa (diff) |
Use released parent pom 2.3.3
Use released 2.3.3 version of parent pom
Issue-ID: CCSDK-3604
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I8c7554fd620ff9c15df3fab810ca18fc8a1d590b
-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-SNAPSHOT</version> + <version>2.3.3</version> </parent> <groupId>org.onap.ccsdk.distribution</groupId> |