diff options
author | KAPIL SINGAL <ks220y@att.com> | 2022-08-12 19:04:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-08-12 19:04:39 +0000 |
commit | 55f36008180f8657428efa7e6b7e53602f0d6d78 (patch) | |
tree | 527f287c8d0ba82d5f97b42714f28e426bde4c41 /core/sliPluginUtils | |
parent | b11625490db720d331a6160676d973c298d042f5 (diff) | |
parent | de21a383fb8f84ab170534f23f6e3c5eff65a312 (diff) |
Merge "Use released version 2.4.1 of parent poms"
Diffstat (limited to 'core/sliPluginUtils')
-rwxr-xr-x | core/sliPluginUtils/installer/pom.xml | 2 | ||||
-rwxr-xr-x | core/sliPluginUtils/pom.xml | 2 | ||||
-rwxr-xr-x | core/sliPluginUtils/provider/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/core/sliPluginUtils/installer/pom.xml b/core/sliPluginUtils/installer/pom.xml index f60e8aa28..b14f9ce14 100755 --- a/core/sliPluginUtils/installer/pom.xml +++ b/core/sliPluginUtils/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> <relativePath/> </parent> diff --git a/core/sliPluginUtils/pom.xml b/core/sliPluginUtils/pom.xml index 25bcf7048..e2880ed7e 100755 --- a/core/sliPluginUtils/pom.xml +++ b/core/sliPluginUtils/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> <relativePath/> </parent> diff --git a/core/sliPluginUtils/provider/pom.xml b/core/sliPluginUtils/provider/pom.xml index 75e73b6f0..a21c95200 100755 --- a/core/sliPluginUtils/provider/pom.xml +++ b/core/sliPluginUtils/provider/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.4.1-SNAPSHOT</version> + <version>2.4.1</version> <relativePath/> </parent> |