diff options
author | Dan Timoney <dtimoney@att.com> | 2024-12-04 13:33:25 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2024-12-04 13:33:25 -0500 |
commit | 0802fe1a738cf9c3650aa6654a93cd1b7c6b6157 (patch) | |
tree | 7381419fa75c497c479ca9edfe5428e4dd5ce89f /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 'features')
-rw-r--r-- | features/features-sdnc-northbound/pom.xml | 2 | ||||
-rwxr-xr-x | features/installer/pom.xml | 2 | ||||
-rwxr-xr-x | features/pom.xml | 2 | ||||
-rw-r--r-- | features/sdnc-northbound-all/pom.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/features/features-sdnc-northbound/pom.xml b/features/features-sdnc-northbound/pom.xml index acf24576..1448a33b 100644 --- a/features/features-sdnc-northbound/pom.xml +++ b/features/features-sdnc-northbound/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/features/installer/pom.xml b/features/installer/pom.xml index f1a6e218..430e46aa 100755 --- a/features/installer/pom.xml +++ b/features/installer/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/features/pom.xml b/features/pom.xml index 1809e540..4e7420ad 100755 --- a/features/pom.xml +++ b/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/features/sdnc-northbound-all/pom.xml b/features/sdnc-northbound-all/pom.xml index e1c3befe..7b87b395 100644 --- a/features/sdnc-northbound-all/pom.xml +++ b/features/sdnc-northbound-all/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> |