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 /aafshiro | |
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 'aafshiro')
-rwxr-xr-x | aafshiro/features/ccsdk-aafshiro/pom.xml | 2 | ||||
-rwxr-xr-x | aafshiro/features/features-aafshiro/pom.xml | 2 | ||||
-rwxr-xr-x | aafshiro/features/pom.xml | 2 | ||||
-rwxr-xr-x | aafshiro/installer/pom.xml | 2 | ||||
-rwxr-xr-x | aafshiro/pom.xml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/aafshiro/features/ccsdk-aafshiro/pom.xml b/aafshiro/features/ccsdk-aafshiro/pom.xml index 7ff79a6aa..bd137981e 100755 --- a/aafshiro/features/ccsdk-aafshiro/pom.xml +++ b/aafshiro/features/ccsdk-aafshiro/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>2.4.0</version> + <version>2.4.1</version> <relativePath/> </parent> diff --git a/aafshiro/features/features-aafshiro/pom.xml b/aafshiro/features/features-aafshiro/pom.xml index 844cd2055..e5a500fea 100755 --- a/aafshiro/features/features-aafshiro/pom.xml +++ b/aafshiro/features/features-aafshiro/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>2.4.0</version> + <version>2.4.1</version> <relativePath/> </parent> diff --git a/aafshiro/features/pom.xml b/aafshiro/features/pom.xml index fe15434d0..9bda507c9 100755 --- a/aafshiro/features/pom.xml +++ b/aafshiro/features/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> diff --git a/aafshiro/installer/pom.xml b/aafshiro/installer/pom.xml index 095ee1f6a..b0ffe7985 100755 --- a/aafshiro/installer/pom.xml +++ b/aafshiro/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> diff --git a/aafshiro/pom.xml b/aafshiro/pom.xml index 0e8d4c11c..1f2610f7a 100755 --- a/aafshiro/pom.xml +++ b/aafshiro/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> |