diff options
author | Dan Timoney <dtimoney@att.com> | 2022-08-10 10:18:35 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-08-10 10:18:35 -0400 |
commit | de21a383fb8f84ab170534f23f6e3c5eff65a312 (patch) | |
tree | 57ef2d95faa3a763ffe4f061079f8ed0ce1be6b9 /plugins/template-node/installer | |
parent | e3c3b0d9b2d11ea2eee9e320f092cdbec88ec4ef (diff) |
Use released version 2.4.1 of parent poms
Use released version 2.4.1 of parent poms
Issue-ID: CCSDK-3693
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ib0579aa6f2e25b156377b207fa73cd42f4305253
Diffstat (limited to 'plugins/template-node/installer')
-rw-r--r-- | plugins/template-node/installer/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/template-node/installer/pom.xml b/plugins/template-node/installer/pom.xml index 1bdc78457..a3d443c7b 100644 --- a/plugins/template-node/installer/pom.xml +++ b/plugins/template-node/installer/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.4.1-SNAPSHOT</version> + <version>2.4.1</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> |