diff options
author | Dan Timoney <dtimoney@att.com> | 2024-12-04 13:36:52 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2024-12-04 13:36:52 -0500 |
commit | 3268efe9fdeb7106f9bd185d0af0cfccdd0e3596 (patch) | |
tree | 2a651e7c6aa9e2e251aa98714dc3d829b1b7b8e3 /SdncReports | |
parent | 11dbb25cc0984316f373540617f237b74430f3a2 (diff) |
Update to use final Oslo versions
Update to use final Oslo release versions
Issue-ID: CCSDK-4066
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I12c9dec99f1d7b1c8d3398332070ae89b9a00254
Diffstat (limited to 'SdncReports')
-rw-r--r-- | SdncReports/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SdncReports/pom.xml b/SdncReports/pom.xml index 480cc152..589f4878 100644 --- a/SdncReports/pom.xml +++ b/SdncReports/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-1-starter-parent</artifactId> - <version>3.0.0</version> + <version>3.0.1</version> <relativePath/> </parent> |