diff options
author | 2024-12-04 13:33:25 -0500 | |
---|---|---|
committer | 2024-12-04 13:33:25 -0500 | |
commit | 0802fe1a738cf9c3650aa6654a93cd1b7c6b6157 (patch) | |
tree | 7381419fa75c497c479ca9edfe5428e4dd5ce89f /vnftools/features | |
parent | da89da1f4c3a1ccf771cc3dc4ffc960261197789 (diff) |
Update to use final Oslo versions
Update to use final Oslo release versions
Issue-ID: CCSDK-4066
Change-Id: I27b37773404e4eda36e442200742d418548dd8dd
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'vnftools/features')
-rw-r--r-- | vnftools/features/features-vnftools/pom.xml | 2 | ||||
-rw-r--r-- | vnftools/features/pom.xml | 2 | ||||
-rw-r--r-- | vnftools/features/sdnc-vnftools/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/vnftools/features/features-vnftools/pom.xml b/vnftools/features/features-vnftools/pom.xml index ad75ef6e..ea3bf969 100644 --- a/vnftools/features/features-vnftools/pom.xml +++ b/vnftools/features/features-vnftools/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>3.0.0</version> + <version>3.0.1</version> <relativePath/> </parent> diff --git a/vnftools/features/pom.xml b/vnftools/features/pom.xml index f203c59b..f3acda21 100644 --- a/vnftools/features/pom.xml +++ b/vnftools/features/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>3.0.0</version> + <version>3.0.1</version> <relativePath/> </parent> diff --git a/vnftools/features/sdnc-vnftools/pom.xml b/vnftools/features/sdnc-vnftools/pom.xml index 2d0861c8..8dbc3ae6 100644 --- a/vnftools/features/sdnc-vnftools/pom.xml +++ b/vnftools/features/sdnc-vnftools/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>3.0.0</version> + <version>3.0.1</version> <relativePath/> </parent> |