diff options
author | Dan Timoney <dtimoney@att.com> | 2022-08-04 14:48:26 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-08-04 14:48:26 -0400 |
commit | 75bde43b48042133b2cd08a389d6997b08394480 (patch) | |
tree | 83f474d19ab5aabbb994812712c072d6b84e12b4 /features/installer/pom.xml | |
parent | 567d0438a9f5b2deeaaa045bf0d5ae4797518519 (diff) |
Fixes from local testing
Updates to ccsdk/features to address issues found in local testing
with ODL Sulfur
Issue-ID: CCSDK-3692
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ia9479ca1ee853eded65ada7ac1f2356ffd64437f
Diffstat (limited to 'features/installer/pom.xml')
-rwxr-xr-x | features/installer/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/installer/pom.xml b/features/installer/pom.xml index 25ca93756..f96d769e6 100755 --- a/features/installer/pom.xml +++ b/features/installer/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.4.0</version> + <version>2.4.1</version> <relativePath/> </parent> |